diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2021-06-01 15:35:08 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2021-06-01 15:41:38 +0200 |
commit | 4a1e090f7e6064cac193ed1d3743a7403dbb87e3 (patch) | |
tree | 1ebafe69e121a17d53277b3d1249496ffc75fd69 /build.macros.in | |
parent | cc07c76dda61becc6c50206106c2af7be55c1ddc (diff) | |
download | rpm-setup-4a1e090f7e6064cac193ed1d3743a7403dbb87e3.tar rpm-setup-4a1e090f7e6064cac193ed1d3743a7403dbb87e3.tar.gz rpm-setup-4a1e090f7e6064cac193ed1d3743a7403dbb87e3.tar.bz2 rpm-setup-4a1e090f7e6064cac193ed1d3743a7403dbb87e3.tar.xz rpm-setup-4a1e090f7e6064cac193ed1d3743a7403dbb87e3.zip |
Drop __brp_strip_shared b/c of rpm-4.17
It has been removed in rpm-4.17:
https://github.com/rpm-software-management/rpm/commit/fd519223ae91f254a913c26f09c1289bf687e277
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build.macros.in b/build.macros.in index 2ed8041..c3505e8 100644 --- a/build.macros.in +++ b/build.macros.in @@ -416,7 +416,6 @@ fi %__brp_strip /usr/lib/rpm/brp-strip %{__strip} %__brp_strip_comment_note /usr/lib/rpm/brp-strip-comment-note %{__strip} %{__objdump} %__brp_strip_static_archive /usr/lib/rpm/brp-strip-static-archive %{__strip} -%__brp_strip_shared /usr/lib/rpm/brp-strip-shared %{__strip} %__brp_python_bytecompile /usr/lib/rpm/brp-python-bytecompile "%{__python}" "%{?_python_bytecompile_errors_terminate_build}" "%{?_python_bytecompile_extra}" %__brp_python_hardlink /usr/lib/rpm/brp-python-hardlink # __brp_mangle_shebangs_exclude - shebangs to exclude @@ -433,7 +432,6 @@ fi %{?__brp_strip} \ %{?__brp_strip_comment_note} \ %{?__brp_strip_static_archive} \ - %{?__brp_strip_shared} \ } \ %{?py_auto_byte_compile:%{?__brp_python_bytecompile}} \ %{?__brp_python_hardlink} \ |