Package init

This commit is contained in:
dogsheng 2019-12-25 15:44:01 +08:00
parent aa00522c3c
commit 40b85ef5c6

View File

@ -1,6 +1,6 @@
Name: cronie
Version: 1.5.4
Release: 3
Release: 4
Summary: Standard UNIX daemon crond
License: GPLv2+ and ISC
URL: https://github.com/cronie-crond/cronie
@ -14,6 +14,9 @@ Patch9000: bugfix-cronie-systemd-alias.patch
BuildRequires: gcc systemd libselinux-devel pam-devel audit-libs-devel git
Requires: libselinux pam crontabs
Requires(preun): systemd
Requires(postun): systemd
Requires(post): systemd coreutils sed
Provides: dailyjobs anacron %{name}-anacron %{name}-noanacron
@ -116,6 +119,9 @@ systemctl try-restart crond.service >/dev/null 2>&1 || :
%changelog
* Fri Dec 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.4-4
- Add requires
* Fri Sep 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.4-3
- Add license "ISC"