From b5a452ebecfe64fe2f4c5e5aea66d7776a3b0bf0 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: May 20 2020 14:49:06 +0000 Subject: Fix if statemetn --- diff --git a/SPECS/subscription-manager.spec b/SPECS/subscription-manager.spec index db3d49f..bcc5066 100644 --- a/SPECS/subscription-manager.spec +++ b/SPECS/subscription-manager.spec @@ -561,7 +561,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%{?rhel} >= 8) && 0%{centos} == 0) +%if (0%{?rhel} >= 8 && 0%{centos} == 0) Supplements: initial-setup-gui %endif