]> git.pld-linux.org Git - packages/cronie.git/commitdiff
- clear systemd macros when systemd is off auto/ac/cronie-1_4_8-17
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 12 Mar 2012 10:28:41 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cronie.spec -> 1.62

cronie.spec

index a06a77cf7b4013e3615bb12e08701655548a3ba7..583838cc38b927161b11cc1de894500d7a4e7028 100644 (file)
 %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
This page took 0.035426 seconds and 4 git commands to generate.