fix repo names

This commit is contained in:
Louis Abel 2023-12-22 13:46:14 -07:00
parent 87ef29349d
commit ae8e43595b
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 10
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.4}
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.5}
%define upstream_rel %{major}.%{minor}-0.1
%define rpm_license BSD-3-Clause
%define dist .el%{major}
@ -421,6 +421,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.10-1.5
- Fix debuginfo repo names
* Wed Nov 29 2023 Louis Abel <label@rockylinux.org> - 8.10-1.4
- Update contributors