Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2016-02-07 09:21:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and      /work/SRC/openSUSE:Factory/.sensors.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sensors"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2015-07-16 
17:18:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes     2016-02-07 
09:21:45.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Jan 31 12:30:06 UTC 2016 - [email protected]
+
+- lm_sensors-3.4.0-sensord-service-extra-args.patch: Allow passing
+  arbitrary extra arguments to sensord.
+
+-------------------------------------------------------------------

New:
----
  lm_sensors-3.4.0-sensord-service-extra-args.patch

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

Other differences:
------------------
++++++ sensors.spec ++++++
--- /var/tmp/diff_new_pack.Hbq8hy/_old  2016-02-07 09:21:46.000000000 +0100
+++ /var/tmp/diff_new_pack.Hbq8hy/_new  2016-02-07 09:21:46.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sensors
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,6 +37,7 @@
 Patch3:         lm_sensors-3.0.0-sysconfig_metadata.patch
 Patch4:         lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
 Patch5:         lm_sensors-3.4.0-sensors-detect-fix-systemd-path.patch
+Patch6:         lm_sensors-3.4.0-sensord-service-extra-args.patch
 
 ExcludeArch:    s390 s390x
 %{?systemd_requires}
@@ -99,6 +100,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

++++++ lm_sensors-3.4.0-sensord-service-extra-args.patch ++++++
Allow passing arbitrary extra arguments to sensord.
---
 prog/init/sensord.service |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/prog/init/sensord.service
+++ b/prog/init/sensord.service
@@ -6,7 +6,7 @@ After=lm_sensors.service
 EnvironmentFile=/etc/sysconfig/sensord
 Type=forking
 PIDFile=/var/run/sensord.pid
-ExecStart=/usr/sbin/sensord -i $INTERVAL -l $LOG_INTERVAL -f daemon
+ExecStart=/usr/sbin/sensord -i $INTERVAL -l $LOG_INTERVAL -f daemon 
$SENSORD_ARGS
 
 [Install]
 WantedBy=multi-user.target

++++++ sysconfig.sensord ++++++
--- /var/tmp/diff_new_pack.Hbq8hy/_old  2016-02-07 09:21:46.000000000 +0100
+++ /var/tmp/diff_new_pack.Hbq8hy/_new  2016-02-07 09:21:46.000000000 +0100
@@ -17,3 +17,11 @@
 # for hours. 0 turns off logging.
 #
 LOG_INTERVAL="20m"
+
+## Type:                string
+## Default:             ""
+#
+# Pass specific sensord(8) options when the service is started via
+# systemctl.
+#
+SENSORD_ARGS=""


Reply via email to