python3.12-six: Add to RHEL 8 as well for non-epel users.
authorDevrim Gunduz <devrim@gunduz.org>
Wed, 21 May 2025 09:24:16 +0000 (12:24 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Wed, 21 May 2025 09:24:16 +0000 (12:24 +0300)
rpm/redhat/main/common/python3.12-six/EL-8/Makefile [new file with mode: 0644]
rpm/redhat/main/common/python3.12-six/EL-8/python3.12-six.spec [new symlink]

diff --git a/rpm/redhat/main/common/python3.12-six/EL-8/Makefile b/rpm/redhat/main/common/python3.12-six/EL-8/Makefile
new file mode 100644 (file)
index 0000000..be25833
--- /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=.rhel8
+SPECFILE="python3.12-six.spec"
+
+# Now, include global Makefile
+include ../../../../global/Makefile.global
diff --git a/rpm/redhat/main/common/python3.12-six/EL-8/python3.12-six.spec b/rpm/redhat/main/common/python3.12-six/EL-8/python3.12-six.spec
new file mode 120000 (symlink)
index 0000000..ab71567
--- /dev/null
@@ -0,0 +1 @@
+../main/python3.12-six.spec
\ No newline at end of file