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 committed May 17, 2024
1 parent ea0cfff commit 3db4324
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/client/katello-host-tools/katello-host-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ Requires: cronie
%else
Requires: crontabs
%endif
%if %{yum_install}
Requires: python2-tracer >= 0.6.12
%endif

%description tracer
Adds Tracer functionality to a client managed by katello-host-tools
Expand All @@ -121,6 +124,7 @@ rm -f src/katello/tracer/deb.py

%if !%{dnf_install}
rm -r src/dnf-plugins
rm -f src/katello/tracer/dnf.py
%endif

%if !%{yum_install}
Expand Down Expand Up @@ -235,6 +239,7 @@ exit 0
%if %{build_tracer}
%if %{dnf_install}
%pycached %exclude %{katello_libdir}/tracer/*.py
%exclude %{katello_libdir}/tracer/__pycache__
%pycached %exclude %{plugins_dir}/__init__.py
%else
%exclude %{katello_libdir}/tracer
Expand Down

0 comments on commit 3db4324

Please sign in to comment.