From aca943c71698a337236aec09ae35117e4cd3bb02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 2 Sep 2024 20:59:45 +0200 Subject: [PATCH] rpmbuild: in F41 do not depend on yum MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Addressing F41 installation issue: Problém 9: problém s nainstalovaným balíčkem dnf5-5.2.5.0-20240829005832.58.gbe2e6bef.fc40.x86_64 - package dnf5-5.2.5.0-20240809005713.33.g98e6b01b.fc41.x86_64 from copr:copr.fedorainfracloud.org:rpmsoftwaremanagement:dnf5-unstable obsoletes yum < 5 provided by yum-4.21.1-1.fc41.noarch from fedora - package dnf5-5.2.5.0-2.fc41.x86_64 from fedora obsoletes yum < 5 provided by yum-4.21.1-1.fc41.noarch from fedora - package copr-builder-0.73-3.fc41.x86_64 from fedora requires dnf-yum, but none of the providers can be installed - problém s nainstalovaným balíčkem copr-builder-0.73-1.fc40.x86_64 - yum-4.21.1-1.fc40.noarch from @System does not belong to a distupgrade repository - dnf5-5.2.5.0-20240829005832.58.gbe2e6bef.fc40.x86_64 from @System does not belong to a distupgrade repository - copr-builder-0.73-1.fc40.x86_64 from @System does not belong to a distupgrade repository Note that this means that we are unable to install older chroots (EL8-) without bootstrap. I.e. building EL8 package will require bootstrap. --- rpmbuild/copr-rpmbuild.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmbuild/copr-rpmbuild.spec b/rpmbuild/copr-rpmbuild.spec index 13126ba2c..d5dc02e5c 100644 --- a/rpmbuild/copr-rpmbuild.spec +++ b/rpmbuild/copr-rpmbuild.spec @@ -91,7 +91,7 @@ Summary: copr-rpmbuild with all weak dependencies Requires: %{name} = %{version}-%{release} Requires: dist-git-client -%if 0%{?fedora} +%if 0%{?fedora} && 0%{?fedora} < 41 # replacement for yum/yum-utils, to be able to work with el* chroots # bootstrap_container. Requires: dnf-yum