Hello community,

here is the log from the commit of package collectl for openSUSE:Factory 
checked in at 2018-09-04 22:57:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/collectl (Old)
 and      /work/SRC/openSUSE:Factory/.collectl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "collectl"

Tue Sep  4 22:57:43 2018 rev:31 rq:632942 version:4.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/collectl/collectl.changes        2018-04-16 
12:48:38.637865517 +0200
+++ /work/SRC/openSUSE:Factory/.collectl.new/collectl.changes   2018-09-04 
22:58:05.473394317 +0200
@@ -1,0 +2,7 @@
+Wed Aug 29 09:03:54 UTC 2018 - g...@suse.com
+
+- Specify the type of service as "forking" (boo#1106366)
+- Remove the execution bit from collectl.service
+- Create the collectl directory in /var/log
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ collectl.spec ++++++
--- /var/tmp/diff_new_pack.vesq6K/_old  2018-09-04 22:58:05.973396022 +0200
+++ /var/tmp/diff_new_pack.vesq6K/_new  2018-09-04 22:58:05.973396022 +0200
@@ -55,11 +55,12 @@
 install -D hello.ph %{buildroot}%{_datadir}/%{name}/hello.ph
 install -D graphite.ph %{buildroot}%{_datadir}/%{name}/graphite.ph
 install -D vmstat.ph %{buildroot}%{_datadir}/%{name}/vmstat.ph
-install -m 755 -D %{SOURCE1} %{buildroot}/%{_unitdir}/collectl.service
+install -m 644 -D %{SOURCE1} %{buildroot}/%{_unitdir}/collectl.service
 ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rccollectl
 install -m 644 -D %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.collectl
 install -m 644 -D man1/collectl.1 %{buildroot}%{_mandir}/man1/collectl.1
 install -m 644 -D man1/colmux.1 %{buildroot}%{_mandir}/man1/colmux.1
+install -d -m 0755 %{buildroot}%{_var}/log/%{name}
 %fdupes -s %{buildroot}
 
 %post
@@ -89,5 +90,6 @@
 %{_datadir}/collectl
 %{_mandir}/man1/collectl.1%{?ext_man}
 %{_mandir}/man1/colmux.1%{?ext_man}
+%dir %{_var}/log/%{name}
 
 %changelog

++++++ collectl.service ++++++
--- /var/tmp/diff_new_pack.vesq6K/_old  2018-09-04 22:58:05.997396104 +0200
+++ /var/tmp/diff_new_pack.vesq6K/_new  2018-09-04 22:58:05.997396104 +0200
@@ -3,6 +3,7 @@
 After=network.target
 
 [Service]
+Type=forking
 PIDFile=/var/run/collectl.pid
 EnvironmentFile=/etc/sysconfig/collectl
 ExecStart=/usr/bin/collectl $OPTS /etc/collectl.conf


Reply via email to