diff --git a/SOURCES/Rocky-Debuginfo.repo b/SOURCES/Rocky-Debuginfo.repo index 10192d9..d6e3f8c 100644 --- a/SOURCES/Rocky-Debuginfo.repo +++ b/SOURCES/Rocky-Debuginfo.repo @@ -1,7 +1,7 @@ # Rocky-Debuginfo.repo # -[baseos-debug] +[baseos-debuginfo] name=Rocky Linux $releasever - BaseOS - Source mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=BaseOS-$releasever-debug #baseurl=http://dl.rockylinux.org/$contentdir/$releasever/BaseOS/$basearch/debug/tree/ @@ -9,7 +9,7 @@ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial -[appstream-debug] +[appstream-debuginfo] name=Rocky Linux $releasever - AppStream - Source mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=AppStream-$releasever-debug #baseurl=http://dl.rockylinux.org/$contentdir/$releasever/AppStream/$basearch/debug/tree/ @@ -17,7 +17,7 @@ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial -[ha-debug] +[ha-debuginfo] name=Rocky Linux $releasever - High Availability - Source mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=HighAvailability-$releasever-debug #baseurl=http://dl.rockylinux.org/$contentdir/$releasever/HighAvailability/$basearch/debug/tree/ @@ -25,7 +25,7 @@ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial -[powertools-debug] +[powertools-debuginfo] name=Rocky Linux $releasever - PowerTools - Source mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=PowerTools-$releasever-debug #baseurl=http://dl.rockylinux.org/$contentdir/$releasever/PowerTools/$basearch/debug/tree/ @@ -33,7 +33,7 @@ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial -[resilient-storage-debug] +[resilient-storage-debuginfo] name=Rocky Linux $releasever - Resilient Storage - Source mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=ResilientStorage-$releasever-debug #baseurl=http://dl.rockylinux.org/$contentdir/$releasever/ResilientStorage/$basearch/debug/tree/ diff --git a/SPECS/rocky-release.spec b/SPECS/rocky-release.spec index f0b976b..e448609 100644 --- a/SPECS/rocky-release.spec +++ b/SPECS/rocky-release.spec @@ -21,7 +21,7 @@ %define distro_code Green Obsidian %define major 8 %define minor 9 -%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.7} +%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.8} %define upstream_rel %{major}.%{minor}-0.1 %define rpm_license BSD-3-Clause %define dist .el%{major} @@ -420,6 +420,9 @@ install -p -m 0644 %{SOURCE102} %{buildroot}%{_sysconfdir}/pki/rpm-gpg/ %{_datadir}/pki/sb-certs/* %changelog +* Fri Dec 22 2023 Louis Abel - 8.9-1.8 +- Fix debuginfo repository names + * Sun Nov 19 2023 Louis Abel - 8.9-1.7 - Adjust sources repo file comments