From 93976a8ff1d8a34333a098e09967b9709e70456a Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Mon, 18 Aug 2025 14:16:49 +0300 Subject: [PATCH] global: Fix prep18 stage. --- rpm/redhat/global/Makefile.global-PG18-testing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/redhat/global/Makefile.global-PG18-testing b/rpm/redhat/global/Makefile.global-PG18-testing index 1e5bda9e7..8e2a38951 100644 --- a/rpm/redhat/global/Makefile.global-PG18-testing +++ b/rpm/redhat/global/Makefile.global-PG18-testing @@ -22,7 +22,7 @@ prep18: # Update spec file, patches, etc, before running spectool: git pull # Use spectool to download source files, especially tarballs. - spectool -g -S --define "pgmajorversion 17" --define "pginstdir /usr/pgsql-17" --define "pgpackageversion 17" $(SPECFILE) + spectool -g -S --define "pgmajorversion 18" --define "pginstdir /usr/pgsql-18" --define "pgpackageversion 18" $(SPECFILE) build18testing: prep18 rpmbuild --define "_sourcedir $(PWD)" \ -- 2.39.5