From f6ad6c68821e9a755b148dba864a84d21efda766 Mon Sep 17 00:00:00 2001 From: Markus Bucher Date: Tue, 21 May 2024 15:50:02 +0200 Subject: [PATCH] fixup! Bump to katello-host-tools 4.4.0 --- packages/client/katello-host-tools/katello-host-tools.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/client/katello-host-tools/katello-host-tools.spec b/packages/client/katello-host-tools/katello-host-tools.spec index e2a129d6d2..a94615b126 100644 --- a/packages/client/katello-host-tools/katello-host-tools.spec +++ b/packages/client/katello-host-tools/katello-host-tools.spec @@ -151,7 +151,7 @@ pushd src %if %{dnf_install} || 0%{?suse_version} >= 1500 %py3_build %else -%if 0%{?rhel} == 6 +%if 0%{?rhel} == 6 || 0%{?suse_version} < 1500 %{__python} setup.py build %else %py_build @@ -166,7 +166,7 @@ pushd src %if %{dnf_install} || 0%{?suse_version} >= 1500 %py3_install %else -%if 0%{?rhel} == 6 +%if 0%{?rhel} == 6 || 0%{?suse_version} < 1500 %{__python} setup.py install --root %{buildroot} %else %py_install