Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2023-06-16 16:53:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd (Old)
 and      /work/SRC/openSUSE:Factory/.systemd.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd"

Fri Jun 16 16:53:14 2023 rev:393 rq:1093507 version:253.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2023-06-12 
15:25:28.578705862 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new.15902/systemd.changes       
2023-06-16 16:54:08.469455618 +0200
@@ -1,0 +2,6 @@
+Fri Jun 16 14:38:33 UTC 2023 - Franck Bui <f...@suse.com>
+
+- Make sure to skip the call to systemd-tmpfile in the file-triggers when
+  running on transaction systems
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ triggers.systemd ++++++
--- /var/tmp/diff_new_pack.HBv7Xk/_old  2023-06-16 16:54:09.961464491 +0200
+++ /var/tmp/diff_new_pack.HBv7Xk/_new  2023-06-16 16:54:09.965464515 +0200
@@ -102,7 +102,9 @@
 -- This script will process files installed in /usr/lib/tmpfiles.d to create
 -- tmpfiles automatically. The priority is set such that it will run
 -- after the sysusers file trigger, but before any other triggers.
-assert(rpm.execute("systemd-tmpfiles", "--create"))
+if os.getenv("TRANSACTIONAL_UPDATE") == nil then
+    assert(rpm.execute("systemd-tmpfiles", "--create"))
+endf
 
 %if %{without bootstrap}
 %transfiletriggerin -P 1000600 -n udev -p <lua> -- /usr/lib/udev/rules.d

Reply via email to