Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kiwi-templates-Minimal for 
openSUSE:Factory checked in at 2026-08-09 21:32:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-Minimal (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-templates-Minimal"

Sun Aug  9 21:32:59 2026 rev:42 rq:1370242 version:84.87.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kiwi-templates-Minimal/kiwi-templates-Minimal.changes
    2026-07-23 23:09:02.665552145 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.16738/kiwi-templates-Minimal.changes
 2026-08-09 21:34:11.463830957 +0200
@@ -1,0 +2,6 @@
+Fri Aug  7 12:59:50 UTC 2026 - Fabian Vogt <[email protected]>
+
+- config.sh: Use gawk instead of chpasswd -e for setting root to
+  "!unprovisioned". chpasswd from shadow >= 4.20 rejects it.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
kiwi-templates-Minimal.spec: same change
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.O2oYU3/_old  2026-08-09 21:34:12.099852652 +0200
+++ /var/tmp/diff_new_pack.O2oYU3/_new  2026-08-09 21:34:12.103852788 +0200
@@ -73,8 +73,9 @@
 # jeos-firstboot, use systemd-firstboot as minimal alternative.
 if [[ "$kiwi_profiles" =~ s390x-(dasd|fba|fcp) ]]; then
         systemctl enable systemd-firstboot
-        # Enable prompting for the root password
-        echo 'root:!unprovisioned' | chpasswd -e
+        # Enable prompting for the root password.
+       # Can't use chpasswd -e here, it tries to validate the hash
+        gawk -i inplace -F: -vOFS=: '$1 == "root" { $2 = "!unprovisioned"; } 
1' /etc/shadow
 elif rpm -q --whatprovides jeos-firstboot >/dev/null; then
         mkdir -p /var/lib/YaST2
         touch /var/lib/YaST2/reconfig_system

Reply via email to