mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-12-22 16:48:29 +00:00
fix URL for debug
This commit is contained in:
parent
d58f19db64
commit
99cbad6cd6
@ -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
|
||||
|
@ -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 <label@rockylinux.org> - 8.4-30
|
||||
- Fix URLs for debuginfo
|
||||
|
||||
* Wed Jun 29 2021 Louis Abel <label@rockylinux.org> - 8.4-29
|
||||
- Fix URLs
|
||||
- Added debuginfo
|
||||
|
Loading…
Reference in New Issue
Block a user