mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-21 21:51:24 +00:00
update for various repos
This commit is contained in:
parent
d92652d214
commit
930d8e4739
17
SOURCES/Rocky-NFV.repo
Normal file
17
SOURCES/Rocky-NFV.repo
Normal file
@ -0,0 +1,17 @@
|
||||
# Rocky-NFV.repo
|
||||
#
|
||||
# The mirrorlist system uses the connecting IP address of the client and the
|
||||
# update status of each mirror to pick current mirrors that are geographically
|
||||
# close to the client. You should use this for Rocky updates unless you are
|
||||
# manually picking other mirrors.
|
||||
#
|
||||
# If the mirrorlist does not work for you, you can try the commented out
|
||||
# baseurl line instead.
|
||||
|
||||
[nfv]
|
||||
name=Rocky Linux $releasever - NFV
|
||||
mirrorlist=http://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=NFV-$releasever
|
||||
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/NFV/$basearch/os/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
17
SOURCES/Rocky-RT.repo
Normal file
17
SOURCES/Rocky-RT.repo
Normal file
@ -0,0 +1,17 @@
|
||||
# Rocky-RT.repo
|
||||
#
|
||||
# The mirrorlist system uses the connecting IP address of the client and the
|
||||
# update status of each mirror to pick current mirrors that are geographically
|
||||
# close to the client. You should use this for Rocky updates unless you are
|
||||
# manually picking other mirrors.
|
||||
#
|
||||
# If the mirrorlist does not work for you, you can try the commented out
|
||||
# baseurl line instead.
|
||||
|
||||
[rt]
|
||||
name=Rocky Linux $releasever - Realtime
|
||||
mirrorlist=http://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=RT-$releasever
|
||||
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/RT/$basearch/os/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
@ -9,7 +9,7 @@
|
||||
%define distro Rocky Linux
|
||||
%define major 8
|
||||
%define minor 3
|
||||
%define rocky_rel 13
|
||||
%define rocky_rel 14
|
||||
%define upstream_rel %{major}.%{minor}
|
||||
|
||||
%define base_release_version %{major}
|
||||
@ -70,6 +70,8 @@ Source1203: Rocky-Extras.repo
|
||||
# Rocky Add-ons
|
||||
Source1210: Rocky-HighAvailability.repo
|
||||
Source1211: Rocky-ResilientStorage.repo
|
||||
Source1212: Rocky-RT.repo
|
||||
Source1213: Rocky-NFV.repo
|
||||
|
||||
# Rocky Special Stuff
|
||||
Source1220: Rocky-Media.repo
|
||||
@ -78,7 +80,7 @@ Source1222: Rocky-Sources.repo
|
||||
Source1223: Rocky-Devel.repo
|
||||
#Source1224: Rocky-ContinuousRelease.repo
|
||||
#Source1225: Rocky-FastTrack.repo
|
||||
#Source1226: Rocky-Plus.repo
|
||||
Source1226: Rocky-Plus.repo
|
||||
|
||||
# Remove once testing is done
|
||||
Source4000: Rocky-issue
|
||||
@ -198,9 +200,12 @@ install -p -m 0644 %{SOURCE1202} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1203} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1210} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1211} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1212} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1213} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1220} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1222} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1223} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1226} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
@ -229,6 +234,9 @@ install -p -m 0644 %{SOURCE1223} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
%{_sysconfdir}/pki/rpm-gpg/
|
||||
|
||||
%changelog
|
||||
* Wed May 05 2021 Louis Abel <label@rockylinux.org> - 8.3-14
|
||||
- Add RT, Plus, and NFV repo files
|
||||
|
||||
* Mon May 03 2021 Louis Abel <label@rockylinux.org> - 8.3-13
|
||||
- Add minor version to /etc/os-release to resolve issues
|
||||
with products that provide the "full version"
|
||||
|
Loading…
Reference in New Issue
Block a user