update version to 1

This commit is contained in:
Wangjunqi123 2023-02-15 10:11:37 +08:00
parent 098bbe2e53
commit 07f574c85e

View File

@ -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 <wangjunqi@kylinos.cn> - 1.6.1-3
- replace 'make check' with '%make_build check'
* Tue Oct 18 2022 zhangruifang <zhangruifang1@h-partners.com> - 1.6.1-2
- DESC:add version number for Obsoletes