Fix mockbuild for smeserver-<whatever>

This commit is contained in:
Brian Read 2023-04-05 14:44:14 +01:00
parent 9bcf750a4c
commit b4769bfcdd

View File

@ -335,7 +335,7 @@ check: test-srpm
## use this to build an srpm locally ## use this to build an srpm locally
ifneq (, $(filter contribs7 contribs8 contribs9, $(BRANCH))) ifneq (, $(filter contribs7 contribs8 contribs9, $(BRANCH)))
srpm: $(TARGETS) srpm: sources $(TARGETS)
$(RPM_WITH_DIRS) $(DIST_DEFINES) --define _source_filedigest_algorithm=md5 --nodeps -bs $(SPECFILE) $(RPM_WITH_DIRS) $(DIST_DEFINES) --define _source_filedigest_algorithm=md5 --nodeps -bs $(SPECFILE)
else else
srpm: sources $(TARGETS) srpm: sources $(TARGETS)
@ -348,8 +348,6 @@ $(ARCHIVEFILE):
test-srpm: srpm test-srpm: srpm
# Create the tar file used to transport the source tree
verrel: verrel:
@echo $(NAME)-$(VERSION)-$(RELEASE) @echo $(NAME)-$(VERSION)-$(RELEASE)