- fix systemd check (use systemd for openSUSE 12.1 too)
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=25
This commit is contained in:
parent
9a3c9e7e10
commit
e57c056949
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 10:07:18 UTC 2012 - kkaempf@suse.com
|
||||
|
||||
- fix systemd check (use systemd for openSUSE 12.1 too)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 8 14:31:23 UTC 2012 - kkaempf@suse.com
|
||||
|
||||
|
@ -177,7 +177,7 @@ CC=gcc CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
||||
# install cron file
|
||||
%{__install} -D -m0644 %{S:10} %{buildroot}/%{_sysconfdir}/cron.d/%{name}
|
||||
|
||||
%if 0%{?suse_version} > 1210
|
||||
%if 0%{?suse_version} >= 1210
|
||||
# install systemd scripts
|
||||
%{__install} -D -m 0644 %{S:7} %{buildroot}/%_unitdir/cf-execd.service
|
||||
%{__install} -D -m 0644 %{S:8} %{buildroot}/%_unitdir/cf-monitord.service
|
||||
|
Loading…
Reference in New Issue
Block a user