Add SAP and SAPHANA repos
This commit is contained in:
parent
898aef7957
commit
91adda1fa7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 <alukoshko@almalinux.org> - 8.7-0.2
|
||||
- 8.7 beta release
|
||||
- Add SAP and SAPHANA repos
|
||||
- Enable countme
|
||||
|
||||
* Thu Mar 31 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.6-0.0
|
||||
- 8.6 beta release
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
28
almalinux-sap.repo
Normal file
28
almalinux-sap.repo
Normal file
@ -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
|
28
almalinux-saphana.repo
Normal file
28
almalinux-saphana.repo
Normal file
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user