From 07f574c85e425e8c7838fa3194b4a2a39c439623 Mon Sep 17 00:00:00 2001 From: Wangjunqi123 Date: Wed, 15 Feb 2023 10:11:37 +0800 Subject: [PATCH] update version to 1 --- cronie.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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