mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-21 13:41:23 +00:00
fix mirrorlist url for plus
This commit is contained in:
parent
5607c0ba4b
commit
59aef94268
@ -38,7 +38,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
|||||||
|
|
||||||
[plus]
|
[plus]
|
||||||
name=Rocky Linux $releasever - Plus
|
name=Rocky Linux $releasever - Plus
|
||||||
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=rockyplus-$releasever$rltype
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=plus-$releasever$rltype
|
||||||
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/plus/$basearch/os/
|
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/plus/$basearch/os/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=0
|
enabled=0
|
||||||
@ -48,7 +48,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
|||||||
|
|
||||||
[plus-debug]
|
[plus-debug]
|
||||||
name=Rocky Linux $releasever - Plus - Debug
|
name=Rocky Linux $releasever - Plus - Debug
|
||||||
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=rockyplus-$releasever-debug$rltype
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=plus-$releasever-debug$rltype
|
||||||
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/plus/$basearch/debug/tree/
|
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/plus/$basearch/debug/tree/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=0
|
enabled=0
|
||||||
@ -57,7 +57,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
|||||||
|
|
||||||
[plus-source]
|
[plus-source]
|
||||||
name=Rocky Linux $releasever - Plus - Source
|
name=Rocky Linux $releasever - Plus - Source
|
||||||
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=rockyplus-$releasever-source$rltype
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=plus-$releasever-source$rltype
|
||||||
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/plus/source/tree/
|
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/plus/source/tree/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=0
|
enabled=0
|
||||||
|
@ -20,7 +20,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 2%{?rllh:.%{rllh}}%{!?rllh:.1}
|
%define rocky_rel 2%{?rllh:.%{rllh}}%{!?rllh:.2}
|
||||||
%define rpm_license BSD-3-Clause
|
%define rpm_license BSD-3-Clause
|
||||||
%define dist .el%{major}
|
%define dist .el%{major}
|
||||||
|
|
||||||
@ -413,6 +413,9 @@ install -m 0644 %{SOURCE404} %{buildroot}/%{_prefix}/lib/sysctl.d/50-redhat.conf
|
|||||||
%{_datadir}/pki/sb-certs/*
|
%{_datadir}/pki/sb-certs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 20 2022 Louis Abel <label@rockylinux.org> - 9.0-2.2
|
||||||
|
- Fix mirrorlist URL for plus repository
|
||||||
|
|
||||||
* Thu Jun 30 2022 Louis Abel <label@rockylinux.org> - 9.0-2.1
|
* Thu Jun 30 2022 Louis Abel <label@rockylinux.org> - 9.0-2.1
|
||||||
- Prepare for release
|
- Prepare for release
|
||||||
- Ensure rltype is blank for stable releases
|
- Ensure rltype is blank for stable releases
|
||||||
|
Loading…
Reference in New Issue
Block a user