From 99cbad6cd61fa2701977971f78fed3029cc124ce Mon Sep 17 00:00:00 2001 From: nazunalika Date: Mon, 5 Jul 2021 22:46:41 -0700 Subject: [PATCH] fix URL for debug --- SOURCES/Rocky-Debuginfo.repo | 10 +++++----- SPECS/rocky-release.spec | 5 ++++- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/SOURCES/Rocky-Debuginfo.repo b/SOURCES/Rocky-Debuginfo.repo index bee7d38..10192d9 100644 --- a/SOURCES/Rocky-Debuginfo.repo +++ b/SOURCES/Rocky-Debuginfo.repo @@ -4,7 +4,7 @@ [baseos-debug] 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/debug/tree/ +#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/BaseOS/$basearch/debug/tree/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial @@ -12,7 +12,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial [appstream-debug] 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/debug/tree/ +#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/AppStream/$basearch/debug/tree/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial @@ -20,7 +20,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial [ha-debug] 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/debug/tree/ +#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/HighAvailability/$basearch/debug/tree/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial @@ -28,7 +28,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial [powertools-debug] 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/debug/tree/ +#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/PowerTools/$basearch/debug/tree/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial @@ -36,7 +36,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial [resilient-storage-debug] 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/debug/tree/ +#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/ResilientStorage/$basearch/debug/tree/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial diff --git a/SPECS/rocky-release.spec b/SPECS/rocky-release.spec index 0dadbe6..d41ec05 100644 --- a/SPECS/rocky-release.spec +++ b/SPECS/rocky-release.spec @@ -10,7 +10,7 @@ %define distro_code Green Obsidian %define major 8 %define minor 4 -%define rocky_rel 29 +%define rocky_rel 30 %define upstream_rel %{major}.%{minor} %define base_release_version %{major} @@ -227,6 +227,9 @@ install -p -m 0644 %{SOURCE1226} %{buildroot}%{_sysconfdir}/yum.repos.d/ %{_sysconfdir}/pki/rpm-gpg/ %changelog +* Mon Jul 05 2021 Louis Abel - 8.4-30 +- Fix URLs for debuginfo + * Wed Jun 29 2021 Louis Abel - 8.4-29 - Fix URLs - Added debuginfo