mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-15 19:21:22 +00:00
include SAP in repo files for future use
This commit is contained in:
parent
65c31b5fb2
commit
8f55621407
@ -120,3 +120,58 @@ enabled=0
|
|||||||
metadata_expire=6h
|
metadata_expire=6h
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
||||||
|
|
||||||
|
[sap]
|
||||||
|
name=Rocky Linux $releasever - SAP
|
||||||
|
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAP-$releasever&rltype=$rltype
|
||||||
|
baseurl=http://dl.rockylinux.org/$contentdir/$releasever/SAP/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
countme=1
|
||||||
|
metadata_expire=6h
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
||||||
|
|
||||||
|
[sap-debug]
|
||||||
|
name=Rocky Linux $releasever - SAP Debug
|
||||||
|
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAP-$releasever-debug&rltype=$rltype
|
||||||
|
baseurl=http://dl.rockylinux.org/$contentdir/$releasever/SAP/$basearch/debug/tree/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
metadata_expire=6h
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
||||||
|
|
||||||
|
[sap-source]
|
||||||
|
name=Rocky Linux $releasever - SAP Source
|
||||||
|
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAP-$releasever-source&rltype=$rltype
|
||||||
|
baseurl=http://dl.rockylinux.org/$contentdir/$releasever/SAP/source/tree/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
metadata_expire=6h
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
||||||
|
|
||||||
|
[saphana]
|
||||||
|
name=Rocky Linux $releasever - SAPHANA
|
||||||
|
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAPHANA-$releasever&rltype=$rltype
|
||||||
|
baseurl=http://dl.rockylinux.org/$contentdir/$releasever/SAPHANA/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
countme=1
|
||||||
|
metadata_expire=6h
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
||||||
|
|
||||||
|
[saphana-debug]
|
||||||
|
name=Rocky Linux $releasever - SAPHANA Debug
|
||||||
|
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAPHANA-$releasever-debug&rltype=$rltype
|
||||||
|
baseurl=http://dl.rockylinux.org/$contentdir/$releasever/SAPHANA/$basearch/debug/tree/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
metadata_expire=6h
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
||||||
|
|
||||||
|
[saphana-source]
|
||||||
|
name=Rocky Linux $releasever - SAPHANA Source
|
||||||
|
#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAPHANA-$releasever-source&rltype=$rltype
|
||||||
|
baseurl=http://dl.rockylinux.org/$contentdir/$releasever/SAPHANA/source/tree/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
metadata_expire=6h
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
%define distro_code Blue Onyx
|
%define distro_code Blue Onyx
|
||||||
%define major 9
|
%define major 9
|
||||||
%define minor 0
|
%define minor 0
|
||||||
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.10}
|
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.11}
|
||||||
%define rpm_license BSD-3-Clause
|
%define rpm_license BSD-3-Clause
|
||||||
%define dist .el%{major}
|
%define dist .el%{major}
|
||||||
|
|
||||||
@ -404,7 +404,7 @@ install -m 0644 %{SOURCE404} %{buildroot}/%{_prefix}/lib/sysctl.d/50-redhat.conf
|
|||||||
%{_datadir}/pki/sb-certs/*
|
%{_datadir}/pki/sb-certs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 08 2022 Louis Abel <label@rockylinux.org> - 9.0-1.10
|
* Tue Feb 08 2022 Louis Abel <label@rockylinux.org> - 9.0-1.11
|
||||||
- Backport current SB certs for now
|
- Backport current SB certs for now
|
||||||
- Add logrotate timer and switcheroo
|
- Add logrotate timer and switcheroo
|
||||||
- Add missing macros
|
- Add missing macros
|
||||||
|
Loading…
Reference in New Issue
Block a user