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 6682165143.

[1] https://github.com/fedora-silverblue/issue-tracker/issues/521
This commit is contained in:
Debarshi Ray 2024-01-11 18:52:10 +01:00
parent 57ae69592c
commit f79961c521

View File

@ -17,7 +17,7 @@ Version: 0.0.99.5
%endif %endif
%endif %endif
Release: 2%{?dist} Release: 3%{?dist}
Summary: Tool for interactive command line environments on Linux Summary: Tool for interactive command line environments on Linux
License: ASL 2.0 License: ASL 2.0
@ -65,7 +65,6 @@ BuildRequires: pkgconfig(fish)
%endif %endif
Recommends: skopeo Recommends: skopeo
Recommends: subscription-manager
Requires: containers-common Requires: containers-common
Requires: podman >= 1.6.4 Requires: podman >= 1.6.4
@ -184,6 +183,9 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf
%changelog %changelog
* Thu Jan 11 2024 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.5-3
- Drop 'Recommends: subscription-manager'
* Tue Dec 19 2023 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.5-2 * Tue Dec 19 2023 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.5-2
- Drop the experience and support subpackages - Drop the experience and support subpackages