rpm -K check fix

This commit is contained in:
Greg Szabo 2017-09-06 20:01:31 -04:00
parent cad2b3ce5a
commit 3485cac7fb
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ package-rpm-%: folder-%
rpmbuild -bb SPECS/$*.spec --define "_topdir `pwd`" --define "_tmppath `pwd`/tmp"
./sign RPMS/x86_64/$*-$($*_version)-$(BUILD_NUMBER).x86_64.rpm "$(gpg_key)" "`which gpg`"
rpm -Kv RPMS/x86_64/$*-$($*_version)-$(BUILD_NUMBER).x86_64.rpm
rpm -Kv RPMS/x86_64/$*-$($*_version)-$(BUILD_NUMBER).x86_64.rpm || echo "rpm returns non-zero exist for some reason. ($?)"
@echo "*** Packaged RPM $* version $($*_version)"
package-deb-%: folder-%