From 59292e56c69acf80400908d9f294323b6fa7d28f Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Wed, 24 Aug 2022 12:37:14 +0800 Subject: [PATCH] add debug package to add strip (cherry picked from commit b7b9cb3a0273530b1289c62fa3d5888e78d609c4) --- entr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/entr.spec b/entr.spec index fdfde13..28d60e4 100644 --- a/entr.spec +++ b/entr.spec @@ -1,6 +1,6 @@ Name: entr Version: 5.0 -Release: 1 +Release: 2 Summary: Run arbitrary commands when files change License: ISC @@ -14,12 +14,12 @@ BuildRequires: make A file watcher, which can run specified commands when target files change. -%global debug_package %{nil} %prep %setup -q %build +export CFLAGS="${RPM_OPT_FLAGS}" ./configure make @@ -44,6 +44,9 @@ make test %changelog +* Wed Aug 24 2022 caodongxia -5.0-2 +- Add debug package to add strip + * Sun Aug 29 2021 Leo - 5.0-1 - first publish of version 5.0