diff --git a/bcrypt.spec b/bcrypt.spec index ae496df5ad7c576e05070224b712fd0f7cdf3fe7..8c045e3539f56e5a293c3b3175ca98084a3dc5f2 100644 --- a/bcrypt.spec +++ b/bcrypt.spec @@ -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 - 1.1-2 +- Add debug package to add strip + * Sun Mar 29 2020 Wei Xiong - Package init