From 91adda1fa7610ea59de4560b1588c436ae3458dd Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Thu, 20 Oct 2022 19:19:33 +0200 Subject: [PATCH] Add SAP and SAPHANA repos --- almalinux-ha.repo | 1 + almalinux-nfv.repo | 1 + almalinux-powertools.repo | 1 + almalinux-release.spec | 16 ++++++++++++---- almalinux-resilientstorage.repo | 1 + almalinux-rt.repo | 1 + almalinux-sap.repo | 28 ++++++++++++++++++++++++++++ almalinux-saphana.repo | 28 ++++++++++++++++++++++++++++ almalinux.repo | 3 +++ 9 files changed, 76 insertions(+), 4 deletions(-) create mode 100644 almalinux-sap.repo create mode 100644 almalinux-saphana.repo diff --git a/almalinux-ha.repo b/almalinux-ha.repo index 42c2c2a..50b000f 100644 --- a/almalinux-ha.repo +++ b/almalinux-ha.repo @@ -6,6 +6,7 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/ha # baseurl=https://repo.almalinux.org/almalinux/8.7-beta/HighAvailability/$basearch/os/ enabled=0 gpgcheck=1 +countme=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux ## Sources diff --git a/almalinux-nfv.repo b/almalinux-nfv.repo index c812b2a..cfa2b05 100644 --- a/almalinux-nfv.repo +++ b/almalinux-nfv.repo @@ -6,6 +6,7 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/nfv # baseurl=https://repo.almalinux.org/almalinux/8.7-beta/NFV/$basearch/os/ enabled=0 gpgcheck=1 +countme=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux ## Sources diff --git a/almalinux-powertools.repo b/almalinux-powertools.repo index f4eaefb..1226204 100644 --- a/almalinux-powertools.repo +++ b/almalinux-powertools.repo @@ -6,6 +6,7 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/powertools # baseurl=https://repo.almalinux.org/almalinux/8.7-beta/PowerTools/$basearch/os/ enabled=0 gpgcheck=1 +countme=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux ## Sources diff --git a/almalinux-release.spec b/almalinux-release.spec index 922543f..eb0915f 100644 --- a/almalinux-release.spec +++ b/almalinux-release.spec @@ -50,10 +50,12 @@ Source300: almalinux.repo Source301: almalinux-ha.repo Source302: almalinux-powertools.repo Source303: almalinux-resilientstorage.repo +Source304: almalinux-sap.repo +Source305: almalinux-saphana.repo # Only for x86_64 -Source304: almalinux-rt.repo -Source305: almalinux-nfv.repo +Source310: almalinux-rt.repo +Source311: almalinux-nfv.repo %description %{product_family} release files @@ -122,11 +124,13 @@ install -m 644 %{SOURCE300} %{buildroot}/etc/yum.repos.d install -m 644 %{SOURCE301} %{buildroot}/etc/yum.repos.d install -m 644 %{SOURCE302} %{buildroot}/etc/yum.repos.d install -m 644 %{SOURCE303} %{buildroot}/etc/yum.repos.d +install -m 644 %{SOURCE304} %{buildroot}/etc/yum.repos.d +install -m 644 %{SOURCE305} %{buildroot}/etc/yum.repos.d # RT and NFV are only for x86_64 %ifarch x86_64 -install -m 644 %{SOURCE304} %{buildroot}/etc/yum.repos.d -install -m 644 %{SOURCE305} %{buildroot}/etc/yum.repos.d +install -m 644 %{SOURCE310} %{buildroot}/etc/yum.repos.d +install -m 644 %{SOURCE311} %{buildroot}/etc/yum.repos.d %endif mkdir -p -m 755 %{buildroot}/etc/dnf/vars @@ -181,6 +185,8 @@ rm -rf %{buildroot} %config(noreplace) /etc/yum.repos.d/almalinux-ha.repo %config(noreplace) /etc/yum.repos.d/almalinux-powertools.repo %config(noreplace) /etc/yum.repos.d/almalinux-resilientstorage.repo +%config(noreplace) /etc/yum.repos.d/almalinux-sap.repo +%config(noreplace) /etc/yum.repos.d/almalinux-saphana.repo %ifarch x86_64 %config(noreplace) /etc/yum.repos.d/almalinux-rt.repo %config(noreplace) /etc/yum.repos.d/almalinux-nfv.repo @@ -200,6 +206,8 @@ rm -rf %{buildroot} %changelog * Fri Oct 07 2022 Andrew Lukoshko - 8.7-0.2 - 8.7 beta release +- Add SAP and SAPHANA repos +- Enable countme * Thu Mar 31 2022 Andrew Lukoshko - 8.6-0.0 - 8.6 beta release diff --git a/almalinux-resilientstorage.repo b/almalinux-resilientstorage.repo index c3069e6..00f4b68 100644 --- a/almalinux-resilientstorage.repo +++ b/almalinux-resilientstorage.repo @@ -6,6 +6,7 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/resilientstorage # baseurl=https://repo.almalinux.org/almalinux/8.7-beta/ResilientStorage/$basearch/os/ enabled=0 gpgcheck=1 +countme=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux ## Sources diff --git a/almalinux-rt.repo b/almalinux-rt.repo index 12dc65b..536b62e 100644 --- a/almalinux-rt.repo +++ b/almalinux-rt.repo @@ -6,6 +6,7 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/rt # baseurl=https://repo.almalinux.org/almalinux/8.7-beta/RT/$basearch/os/ enabled=0 gpgcheck=1 +countme=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux ## Sources diff --git a/almalinux-sap.repo b/almalinux-sap.repo new file mode 100644 index 0000000..36cef04 --- /dev/null +++ b/almalinux-sap.repo @@ -0,0 +1,28 @@ +# almalinux-sap.repo + +[sap] +name=AlmaLinux 8.7-beta - SAP +mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/sap +# baseurl=https://repo.almalinux.org/almalinux/8.7-beta/SAP/$basearch/os/ +enabled=0 +gpgcheck=1 +countme=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux + +## Sources +[sap-source] +name=AlmaLinux 8.7-beta - SAP Sources +mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/sap-source +# baseurl=https://repo.almalinux.org/vault/8.7-beta/SAP/Source/ +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux + +## Debuginfo +[sap-debuginfo] +name=AlmaLinux 8.7-beta - SAP Debuginfo +mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/sap-debuginfo +# baseurl=https://repo.almalinux.org/vault/8.7-beta/SAP/debug/$basearch/ +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux diff --git a/almalinux-saphana.repo b/almalinux-saphana.repo new file mode 100644 index 0000000..5ae1001 --- /dev/null +++ b/almalinux-saphana.repo @@ -0,0 +1,28 @@ +# almalinux-saphana.repo + +[saphana] +name=AlmaLinux 8.7-beta - SAP HANA +mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/saphana +# baseurl=https://repo.almalinux.org/almalinux/8.7-beta/SAPHANA/$basearch/os/ +enabled=0 +gpgcheck=1 +countme=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux + +## Sources +[saphana-source] +name=AlmaLinux 8.7-beta - SAP HANA Sources +mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/saphana-source +# baseurl=https://repo.almalinux.org/vault/8.7-beta/SAPHANA/Source/ +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux + +## Debuginfo +[saphana-debuginfo] +name=AlmaLinux 8.7-beta - SAP HANA Debuginfo +mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/saphana-debuginfo +# baseurl=https://repo.almalinux.org/vault/8.7-beta/SAPHANA/debug/$basearch/ +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux diff --git a/almalinux.repo b/almalinux.repo index 4656e3f..f5a33af 100644 --- a/almalinux.repo +++ b/almalinux.repo @@ -6,6 +6,7 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/baseos # baseurl=https://repo.almalinux.org/almalinux/8.7-beta/BaseOS/$basearch/os/ enabled=1 gpgcheck=1 +countme=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux [appstream] @@ -14,6 +15,7 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/appstream # baseurl=https://repo.almalinux.org/almalinux/8.7-beta/AppStream/$basearch/os/ enabled=1 gpgcheck=1 +countme=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux [extras] @@ -22,6 +24,7 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/extras # baseurl=https://repo.almalinux.org/almalinux/8.7-beta/extras/$basearch/os/ enabled=1 gpgcheck=1 +countme=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux ## Sources