Fix mockbuild for smeserver-<whatever>
This commit is contained in:
parent
9bcf750a4c
commit
b4769bfcdd
@ -335,7 +335,7 @@ check: test-srpm
|
||||
|
||||
## use this to build an srpm locally
|
||||
ifneq (, $(filter contribs7 contribs8 contribs9, $(BRANCH)))
|
||||
srpm: $(TARGETS)
|
||||
srpm: sources $(TARGETS)
|
||||
$(RPM_WITH_DIRS) $(DIST_DEFINES) --define _source_filedigest_algorithm=md5 --nodeps -bs $(SPECFILE)
|
||||
else
|
||||
srpm: sources $(TARGETS)
|
||||
@ -348,8 +348,6 @@ $(ARCHIVEFILE):
|
||||
|
||||
test-srpm: srpm
|
||||
|
||||
# Create the tar file used to transport the source tree
|
||||
|
||||
verrel:
|
||||
@echo $(NAME)-$(VERSION)-$(RELEASE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user