diff --git a/macrosin.diff b/macrosin.diff index f457eb9..2b9f1f9 100644 --- a/macrosin.diff +++ b/macrosin.diff @@ -1,5 +1,14 @@ ---- ./macros.in.orig 2017-12-07 16:01:58.933485867 +0000 -+++ ./macros.in 2017-12-07 16:02:25.273409983 +0000 +--- ./macros.in.orig 2018-05-07 14:27:45.991050600 +0000 ++++ ./macros.in 2018-05-07 14:28:12.426978605 +0000 +@@ -184,7 +184,7 @@ + %{?_unique_build_ids:--build-id-seed "%{VERSION}-%{RELEASE}"} \\\ + %{?_unique_debug_names:--unique-debug-suffix "-%{VERSION}-%{RELEASE}.%{_arch}"} \\\ + %{?_unique_debug_srcs:--unique-debug-src-base "%{name}-%{VERSION}-%{RELEASE}.%{_arch}"} \\\ +- %{?_find_debuginfo_dwz_opts} \\\ ++ %{lua:if not posix.access(rpm.expand("%_sourcedir/baselibs.conf"), "r") then print(rpm.expand("%{?_find_debuginfo_dwz_opts}")) end} \\\ + %{?_find_debuginfo_opts} \\\ + %{?_debugsource_packages:-S debugsourcefiles.list} \\\ + "%{_builddir}/%{?buildsubdir}"\ @@ -224,7 +224,8 @@ package or when debugging this package.\ %endif\ %{nil} diff --git a/rpm.changes b/rpm.changes index c35c710..04e6145 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 7 16:36:45 CEST 2018 - mls@suse.de + +- Disable debuginfo dwz compression for baselibs packages + [bnc#1092189] + ------------------------------------------------------------------- Thu Apr 19 11:53:52 CEST 2018 - mls@suse.de