cronie: update to 1.5.0.
This commit is contained in:
parent
980ccc2da7
commit
154515a974
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=Periodic Command Scheduler
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/crond -n
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'cronie'
|
||||
pkgname=cronie
|
||||
version=1.4.12
|
||||
revision=7
|
||||
version=1.5.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --with-inotify --without-selinux --with-pam
|
||||
--enable-anacron --localstatedir=/var --enable-pie --enable-relro"
|
||||
configure_args="--with-inotify --without-selinux --with-pam
|
||||
--enable-anacron --enable-pie --enable-relro"
|
||||
makedepends="pam-devel"
|
||||
depends="run-parts"
|
||||
make_dirs="
|
||||
|
@ -16,7 +16,6 @@ make_dirs="
|
|||
/var/spool/cron 0755 root root
|
||||
/var/spool/anacron 0755 root root"
|
||||
conf_files="/etc/crontab /etc/anacrontab /etc/pam.d/crond /etc/cron.deny"
|
||||
build_options="systemd"
|
||||
replaces="cron-daemon>=0"
|
||||
provides="cron-daemon-0_1"
|
||||
short_desc="Runs specified programs at scheduled times"
|
||||
|
@ -24,12 +23,9 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="https://fedorahosted.org/cronie/"
|
||||
license="BSD"
|
||||
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
||||
checksum=0f5c9bf32f352599451c4ca0d6bc076d19e73ecfa5a90b34ecfe47c918c8bafd
|
||||
checksum=9cf0e3f4f5042a9c09413d62c8e0c055e12401f70b112465f0f81f2c84ebfb3f
|
||||
|
||||
post_install() {
|
||||
if [ "$build_option_systemd" ]; then
|
||||
vinstall ${FILESDIR}/cronie.service 644 usr/lib/systemd/system
|
||||
fi
|
||||
vsv cronie
|
||||
vinstall ${FILESDIR}/crontab 644 etc
|
||||
vinstall ${FILESDIR}/crond.pam 644 etc/pam.d crond
|
||||
|
|
Loading…
Reference in New Issue