Skip to content

Commit

Permalink
📦 Stop requiring a Build ID in EL8 RPMs
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jun 9, 2024
1 parent 801227a commit aaa1215
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packaging/rpm/ansible-pylibssh.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@

%global buildroot_site_packages "%{buildroot}%{python3_sitearch}"

%if 0%{?with_debug}
%global _dwz_low_mem_die_limit 0
%else
%if 0%{?rhel} == 8
# Prevent requiring a Build ID in the compiled shared objects
%global debug_package %{nil}
%endif
%endif

Name: python-%{pypi_name}
Version: %{upstream_version}
Release: 1%{?dist}
Expand Down

0 comments on commit aaa1215

Please sign in to comment.