From b4769bfcdd8dbe3e41fec9d142be70a1f07bddc0 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Wed, 5 Apr 2023 14:44:14 +0100 Subject: [PATCH] Fix mockbuild for smeserver- --- Makefile.common | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.common b/Makefile.common index 85e6fda..ffe0311 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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)