build/parsePrep.c (doUntar): Remove "-L" option from "unzip" invocation

This unzip mode is more compatible with rpm4.4 and rpm5.
Fixes ALT#17407

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
(cherry picked from commit 01431efc01)
This commit is contained in:
Igor Vlasenko 2008-09-30 21:03:35 +03:00 committed by Alexey Tourbin
parent 254345b682
commit 4e4aa34d9d

View File

@ -249,7 +249,7 @@ static int checkOwners(const char * urlfn)
break;
case COMPRESSED_ZIP:
zipper = "%{_unzipbin}";
zipper_opts = (rpmIsVerbose() && !quietly) ? "-L" : "-Lq";
zipper_opts = (rpmIsVerbose() && !quietly) ? "" : "-qq";
tarprog = NULL;
break;
default: