Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libplasma6 for openSUSE:Factory 
checked in at 2025-01-12 11:08:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libplasma6 (Old)
 and      /work/SRC/openSUSE:Factory/.libplasma6.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libplasma6"

Sun Jan 12 11:08:38 2025 rev:19 rq:1236814 version:6.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/libplasma6/libplasma6.changes    2025-01-03 
14:16:51.545270084 +0100
+++ /work/SRC/openSUSE:Factory/.libplasma6.new.1881/libplasma6.changes  
2025-01-12 11:08:43.049015045 +0100
@@ -1,0 +2,7 @@
+Fri Jan 10 07:20:51 UTC 2025 - Franck Bui <[email protected]>
+
+- In some corner cases, systemd user instances might be in failing state and
+  attempts to reload them (via the 'systemd-update-helper' private script) may
+  fail. Avoid to abort the upgrade process in these cases (bsc#1234904).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libplasma6.spec ++++++
--- /var/tmp/diff_new_pack.R51rs2/_old  2025-01-12 11:08:43.797045738 +0100
+++ /var/tmp/diff_new_pack.R51rs2/_new  2025-01-12 11:08:43.797045738 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libplasma6
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -187,7 +187,7 @@
     echo -e '[Unit]\nRefuseManualStop=true' > 
"/run/systemd/user/${unit}.d/boo1221405.conf"
   done
   touch /run/plasma-boo1221405-workaround
-  /usr/lib/systemd/systemd-update-helper user-reload
+  /usr/lib/systemd/systemd-update-helper user-reload || :
 fi
 
 %ldconfig_scriptlets -n libPlasma6
@@ -196,7 +196,7 @@
 # Remove the temporary dropin files from pre again.
 if [ -e /run/plasma-boo1221405-workaround ]; then
   rm /run/systemd/user/plasma-*.service.d/boo1221405.conf
-  /usr/lib/systemd/systemd-update-helper user-reload
+  /usr/lib/systemd/systemd-update-helper user-reload || :
   rm /run/plasma-boo1221405-workaround
 fi
 

Reply via email to