diff --git a/systemd-cron.spec b/systemd-cron.spec index 592a997..a6f37e2 100644 --- a/systemd-cron.spec +++ b/systemd-cron.spec @@ -1,6 +1,6 @@ Name: systemd-cron -Version: 1.5.17 -Release: 2mamba +Version: 1.15.18 +Release: 1mamba Summary: systemd units to provide cron daemon functionality by running scripts in cron directories Group: System/Servers Vendor: openmamba @@ -14,7 +14,6 @@ Patch0: systemd-cron-1.5.17-cron-failure-disable-DynamicUser.patch License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig ## AUTOBUILDREQ-END %systemd_requires Requires: debianutils @@ -30,8 +29,7 @@ The crontabs are automaticaly translated using (/usr)/lib/systemd/system-generat %prep %setup -q -sed -i "s|/usr/bin/touch|/bin/touch|" src/units/cron-update.service.in -%patch0 -p1 +#%patch0 -p1 %build ./configure \ @@ -140,6 +138,9 @@ touch /run/crond.bootdir %doc LICENSE %changelog +* Tue Feb 08 2022 Automatic Build System 1.15.18-1mamba +- automatic version update by autodist + * Thu Mar 25 2021 Silvan Calarco 1.5.17-2mamba - workaround cron-failure not sending email by unsetting DynamicUser=yes