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