Skip to content

Commit

Permalink
📦 Stop requiring a Build ID in EL9 RPMs
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jun 9, 2024
1 parent dd85dde commit 9053c10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/rpm/ansible-pylibssh.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
%if 0%{?with_debug}
%global _dwz_low_mem_die_limit 0
%else
%if 0%{?rhel} == 8
# RHEL or CentOS:
%if 0%{?rhel}
# Prevent requiring a Build ID in the compiled shared objects
%global debug_package %{nil}
%endif
Expand Down

0 comments on commit 9053c10

Please sign in to comment.