Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package agama-installer for openSUSE:Factory 
checked in at 2026-03-28 20:12:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/agama-installer (Old)
 and      /work/SRC/openSUSE:Factory/.agama-installer.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "agama-installer"

Sat Mar 28 20:12:16 2026 rev:29 rq:1343126 version:19.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/agama-installer/agama-installer.changes  
2026-03-18 16:50:30.021016566 +0100
+++ 
/work/SRC/openSUSE:Factory/.agama-installer.new.8177/agama-installer.changes    
    2026-03-28 20:12:17.474798911 +0100
@@ -1,0 +2,11 @@
+Fri Mar 20 07:25:55 UTC 2026 - Josef Reidinger <[email protected]>
+
+- Replace plymouth with blog-plymouth on s390x (bsc#1254326)
+
+-------------------------------------------------------------------
+Wed Mar 18 15:30:54 UTC 2026 - Josef Reidinger <[email protected]>
+
+- Ensure that systemd-gpt-auto-generator is disabled to avoid
+  conflict with storage probing (bsc#1258410)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ agama-installer.kiwi ++++++
--- /var/tmp/diff_new_pack.VznBzl/_old  2026-03-28 20:12:18.350835022 +0100
+++ /var/tmp/diff_new_pack.VznBzl/_new  2026-03-28 20:12:18.354835187 +0100
@@ -128,8 +128,11 @@
         <!-- image cleanup tool -->
         <package name="image-janitor"/>
         <!-- plymouth bsc#1248507 -->
-        <package name="plymouth" />
-        <package name="plymouth-dracut" />
+        <package name="plymouth" arch="aarch64,x86_64,ppc64le" />
+        <package name="plymouth-dracut" arch="aarch64,x86_64,ppc64le" />
+        <!-- and s390 specific plymouth bsc#1248507 -->
+        <package name="blog-plymouth" arch="s390x" />
+
     </packages>
 
     <!-- packages for local installation (desktop, browser, etc.) -->
@@ -155,7 +158,7 @@
         <package name="openSUSE-build-key"/>
         <package name="patterns-openSUSE-base"/>
         <package name="staging-build-key"/>
-        <package name="plymouth-branding-openSUSE" />
+        <package name="plymouth-branding-openSUSE" 
arch="aarch64,x86_64,ppc64le" />
     </packages>
     <!-- additional packages for the Leap distributions -->
     <packages type="image" profiles="Leap_16.1">

++++++ config-cdroot.tar.xz ++++++

++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.VznBzl/_old  2026-03-28 20:12:18.562843761 +0100
+++ /var/tmp/diff_new_pack.VznBzl/_new  2026-03-28 20:12:18.566843926 +0100
@@ -116,6 +116,13 @@
 # Prevent premature assembly of MD RAIDs (bsc#1245159)
 touch /etc/udev/rules.d/64-md-raid-assembly.rules
 
+# prevent gpt automounting (bsc#1258410)
+mkdir -p /etc/systemd/system-generators
+ln -s /dev/null /etc/systemd/system-generators/systemd-gpt-auto-generator
+# sadly man page documented way to mask generator does not work for me,
+# so I also force remove executable flag to prevent run generator
+chmod -x /usr/lib/systemd/system-generators/systemd-gpt-auto-generator
+
 # the "eurlatgr" is the default font for the English locale
 echo -e "\nFONT=eurlatgr.psfu" >> /etc/vconsole.conf
 

++++++ live-root.tar.xz ++++++

Reply via email to