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
This commit is contained in:
parent
cfb8537337
commit
a4341d43c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user