Package init
This commit is contained in:
parent
aa00522c3c
commit
40b85ef5c6
@ -1,6 +1,6 @@
|
|||||||
Name: cronie
|
Name: cronie
|
||||||
Version: 1.5.4
|
Version: 1.5.4
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Standard UNIX daemon crond
|
Summary: Standard UNIX daemon crond
|
||||||
License: GPLv2+ and ISC
|
License: GPLv2+ and ISC
|
||||||
URL: https://github.com/cronie-crond/cronie
|
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
|
BuildRequires: gcc systemd libselinux-devel pam-devel audit-libs-devel git
|
||||||
|
|
||||||
Requires: libselinux pam crontabs
|
Requires: libselinux pam crontabs
|
||||||
|
Requires(preun): systemd
|
||||||
|
Requires(postun): systemd
|
||||||
|
Requires(post): systemd coreutils sed
|
||||||
|
|
||||||
Provides: dailyjobs anacron %{name}-anacron %{name}-noanacron
|
Provides: dailyjobs anacron %{name}-anacron %{name}-noanacron
|
||||||
|
|
||||||
@ -116,6 +119,9 @@ systemctl try-restart crond.service >/dev/null 2>&1 || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.4-3
|
||||||
- Add license "ISC"
|
- Add license "ISC"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user