Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package thermald for openSUSE:Factory 
checked in at 2022-10-04 20:38:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/thermald (Old)
 and      /work/SRC/openSUSE:Factory/.thermald.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "thermald"

Tue Oct  4 20:38:00 2022 rev:12 rq:1007829 version:2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/thermald/thermald.changes        2022-07-22 
19:20:39.476602031 +0200
+++ /work/SRC/openSUSE:Factory/.thermald.new.2275/thermald.changes      
2022-10-04 20:38:04.712946383 +0200
@@ -1,0 +2,5 @@
+Tue Oct  4 08:12:40 UTC 2022 - Timo Jyrinki <tjyri...@suse.com>
+
+- Remove --disable-active-power from the service file and sysconfig 
(boo#1203991)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fix-systemd-service.patch ++++++
--- /var/tmp/diff_new_pack.MOhe9a/_old  2022-10-04 20:38:05.264947168 +0200
+++ /var/tmp/diff_new_pack.MOhe9a/_new  2022-10-04 20:38:05.268947173 +0200
@@ -1,13 +1,12 @@
 --- a/data/thermald.service.in.orig    2021-07-15 09:25:50.933468593 +0200
 +++ b/data/thermald.service.in 2021-07-15 09:26:52.193713129 +0200
-@@ -6,7 +6,11 @@
+@@ -6,7 +6,10 @@
  Type=dbus
  SuccessExitStatus=2
  BusName=org.freedesktop.thermald
 -ExecStart=@sbindir@/thermald --systemd --dbus-enable --adaptive
 +Environment=THERMALD_CONFIG="/etc/thermald/thermal-conf.xml"
 +Environment=THERMALD_POLL="4"
-+Environment=THERMALD_OPTS="--disable-active-power"
 +EnvironmentFile=-/etc/sysconfig/thermald
 +ExecStart=@sbindir@/thermald --systemd --dbus-enable --adaptive --config-file 
${THERMALD_CONFIG} --poll-interval $THERMALD_POLL $THERMALD_OPTS
  Restart=on-failure

++++++ sysconfig.thermald ++++++
--- /var/tmp/diff_new_pack.MOhe9a/_old  2022-10-04 20:38:05.288947202 +0200
+++ /var/tmp/diff_new_pack.MOhe9a/_new  2022-10-04 20:38:05.292947208 +0200
@@ -1,7 +1,7 @@
 ## Path:       Hardware/Thermald
 ## Description:        Thermald settings
 ## Type:       string
-## Default:    "--disable-active-power"
+## Default:    ""
 ## ServiceRestart: thermald
 #
 # Options for thermald
@@ -19,7 +19,7 @@
 #    --disable-active-power
 #        Disable active power management. This will not set active power 
limits.
 #
-THERMALD_OPTS="--disable-active-power"
+THERMALD_OPTS=""
 
 ## Type:        string
 ## Default:     "/etc/thermald/thermal-conf.xml"

Reply via email to