diff --git a/cronie.spec b/cronie.spec index 5368671..82e3377 100644 --- a/cronie.spec +++ b/cronie.spec @@ -1,6 +1,6 @@ Name: cronie Version: 1.6.1 -Release: 2 +Release: 3 Summary: Standard UNIX daemon crond License: GPLv2+ and ISC URL: https://github.com/cronie-crond/cronie @@ -70,7 +70,7 @@ mkdir -p $RPM_BUILD_ROOT/lib/systemd/system/ install -m 644 contrib/cronie.systemd $RPM_BUILD_ROOT/lib/systemd/system/crond.service %check -make check +%make_build check %pre @@ -118,6 +118,9 @@ systemctl try-restart crond.service >/dev/null 2>&1 || : %changelog +* Wed Feb 15 2023 wangjunqi - 1.6.1-3 +- replace 'make check' with '%make_build check' + * Tue Oct 18 2022 zhangruifang - 1.6.1-2 - DESC:add version number for Obsoletes