diff options
author | Neal Gompa <ngompa13@gmail.com> | 2017-07-30 19:23:39 -0400 |
---|---|---|
committer | Neal Gompa <ngompa13@gmail.com> | 2017-07-30 19:23:39 -0400 |
commit | ebae14c902cd319f62ccbdc11db0975f6f9792a9 (patch) | |
tree | 7fb5008520e536c866509580e3b72fbba956595d | |
parent | fa83599987fc8aed33c3cfc25eaec1fa371b606c (diff) | |
download | rpm-setup-ebae14c902cd319f62ccbdc11db0975f6f9792a9.tar rpm-setup-ebae14c902cd319f62ccbdc11db0975f6f9792a9.tar.gz rpm-setup-ebae14c902cd319f62ccbdc11db0975f6f9792a9.tar.bz2 rpm-setup-ebae14c902cd319f62ccbdc11db0975f6f9792a9.tar.xz rpm-setup-ebae14c902cd319f62ccbdc11db0975f6f9792a9.zip |
Remove redundant %__debug_install_post
It breaks split debuginfo and debugsource subpackage generation
-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. |