From 930d8e473934018bd83d2db724a6cdab995ec9ab Mon Sep 17 00:00:00 2001 From: nazunalika Date: Wed, 5 May 2021 01:45:26 -0700 Subject: [PATCH] update for various repos --- SOURCES/Rocky-NFV.repo | 17 +++++++++++++++++ SOURCES/Rocky-RT.repo | 17 +++++++++++++++++ SPECS/rocky-release.spec | 12 ++++++++++-- 3 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 SOURCES/Rocky-NFV.repo create mode 100644 SOURCES/Rocky-RT.repo diff --git a/SOURCES/Rocky-NFV.repo b/SOURCES/Rocky-NFV.repo new file mode 100644 index 0000000..2cf6caf --- /dev/null +++ b/SOURCES/Rocky-NFV.repo @@ -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 diff --git a/SOURCES/Rocky-RT.repo b/SOURCES/Rocky-RT.repo new file mode 100644 index 0000000..d668113 --- /dev/null +++ b/SOURCES/Rocky-RT.repo @@ -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 diff --git a/SPECS/rocky-release.spec b/SPECS/rocky-release.spec index 2a972cb..8d9c4d1 100644 --- a/SPECS/rocky-release.spec +++ b/SPECS/rocky-release.spec @@ -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 - 8.3-14 +- Add RT, Plus, and NFV repo files + * Mon May 03 2021 Louis Abel - 8.3-13 - Add minor version to /etc/os-release to resolve issues with products that provide the "full version"