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:
parent
254345b682
commit
4e4aa34d9d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user