!9 [sync] PR-7: add debug package to add strip

From: @openeuler-sync-bot 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-10-17 07:19:31 +00:00 committed by Gitee
commit 66b1ceedf3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <caodongxia@h-partners.com> -5.0-2
- Add debug package to add strip
* Sun Aug 29 2021 Leo <clouds@isrc.iscas.ac.cn> - 5.0-1
- first publish of version 5.0