From 6e8af142fe80ef04f4e55138fe4c168f4f862c06 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 11 Jun 2019 10:53:18 +0000 Subject: [PATCH] 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. --- subscription-manager.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subscription-manager.spec b/subscription-manager.spec index 731dcee..bd44cb2 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -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