- 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:
Klaus Kämpf 2012-10-21 10:08:48 +00:00 committed by Git OBS Bridge
parent 9a3c9e7e10
commit e57c056949
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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