global: Fix prep18 stage.
authorDevrim Gunduz <devrim@gunduz.org>
Mon, 18 Aug 2025 11:16:49 +0000 (14:16 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Mon, 18 Aug 2025 11:16:49 +0000 (14:16 +0300)
rpm/redhat/global/Makefile.global-PG18-testing

index 1e5bda9e70c21f75f51ccecb6ee85ac6f429b5b8..8e2a389510a665153886066155d804596b24f317 100644 (file)
@@ -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)" \