From 7277c768d698d7c99e54da2df90b22736c824b86 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Wed, 8 Sep 2021 17:57:20 +0800 Subject: [PATCH] Add debug package to add strip (cherry picked from commit 42f92d5d32cac6a1bbe6c8ad4648ac28465220fa) --- bcrypt.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bcrypt.spec b/bcrypt.spec index ae496df..8c045e3 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 -- Gitee