Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ignition for openSUSE:Factory 
checked in at 2024-03-03 20:18:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ignition (Old)
 and      /work/SRC/openSUSE:Factory/.ignition.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ignition"

Sun Mar  3 20:18:53 2024 rev:43 rq:1153998 version:2.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ignition/ignition.changes        2023-11-29 
21:18:33.716375574 +0100
+++ /work/SRC/openSUSE:Factory/.ignition.new.1770/ignition.changes      
2024-03-03 20:19:09.073461243 +0100
@@ -1,0 +2,5 @@
+Fri Mar  1 12:53:50 UTC 2024 - Fabian Vogt <[email protected]>
+
+- module-setup.sh: Use $dracutsysrootdir
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ignition.spec ++++++
--- /var/tmp/diff_new_pack.3gMaOl/_old  2024-03-03 20:19:10.773522746 +0100
+++ /var/tmp/diff_new_pack.3gMaOl/_new  2024-03-03 20:19:10.773522746 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ignition
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ module-setup.sh ++++++
--- /var/tmp/diff_new_pack.3gMaOl/_old  2024-03-03 20:19:10.957529402 +0100
+++ /var/tmp/diff_new_pack.3gMaOl/_new  2024-03-03 20:19:10.961529548 +0100
@@ -4,7 +4,7 @@
 
 check() {
     # Omit if building for this already configured system
-    if [[ $hostonly ]] && [ -e /etc/machine-id ]; then
+    if [[ $hostonly ]] && [ -e "${dracutsysrootdir}/etc/machine-id" ]; then
         return 255
     fi
     return 0

Reply via email to