Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2019-03-27 16:11:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and      /work/SRC/openSUSE:Factory/.sensors.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sensors"

Wed Mar 27 16:11:40 2019 rev:102 rq:686004 version:3.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2019-02-26 
22:14:10.522237062 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new.25356/sensors.changes       
2019-03-27 16:11:42.639662837 +0100
@@ -1,0 +2,5 @@
+Sun Mar  3 19:32:47 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Join %service_* lines to generate less scriptlet boilerplate.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sensors.spec ++++++
--- /var/tmp/diff_new_pack.BDv4s4/_old  2019-03-27 16:11:43.239662684 +0100
+++ /var/tmp/diff_new_pack.BDv4s4/_new  2019-03-27 16:11:43.243662683 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sensors
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -137,11 +137,9 @@
     cp -a %{SOURCE1}                   %{buildroot}/%{_fillupdir}
 
 %pre
-%service_add_pre lm_sensors.service
-%service_add_pre fancontrol.service
+%service_add_pre lm_sensors.service fancontrol.service
 
 %post
-%service_add_post lm_sensors.service
 sh -c '
 CONFIG=%{_sysconfdir}/sysconfig/lm_sensors
 test -r "$CONFIG" || exit 0
@@ -164,15 +162,13 @@
 if test -e %{_sysconfdir}/modprobe.d/lm_sensors -a ! -e 
%{_sysconfdir}/modprobe.d/lm_sensors.conf ; then
        mv -f %{_sysconfdir}/modprobe.d/lm_sensors 
%{_sysconfdir}/modprobe.d/lm_sensors.conf
 fi
-%service_add_post fancontrol.service
+%service_add_post lm_sensors.service fancontrol.service
 
 %preun
-%service_del_preun fancontrol.service
-%service_del_preun lm_sensors.service
+%service_del_preun fancontrol.service lm_sensors.service
 
 %postun
-%service_del_postun fancontrol.service
-%service_del_postun lm_sensors.service
+%service_del_postun fancontrol.service lm_sensors.service
 
 %pre -n sensord
 %service_add_pre sensord.service


Reply via email to