Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

3 changed files with 4 additions and 14 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e418791f2b1e01a074873954e7b71251c0dae722402db76122cb15d781f78d4
size 73739

View File

@ -1,15 +1,3 @@
-------------------------------------------------------------------
Thu Sep 26 12:15:11 UTC 2024 - Witek Bedyk <witold.bedyk@suse.com>
- Revert not failing on upackaged files for RHEL
- Delete unpackaged debug files for RHEL
-------------------------------------------------------------------
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,7 +18,7 @@
%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}
@ -102,7 +102,6 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/apparmor.d/usr.bin.%{targe
%if 0%{?rhel}
# Fix OBS debug_package execution.
rm -f %{buildroot}/usr/lib/debug%{_bindir}/%{targetname}-%{version}-*.debug
rm -rf %{buildroot}%{_usrsrc}/debug/%{name}-%{version}-*
%endif
%pre