Teach unzip about %setup -q.

CVS patchset: 5609
CVS date: 2002/08/07 14:20:45
This commit is contained in:
jbj 2002-08-07 14:20:45 +00:00
parent 9f11b31f6b
commit d0f22dcaa2
1 changed files with 4 additions and 1 deletions

View File

@ -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;
}