rpmbuild spec 打包jar变小了、设置禁止压缩二进制文件Disable Binary stripping in rpmbuild
2021-07-09 14:05
标签:nta scripts cipher blog pos cin stat bookmark could rpmbuild spec 打包jar变小了、设置禁止压缩二进制文件Disable Binary stripping in rpmbuild 标签:nta scripts cipher blog pos cin stat bookmark could 原文地址:https://www.cnblogs.com/LiuYanYGZ/p/9565861.htmlDisable Binary stripping in rpmbuild
摘自:http://livecipher.blogspot.com/2012/06/disable-binary-stripping-in-rpmbuild.html
Stripping Binary files in rpmbuild
RedHat Package Manage
Recently, I had an uncommon requirement to disable this option. I do not want to reduce the file size of all files packaged in the rpm. This is achievable using any of 3 mechanisms.
-14: __os_install_post
/usr/lib/rpm/brp-compress
/usr/lib/rpm/brp-strip
/usr/lib/rpm/brp-strip-static-archive
/usr/lib/rpm/brp-strip-comment-note
%__os_install_post %{nil}
%__os_install_post %{nil}
文章标题:rpmbuild spec 打包jar变小了、设置禁止压缩二进制文件Disable Binary stripping in rpmbuild
文章链接:http://soscw.com/index.php/essay/102808.html