From f79961c521fdc38a0cf68ae18e1071fd57b3938c Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Jan 11 2024 18:04:31 +0000 Subject: Drop 'Recommends: subscription-manager' ... because subscription-manager requires python3-dnf, which contains %{_bindir}/dnf-3 and %{_bindir}/dnf4 [1]. This is a problem on Fedora Silverblue, because they shouldn't be present on OSTree based variants of Fedora. This reverts parts of commit 6682165143201ac7ce7d57a52117e7b76147798f. [1] https://github.com/fedora-silverblue/issue-tracker/issues/521 --- diff --git a/toolbox.spec b/toolbox.spec index 0e9ad09..f9ad3b7 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -17,7 +17,7 @@ Version: 0.0.99.5 %endif %endif -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool for interactive command line environments on Linux License: ASL 2.0 @@ -65,7 +65,6 @@ BuildRequires: pkgconfig(fish) %endif Recommends: skopeo -Recommends: subscription-manager Requires: containers-common Requires: podman >= 1.6.4 @@ -184,6 +183,9 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Thu Jan 11 2024 Debarshi Ray - 0.0.99.5-3 +- Drop 'Recommends: subscription-manager' + * Tue Dec 19 2023 Debarshi Ray - 0.0.99.5-2 - Drop the experience and support subpackages