Teach unzip about %setup -q.
CVS patchset: 5609 CVS date: 2002/08/07 14:20:45
This commit is contained in:
parent
9f11b31f6b
commit
d0f22dcaa2
|
@ -241,7 +241,10 @@ static int checkOwners(const char * urlfn)
|
|||
t = "%{_bzip2bin} -dc";
|
||||
break;
|
||||
case COMPRESSED_ZIP:
|
||||
t = "%{_unzipbin}";
|
||||
if (rpmIsVerbose() && !quietly)
|
||||
t = "%{_unzipbin}";
|
||||
else
|
||||
t = "%{_unzipbin} -qq";
|
||||
needtar = 0;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue