!2 bcrypt添加安全编译选项strip

From: @caodongxia
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-09-10 06:09:54 +00:00 committed by Gitee
commit 4fe5bd7908

View File

@ -1,8 +1,6 @@
%global debug_package %{nil}
Name: bcrypt
Version: 1.1
Release: 1
Release: 2
Summary: Bcrypt is a cross platform file encryption utility
License: BSD
URL: http://bcrypt.sourceforge.net/
@ -21,6 +19,7 @@ Bcrypt is a cross platform file encryption utility. Encrypted files are portable
%patch0 -p1
%build
sed -i 's/CFLAGS = -O2 -Wall/& -g/' Makefile
%make_build
%install
@ -39,6 +38,9 @@ Bcrypt is a cross platform file encryption utility. Encrypted files are portable
%{_mandir}/*
%changelog
* Wed Sep 8 2021 caoodngxia <caodongxia@huawei.com> - 1.1-2
- Add debug package to add strip
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
- Package init