diff --git a/SOURCES/CentOS-oVirt-4.5.repo b/SOURCES/CentOS-oVirt-4.5.repo index 7530011..4774ab8 100644 --- a/SOURCES/CentOS-oVirt-4.5.repo +++ b/SOURCES/CentOS-oVirt-4.5.repo @@ -43,11 +43,25 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization # The following repositories are provided as no centos-release-* rpm is available yet for them # These are avaliable only as testing repositories +[ovirt-45-centos-stream-openstack-yoga] +name=CentOS Stream $releasever - oVirt 4.5 - OpenStack Yoga Repository +# baseurl=http://mirror.centos.org/centos/$stream/cloud/$basearch/openstack-yoga/ +mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=cloud-openstack-yoga +gpgcheck=1 +gpgkey=https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-Cloud +enabled=1 +module_hotfixes=1 +exclude= + # ansible-2.9.27-4.el8 shipped in yoga repo is breaking dependencies on oVirt side + ansible + ansible-test + + [ovirt-45-centos-stream-openstack-yoga-testing] name=CentOS Stream $releasever - oVirt 4.5 - OpenStack Yoga Repository - testing baseurl=https://buildlogs.centos.org/centos/$stream/cloud/$basearch/openstack-yoga/ gpgcheck=0 -enabled=1 +enabled=0 module_hotfixes=1 exclude= # ansible-2.9.27-4.el8 shipped in yoga repo is breaking dependencies on oVirt side diff --git a/SPECS/centos-release-ovirt45.spec b/SPECS/centos-release-ovirt45.spec index 72b0b57..e2e8aa2 100644 --- a/SPECS/centos-release-ovirt45.spec +++ b/SPECS/centos-release-ovirt45.spec @@ -1,7 +1,7 @@ Summary: oVirt 4.5 packages from the CentOS Virtualization SIG repository Name: centos-release-ovirt45 Version: 8.6 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 URL: http://wiki.centos.org/SpecialInterestGroup/Virtualization Source0: CentOS-oVirt-4.5.repo @@ -15,8 +15,6 @@ Requires: centos-release-ceph-pacific Requires: centos-release-nfv-openvswitch Requires: centos-release-opstools Requires: centos-release-virt-common -# Requiring xena until we'll have the missing yoga dependencies within yoga repository. -Requires: centos-release-openstack-xena Requires: centos-release-gluster10 Requires(post): python3-dnf-plugins-core @@ -50,6 +48,9 @@ dnf config-manager --set-enabled powertools %license COPYING %changelog +* Mon Apr 11 2022 Sandro Bonazzola - 8.6-4 +- Drop Xena in favor of Yoga + * Wed Mar 30 2022 Sandro Bonazzola - 8.6-3 - Require centos-release-gluster10 which is now available