Ana Guerrero 2024-09-20 15:12:42 +00:00 committed by Git OBS Bridge
commit e5d2f07746
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 13 14:35:07 UTC 2024 - Witek Bedyk <witold.bedyk@suse.com>
- Revert removing source files for RHEL 9
- Do not fail on unpackaged files for RHEL
-------------------------------------------------------------------
Thu Sep 12 15:15:22 UTC 2024 - Witek Bedyk <witold.bedyk@suse.com>

View File

@ -18,13 +18,14 @@
%if 0%{?rhel}
%if 0%{?rhel} == 8
%if 0%{?rhel} >= 8
# Found compressed .debug_abbrev section, not attempting dwz compression
# DWARF version 0 unhandled
%global debug_package %{nil}
%endif
# Fix ERROR: No build ID note found in
%undefine _missing_build_ids_terminate_build
%define _unpackaged_files_terminate_build 0
%endif
%if 0%{?suse_version}