Skip to content

Commit

Permalink
[ATIX] Remove package-profile-upload while building RPM
Browse files Browse the repository at this point in the history
The script is only required in debian/ubuntu installations
  • Loading branch information
sbernhard committed Jan 10, 2025
1 parent 0204d7b commit 225610a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions subscription-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,9 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcrhsmcertd
%endif

# Remove script which we only need in debian/ubuntu
rm -f %{buildroot}%{_bindir}/package-profile-upload

# base/cli tools use the gettext domain 'rhsm', while the
# gnome-help tools use domain 'subscription-manager'
%files -f rhsm.lang
Expand Down

0 comments on commit 225610a

Please sign in to comment.