From a4341d43c9200b1d9ccbe69544e71cca34202ce1 Mon Sep 17 00:00:00 2001 From: mkolman Date: Fri, 4 Jun 2021 13:52:28 +0000 Subject: [PATCH] Prevent subscription-manager-initial-setup-addon being installed with initial-setup The addon has not be ported to the new Anaconda/Initial Setup addon API and will break Initial Setup when both are installed at the same time. So comment out the "Supplements: initial-setup-gui" until the situation is resolved. Resolves: rhbz#1941904 --- subscription-manager.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subscription-manager.spec b/subscription-manager.spec index 658533e..96c6bb2 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -645,7 +645,7 @@ Requires: rhsm-gtk = %{version}-%{release} Requires: initial-setup-gui >= 0.3.9.24-1 Obsoletes: subscription-manager-firstboot < 1.15.3-1 %if (0%{?rhel} >= 8) -Supplements: initial-setup-gui +#Supplements: initial-setup-gui %endif %description -n subscription-manager-initial-setup-addon