fix repo names

This commit is contained in:
Louis Abel 2023-12-22 13:45:30 -07:00
parent f91978898a
commit 3f92e4e47d
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 9 additions and 6 deletions

View File

@ -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/

View File

@ -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 <label@rockylinux.org> - 8.9-1.8
- Fix debuginfo repository names
* Sun Nov 19 2023 Louis Abel <label@rockylinux.org> - 8.9-1.7
- Adjust sources repo file comments