diff --git a/collectd.changes b/collectd.changes index 9123f8e..1854189 100644 --- a/collectd.changes +++ b/collectd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 7 07:43:59 UTC 2016 - joop.boonen@opensuse.org + +- Use the correct contrib/systemd.collectd.service in stead of + contrib/collectd.service this fixes, boo#987462 + ------------------------------------------------------------------- Tue Feb 23 01:00:56 UTC 2016 - dvaleev@suse.com diff --git a/collectd.spec b/collectd.spec index 0457098..8d65bb3 100644 --- a/collectd.spec +++ b/collectd.spec @@ -770,7 +770,7 @@ EOF install -d -m 0755 "%{buildroot}%{_prefix}/sbin" %if 0%{?has_systemd} -install -D -m0644 contrib/collectd.service %{buildroot}%{_unitdir}/collectd.service +install -D -m0644 contrib/systemd.collectd.service %{buildroot}%{_unitdir}/collectd.service ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} %else # init script: