Skip to content

Commit

Permalink
fixup! Bump to katello-host-tools 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bucher authored and sbernhard committed May 22, 2024
1 parent 5606f88 commit f6ad6c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/katello-host-tools/katello-host-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f6ad6c6

Please sign in to comment.