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";
|
t = "%{_bzip2bin} -dc";
|
||||||
break;
|
break;
|
||||||
case COMPRESSED_ZIP:
|
case COMPRESSED_ZIP:
|
||||||
|
if (rpmIsVerbose() && !quietly)
|
||||||
t = "%{_unzipbin}";
|
t = "%{_unzipbin}";
|
||||||
|
else
|
||||||
|
t = "%{_unzipbin} -qq";
|
||||||
needtar = 0;
|
needtar = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue