Do not add Supplements for Initial Setup on Fedira

This rogue Suplements pulls in the subscription manager addon to Anaconda on all non-Workstation live images. Given that subscription manager is not really useful on Fedora, this condition should be changed to only apply on RHEL.
This commit is contained in:
Martin Kolman 2019-06-11 10:53:18 +00:00
parent 6e73ac23ea
commit 6e8af142fe

View File

@ -424,7 +424,7 @@ Group: System Environment/Base
Requires: rhsm-gtk = %{version}-%{release}
Requires: initial-setup-gui >= 0.3.9.24-1
Obsoletes: subscription-manager-firstboot < 1.15.3-1
%if (0%{?fedora} >= 24 || 0%{?rhel} >= 8)
%if (0%{?rhel} >= 8)
Supplements: initial-setup-gui
%endif