Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package stalld for openSUSE:Factory checked 
in at 2024-12-02 16:59:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stalld (Old)
 and      /work/SRC/openSUSE:Factory/.stalld.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stalld"

Mon Dec  2 16:59:11 2024 rev:2 rq:1227688 version:1.19.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/stalld/stalld.changes    2024-09-03 
13:38:21.992822618 +0200
+++ /work/SRC/openSUSE:Factory/.stalld.new.28523/stalld.changes 2024-12-02 
16:59:36.122378536 +0100
@@ -1,0 +2,7 @@
+Thu Nov 28 08:53:21 UTC 2024 - Matthias Gerstner <matthias.gerst...@suse.com>
+
+- add fixed-tmpfile-fix.patch: place the original scheduling values in a
+  root-owned directory in /run/stalld, not into the public /tmp directory
+  (bsc#1230327).
+
+-------------------------------------------------------------------

New:
----
  fixed-tmpfile-fix.patch

BETA DEBUG BEGIN:
  New:
- add fixed-tmpfile-fix.patch: place the original scheduling values in a
  root-owned directory in /run/stalld, not into the public /tmp directory
BETA DEBUG END:

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

Other differences:
------------------
++++++ stalld.spec ++++++
--- /var/tmp/diff_new_pack.aBwhoV/_old  2024-12-02 16:59:36.630399851 +0100
+++ /var/tmp/diff_new_pack.aBwhoV/_new  2024-12-02 16:59:36.630399851 +0100
@@ -24,6 +24,7 @@
 URL:            https://gitlab.com/rt-linux-tools/%{name}/%{name}.git
 Source0:        
https://gitlab.com/rt-linux-tools/stalld/-/archive/v%{version}/stalld-v%{version}.tar.bz2
 Patch0:         pid-dir.patch
+Patch1:         fixed-tmpfile-fix.patch
 BuildRequires:  systemd-rpm-macros
 %{?systemd_requires}
 Requires(post): %fillup_prereq

++++++ fixed-tmpfile-fix.patch ++++++
Index: stalld-v1.19.3/scripts/throttlectl.sh
===================================================================
--- stalld-v1.19.3.orig/scripts/throttlectl.sh
+++ stalld-v1.19.3/scripts/throttlectl.sh
@@ -10,7 +10,7 @@
 
 path=/proc/sys/kernel
 cmd=$1
-savefile=/tmp/rtthrottle
+savefile=/run/stalld/rtthrottle
 defperiod=1000000
 defruntime=950000
 case ${cmd} in

Reply via email to