Makefile: sign only currently generated RPMs
This commit is contained in:
parent
78cbff139e
commit
bf539f3407
@ -66,7 +66,7 @@ RPM_WITH_DIRS = $(RPM) $(RPM_DEFINES)
|
|||||||
|
|
||||||
rpms: get-sources $(SPECFILE)
|
rpms: get-sources $(SPECFILE)
|
||||||
$(RPM_WITH_DIRS) -bb $(SPECFILE)
|
$(RPM_WITH_DIRS) -bb $(SPECFILE)
|
||||||
rpm --addsign $(RPMDIR)/x86_64/*.rpm
|
rpm --addsign $(RPMDIR)/x86_64/*$(VERSION)-$(RELEASE)*.rpm
|
||||||
|
|
||||||
rpms-nobuild:
|
rpms-nobuild:
|
||||||
$(RPM_WITH_DIRS) --nobuild -bb $(SPECFILE)
|
$(RPM_WITH_DIRS) --nobuild -bb $(SPECFILE)
|
||||||
|
Loading…
Reference in New Issue
Block a user