diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | build.macros.in | 6 |
2 files changed, 2 insertions, 6 deletions
@@ -1,3 +1,5 @@ +- Remove redundant %__debug_install_post as it breaks + split debuginfo and debugsource subpackage generation - Remove find-lang.pl in favor of using upstream find-lang.sh - Unify %configure macros into a single %configure macro diff --git a/build.macros.in b/build.macros.in index fd16d79..ce8c877 100644 --- a/build.macros.in +++ b/build.macros.in @@ -281,12 +281,6 @@ fi %{!?__brp_python_hardlink:/usr/lib/rpm/brp-python-hardlink} \ %{nil} -%__debug_install_post \ - @RPMLIBDIR@/find-debuginfo.sh %{?_find_debuginfo_dwz_opts} %{?_include_minidebuginfo:-m}\\\ - %{?_debugsource_packages:-S "%{_builddir}/%{?buildsubdir}/debugsourcefiles.list"} \\\ - "%{_builddir}/%{?buildsubdir}" \ -%{nil} - #============================================================================== # ---- specfile macros. |