This commit is contained in:
nazunalika 2021-07-06 22:04:04 -07:00
parent 99cbad6cd6
commit 3c831c371a
Signed by: label
GPG Key ID: 6735C0E1BD65D048
3 changed files with 6 additions and 3 deletions

View File

@ -11,7 +11,7 @@
[nfv] [nfv]
name=Rocky Linux $releasever - NFV name=Rocky Linux $releasever - NFV
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=NFV-$releasever mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=NFV-$releasever
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/NFV/$basearch/os/ #baseurl=http://dl.rockylinux.org/$contentdir/$releasever/nfv/$basearch/os/
gpgcheck=1 gpgcheck=1
enabled=0 enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial

View File

@ -11,7 +11,7 @@
[plus] [plus]
name=Rocky Linux $releasever - Plus name=Rocky Linux $releasever - Plus
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=rockyplus-$releasever mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=rockyplus-$releasever
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/rockyplus/$basearch/os/ #baseurl=http://dl.rockylinux.org/$contentdir/$releasever/plus/$basearch/os/
gpgcheck=1 gpgcheck=1
enabled=0 enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial

View File

@ -10,7 +10,7 @@
%define distro_code Green Obsidian %define distro_code Green Obsidian
%define major 8 %define major 8
%define minor 4 %define minor 4
%define rocky_rel 30 %define rocky_rel 31
%define upstream_rel %{major}.%{minor} %define upstream_rel %{major}.%{minor}
%define base_release_version %{major} %define base_release_version %{major}
@ -227,6 +227,9 @@ install -p -m 0644 %{SOURCE1226} %{buildroot}%{_sysconfdir}/yum.repos.d/
%{_sysconfdir}/pki/rpm-gpg/ %{_sysconfdir}/pki/rpm-gpg/
%changelog %changelog
* Wed Jul 07 2021 Louis Abel <label@rockylinux.org> - 8.4-31
- Fix URLs for Plus and NFV
* Mon Jul 05 2021 Louis Abel <label@rockylinux.org> - 8.4-30 * Mon Jul 05 2021 Louis Abel <label@rockylinux.org> - 8.4-30
- Fix URLs for debuginfo - Fix URLs for debuginfo