aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2018-10-21 10:33:41 +0300
committerJani Välimaa <wally@mageia.org>2018-10-21 10:33:41 +0300
commit72c311efdca1fd3866a90175ddbb79f4c4436c62 (patch)
tree52019fdce42f6ae5739a2ee4fdba257033422b35 /NEWS
parent0b7565a123814e1deceea3fc9f06e8d5490766cb (diff)
downloadrpm-setup-72c311efdca1fd3866a90175ddbb79f4c4436c62.tar
rpm-setup-72c311efdca1fd3866a90175ddbb79f4c4436c62.tar.gz
rpm-setup-72c311efdca1fd3866a90175ddbb79f4c4436c62.tar.bz2
rpm-setup-72c311efdca1fd3866a90175ddbb79f4c4436c62.tar.xz
rpm-setup-72c311efdca1fd3866a90175ddbb79f4c4436c62.zip
Strip binaries and libraries in __os_install_post if __debug_package isn't defined
Add __brp_strip, __brp_strip_comment_note, __brp_strip_static_archive and __brp_strip_shared for stripping. One can skip stripping by using '%define __strip %{_bindir}/true' in .spec, if needed.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7bc267b..888e835 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- strip binaries and libraries in __os_install_post if __debug_package isn't defined
+- add __brp_strip, __brp_strip_comment_note, __brp_strip_static_archive and __brp_strip_shared
+
Version 2.36 - 24 September 2018, by Thierry Vignaud
- add __brp_mangle_shebangs in order to fix /bin -> /usr/bin & "env foobar"