diff options
author | Neal Gompa <ngompa13@gmail.com> | 2017-07-30 19:23:39 -0400 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-09-18 18:09:00 +0200 |
commit | e5806ea19f7e761041bbd00630562cb1a3b69edd (patch) | |
tree | 5fb61de1270de715c453cb642f62b931b1076817 | |
parent | e9a4bf5c3bc50ee99340272fb3fe62e73f4e9136 (diff) | |
download | rpm-setup-e5806ea19f7e761041bbd00630562cb1a3b69edd.tar rpm-setup-e5806ea19f7e761041bbd00630562cb1a3b69edd.tar.gz rpm-setup-e5806ea19f7e761041bbd00630562cb1a3b69edd.tar.bz2 rpm-setup-e5806ea19f7e761041bbd00630562cb1a3b69edd.tar.xz rpm-setup-e5806ea19f7e761041bbd00630562cb1a3b69edd.zip |
Remove redundant %__debug_install_post
It breaks split debuginfo and debugsource subpackage generation
(cherry picked from commit ebae14c902cd319f62ccbdc11db0975f6f9792a9)
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | build.macros.in | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -1,3 +1,6 @@ +- Remove redundant %__debug_install_post as it breaks + split debuginfo and debugsource subpackage generation + Version 2.20 - 4 May 2016, by Neal Gompa - Mark %make as deprecated for upstream %make_build diff --git a/build.macros.in b/build.macros.in index f7348de..9c9c695 100644 --- a/build.macros.in +++ b/build.macros.in @@ -303,10 +303,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} "%{_builddir}/%{?buildsubdir}"\ -%{nil} - #============================================================================== # ---- specfile macros. |