pgdg-mock-configs: Add RHEL 10 directory
authorDevrim Gunduz <devrim@gunduz.org>
Mon, 27 Oct 2025 13:50:18 +0000 (16:50 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Mon, 27 Oct 2025 13:50:18 +0000 (16:50 +0300)
rpm/redhat/main/common/pgdg-mock-configs/EL-10/Makefile [new file with mode: 0644]
rpm/redhat/main/common/pgdg-mock-configs/EL-10/pgdg-mock-configs.spec [new symlink]

diff --git a/rpm/redhat/main/common/pgdg-mock-configs/EL-10/Makefile b/rpm/redhat/main/common/pgdg-mock-configs/EL-10/Makefile
new file mode 100644 (file)
index 0000000..da64397
--- /dev/null
@@ -0,0 +1,17 @@
+#################################
+# RPM-specific Makefile                #
+# https://yum.postgresql.org   #
+#                              #
+# Devrim Gunduz                        #
+# devrim@gunduz.org            #
+#################################
+
+# Predefined values
+
+ARCH=`rpm --eval "%{_arch}"`
+DIR=`pwd`
+DIST=.rhel10
+SPECFILE="pgdg-mock-configs.spec"
+
+# Now, include global Makefile
+include ../../../../global/Makefile.global
diff --git a/rpm/redhat/main/common/pgdg-mock-configs/EL-10/pgdg-mock-configs.spec b/rpm/redhat/main/common/pgdg-mock-configs/EL-10/pgdg-mock-configs.spec
new file mode 120000 (symlink)
index 0000000..7627da5
--- /dev/null
@@ -0,0 +1 @@
+../main/pgdg-mock-configs.spec
\ No newline at end of file