From 59aef94268acf4368124c3b7636ef8c8f6fa42fd Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Wed, 20 Jul 2022 10:00:05 -0700 Subject: [PATCH] fix mirrorlist url for plus --- SOURCES/rocky-extras.repo | 6 +++--- SPECS/rocky-release.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SOURCES/rocky-extras.repo b/SOURCES/rocky-extras.repo index 25b31ee..a71970b 100644 --- a/SOURCES/rocky-extras.repo +++ b/SOURCES/rocky-extras.repo @@ -38,7 +38,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [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/ gpgcheck=1 enabled=0 @@ -48,7 +48,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [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/ gpgcheck=1 enabled=0 @@ -57,7 +57,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [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/ gpgcheck=1 enabled=0 diff --git a/SPECS/rocky-release.spec b/SPECS/rocky-release.spec index 61b959a..2f73a01 100644 --- a/SPECS/rocky-release.spec +++ b/SPECS/rocky-release.spec @@ -20,7 +20,7 @@ %define distro_code Blue Onyx %define major 9 %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 dist .el%{major} @@ -413,6 +413,9 @@ install -m 0644 %{SOURCE404} %{buildroot}/%{_prefix}/lib/sysctl.d/50-redhat.conf %{_datadir}/pki/sb-certs/* %changelog +* Wed Jul 20 2022 Louis Abel - 9.0-2.2 +- Fix mirrorlist URL for plus repository + * Thu Jun 30 2022 Louis Abel - 9.0-2.1 - Prepare for release - Ensure rltype is blank for stable releases