X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=cronie.spec;h=583838cc38b927161b11cc1de894500d7a4e7028;hb=701f4590c38cbfb19c4d6b6d35f0c2e85cf501b4;hp=a06a77cf7b4013e3615bb12e08701655548a3ba7;hpb=2bd551be622aaef176082c35d3a3179d53704fc0;p=packages%2Fcronie.git diff --git a/cronie.spec b/cronie.spec index a06a77c..583838c 100644 --- a/cronie.spec +++ b/cronie.spec @@ -16,10 +16,17 @@ %bcond_with systemd # without systemd units %endif +%if %{without systemd} +%define systemd_post() %{nil} +%define systemd_preun() %{nil} +%define systemd_reload() %{nil} +%define systemd_trigger() %{nil} +%endif + Summary: Cron daemon for executing programs at set times Name: cronie Version: 1.4.8 -Release: 16 +Release: 17 License: MIT and BSD and GPL v2 Group: Daemons Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz