Make dependency generation test payload-compression agnostic
Non-gzip compression introduces extra dependencies to packages, force gzip compression on the dependency generation test to avoid basically false failures. This lets us run the test-suite with other compression methods as needed (but not changing any defaults here)
This commit is contained in:
parent
53fafdbe07
commit
3f166028b1
|
@ -391,6 +391,7 @@ AT_KEYWORDS([build])
|
|||
AT_CHECK([
|
||||
|
||||
runroot rpmbuild -bb --quiet \
|
||||
--define "_binary_payload w9.gzdio" \
|
||||
/data/SPECS/filedep.spec
|
||||
echo Requires:
|
||||
runroot rpm -qp --requires /build/RPMS/noarch/filedep-1.0-1.noarch.rpm
|
||||
|
|
Loading…
Reference in New Issue