From d7b60ed6324ae33695750fffa42bc43568d17d9f Mon Sep 17 00:00:00 2001 From: Sandro Bonazzola Date: Feb 21 2022 10:29:13 +0000 Subject: exclude ansible from Yoga repository ansible shipped within yoga repo has an epoch higher than the ansible-core package shipped in CentOS repos. This is breaking dependencies within the oVirt repos so we are excluding that package from yoga. Signed-off-by: Sandro Bonazzola --- diff --git a/SOURCES/CentOS-oVirt-4.5.repo b/SOURCES/CentOS-oVirt-4.5.repo index cb55860..dfcae45 100644 --- a/SOURCES/CentOS-oVirt-4.5.repo +++ b/SOURCES/CentOS-oVirt-4.5.repo @@ -58,3 +58,6 @@ 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 +exclude= + # ansible-2.9.27-4.el8 shipped in yoga repo is breaking dependencies on oVirt side + ansible diff --git a/SPECS/centos-release-ovirt45.spec b/SPECS/centos-release-ovirt45.spec index 4f41fab..1dad5cd 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: 1.0 -Release: 0.2%{?dist} +Release: 0.3%{?dist} License: GPLv2 URL: http://wiki.centos.org/SpecialInterestGroup/Virtualization Source0: CentOS-oVirt-4.5.repo @@ -46,6 +46,9 @@ dnf config-manager --set-enabled powertools %license COPYING %changelog +* Mon Feb 21 2022 Sandro Bonazzola - 1.0-0.3 +- Exclude ansible from Yoga repo as it breaks oVirt deps + * Fri Feb 04 2022 Sandro Bonazzola - 1.0-0.2 - Ensure powertools repo is enabled