From 952ed2f2ae1451a3659db476eec636d9c1797560 Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Thu, 17 Apr 2025 10:39:30 +0300 Subject: [PATCH] global: Fix commonbuild builds --- rpm/redhat/global/Makefile.global-common | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rpm/redhat/global/Makefile.global-common b/rpm/redhat/global/Makefile.global-common index de04fa906..32179c057 100644 --- a/rpm/redhat/global/Makefile.global-common +++ b/rpm/redhat/global/Makefile.global-common @@ -16,8 +16,7 @@ commonbfsrpm: prep --define "pgmajorversion 17" --define "pginstdir /usr/pgsql-17" --define "pgpackageversion 17" \ --define "_rpmdir ." --define "dist $(DIST)" --nodeps -bs $(SPECFILE) -commonbuild: - prep +commonbuild: prep rpmbuild --define "_sourcedir $(PWD)" \ --define "_specdir $(PWD)" \ --define "_buildrootdir $(HOME)/rpmcommon/BUILDROOT" \ -- 2.39.5