diff --git a/SOURCES/CentOS-NFV-OpenvSwitch.repo b/SOURCES/CentOS-NFV-OpenvSwitch.repo index 05c65c2..1256f61 100644 --- a/SOURCES/CentOS-NFV-OpenvSwitch.repo +++ b/SOURCES/CentOS-NFV-OpenvSwitch.repo @@ -4,31 +4,31 @@ # information [centos-nfv-openvswitch] -name=CentOS Stream $releasever - NFV OpenvSwitch -metalink=https://mirrors.centos.org/metalink?repo=centos-nfv-sig-openvswitch-2-$stream&arch=$basearch&protocol=https,http +name=NFV SIG RHEL $releasever - NFV OpenvSwitch +metalink=https://mirrors.centos.org/metalink?repo=centos-nfv-sig-openvswitch-common-$releasever&arch=$basearch&protocol=https,http gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-NFV module_hotfixes=1 [centos-nfv-openvswitch-testing] -name=CentOS Stream $releasever - NFV OpenvSwitch Testing -baseurl=http://buildlogs.centos.org/centos/$stream/nfv/$basearch/openvswitch-2/ +name=NFV SIG RHEL $releasever - NFV OpenvSwitch Testing +baseurl=http://buildlogs.centos.org/centos/$releasever/nfv/$basearch/openvswitch-common/ gpgcheck=0 enabled=0 module_hotfixes=1 [centos-nfv-openvswitch-debuginfo] -name=CentOS Stream $releasever - NFV OpenvSwitch - Debug -metalink=https://mirrors.centos.org/metalink?repo=centos-nfv-sig-openvswitch-2-debug-$stream&arch=$basearch&protocol=https,http +name=NFV SIG RHEL $releasever - NFV OpenvSwitch - Debug +metalink=https://mirrors.centos.org/metalink?repo=centos-nfv-sig-openvswitch-common-debug-$release&arch=$basearch&protocol=https,http gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-NFV module_hotfixes=1 [centos-nfv-openvswitch-source] -name=CentOS Stream $releasever - NFV OpenvSwitch - Source -metalink=https://mirrors.centos.org/metalink?repo=centos-nfv-sig-openvswitch-2-source-$stream&arch=$basearch&protocol=https,http +name=NFV SIG RHEL $releasever - NFV OpenvSwitch - Source +metalink=https://mirrors.centos.org/metalink?repo=centos-nfv-sig-openvswitch-common-source-$releasever&arch=$basearch&protocol=https,http gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-NFV diff --git a/SPECS/centos-release-nfv.spec b/SPECS/centos-release-nfv.spec index c205c15..10a9fc7 100644 --- a/SPECS/centos-release-nfv.spec +++ b/SPECS/centos-release-nfv.spec @@ -1,7 +1,7 @@ Summary: Config to enable the repository for the NFV SIG Name: centos-release-nfv Version: 1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 Group: System Environment/Base URL: http://wiki.centos.org/SpecialInterestGroup/NFV @@ -48,6 +48,9 @@ install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-NFV-O %config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-NFV-OpenvSwitch.repo %changelog +* Tue May 09 2023 Alfredo Moralejo - 1.6 +- Move to RHEL9 builds repository + * Wed Apr 05 2023 Alfredo Moralejo - 1.5 - Switch to new GPG keys