Ignore error on unsigned RPM

git-svn-id: https://svn.outlyer.net/svn/pub/video-contact-sheet/trunk@687 da2faf11-d50b-4b07-92cd-6070d1bd8887
This commit is contained in:
Toni Corvera 2019-11-26 11:01:44 +00:00
parent 6a0ce71768
commit b1ee4a5f63
2 changed files with 3 additions and 1 deletions

View File

@ -123,7 +123,7 @@ rpm: vcs-$(VER).tar.gz
test -d ~/rpmbuild/RPMS/noarch && ln -s ~/rpmbuild/RPMS/noarch/vcs-$(VER)-*.rpm . || true
test -d ~/RPM/RPMS/noarch && ln -s ~/RPM/RPMS/noarch/vcs-$(VER)-*.rpm . || true
@# Don't fail even if rpmlint does. It fails with no signature on Debian
-rpmlint vcs-$(VER)-*.rpm
-rpmlint --file=dist/rpm/rpmlint.conf vcs-$(VER)-*.rpm
srpm: vcs-$(VER).tar.gz
rpmbuild --clean -ts vcs-$(VER).tar.gz

2
dist/rpm/rpmlint.conf vendored Normal file
View File

@ -0,0 +1,2 @@
addFilter("E:.* no-signature")