From 61f7fb8519563616e038f7aebd27ed551a9fd5d6 Mon Sep 17 00:00:00 2001 From: Carl George Date: Jul 21 2021 00:44:49 +0000 Subject: Disable anaconda-core's requirement on subscription-manager --- diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index af65032..a1570f6 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 33.16.5.2 -Release: 1%{?dist} +Release: 1%{?dist}.0.1 License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -107,7 +107,7 @@ Requires: python3-systemd Requires: python3-productmd Requires: python3-dasbus >= %{dasbusver} Requires: flatpak-libs -%if 0%{?rhel} +%if %{defined rhel} && %{undefined centos} Requires: python3-syspurpose Requires: subscription-manager >= 1.26 %endif