Add pg_net to RHEL 10
authorDevrim Gunduz <devrim@gunduz.org>
Fri, 30 May 2025 13:03:10 +0000 (16:03 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Fri, 30 May 2025 13:03:10 +0000 (16:03 +0300)
rpm/redhat/13/pg_net/EL-10 [new symlink]
rpm/redhat/14/pg_net/EL-10 [new symlink]
rpm/redhat/15/pg_net/EL-10 [new symlink]
rpm/redhat/16/pg_net/EL-10 [new symlink]
rpm/redhat/17/pg_net/EL-10 [new symlink]
rpm/redhat/main/non-common/pg_net/EL-10/Makefile [new file with mode: 0644]
rpm/redhat/main/non-common/pg_net/EL-10/pg_net.spec [new symlink]

diff --git a/rpm/redhat/13/pg_net/EL-10 b/rpm/redhat/13/pg_net/EL-10
new file mode 120000 (symlink)
index 0000000..3f9d693
--- /dev/null
@@ -0,0 +1 @@
+../../main/non-common/pg_net/EL-10
\ No newline at end of file
diff --git a/rpm/redhat/14/pg_net/EL-10 b/rpm/redhat/14/pg_net/EL-10
new file mode 120000 (symlink)
index 0000000..3f9d693
--- /dev/null
@@ -0,0 +1 @@
+../../main/non-common/pg_net/EL-10
\ No newline at end of file
diff --git a/rpm/redhat/15/pg_net/EL-10 b/rpm/redhat/15/pg_net/EL-10
new file mode 120000 (symlink)
index 0000000..3f9d693
--- /dev/null
@@ -0,0 +1 @@
+../../main/non-common/pg_net/EL-10
\ No newline at end of file
diff --git a/rpm/redhat/16/pg_net/EL-10 b/rpm/redhat/16/pg_net/EL-10
new file mode 120000 (symlink)
index 0000000..3f9d693
--- /dev/null
@@ -0,0 +1 @@
+../../main/non-common/pg_net/EL-10
\ No newline at end of file
diff --git a/rpm/redhat/17/pg_net/EL-10 b/rpm/redhat/17/pg_net/EL-10
new file mode 120000 (symlink)
index 0000000..3f9d693
--- /dev/null
@@ -0,0 +1 @@
+../../main/non-common/pg_net/EL-10
\ No newline at end of file
diff --git a/rpm/redhat/main/non-common/pg_net/EL-10/Makefile b/rpm/redhat/main/non-common/pg_net/EL-10/Makefile
new file mode 100644 (file)
index 0000000..06c4655
--- /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="pg_net.spec"
+
+# Now, include global Makefile
+include ../../../../global/Makefile.global
diff --git a/rpm/redhat/main/non-common/pg_net/EL-10/pg_net.spec b/rpm/redhat/main/non-common/pg_net/EL-10/pg_net.spec
new file mode 120000 (symlink)
index 0000000..9d80ce2
--- /dev/null
@@ -0,0 +1 @@
+../main/pg_net.spec
\ No newline at end of file