Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kiwi-templates-JeOS for
openSUSE:Factory checked in at 2022-01-21 01:24:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-JeOS (Old)
and /work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-templates-JeOS"
Fri Jan 21 01:24:59 2022 rev:28 rq:947256 version:84.87
Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi-templates-JeOS/kiwi-templates-JeOS.changes
2021-11-20 02:39:07.628782736 +0100
+++
/work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.1938/kiwi-templates-JeOS.changes
2022-01-21 01:25:04.578728629 +0100
@@ -1,0 +2,7 @@
+Tue Jan 18 15:23:14 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Delete /etc/machine-id, necessary for ConditionFirstBoot
+- Add rw to the default boot options to fix /etc/machine-id setup
+ (bsc#1194484, see also gh#OSInside/kiwi#1650)
+
+-------------------------------------------------------------------
@@ -4 +11 @@
-- Install AppArmor pattern and audit
+- Install AppArmor pattern and audit (jsc#SLE-22705)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ JeOS.kiwi ++++++
--- /var/tmp/diff_new_pack.ozWS0i/_old 2022-01-21 01:25:05.250724023 +0100
+++ /var/tmp/diff_new_pack.ozWS0i/_new 2022-01-21 01:25:05.254723996 +0100
@@ -29,7 +29,7 @@
bootloader="grub2"
firmware="uefi"
efipartsize="33"
- kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200
console=tty0"
+ kernelcmdline="rw quiet systemd.show_status=1 console=ttyS0,115200
console=tty0"
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
@@ -62,7 +62,7 @@
bootloader="grub2"
firmware="uefi"
efipartsize="33"
- kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200
console=tty0"
+ kernelcmdline="rw quiet systemd.show_status=1 console=ttyS0,115200
console=tty0"
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
@@ -94,7 +94,7 @@
bootloader="grub2"
firmware="uefi"
efipartsize="33"
- kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200
console=tty0"
+ kernelcmdline="rw quiet systemd.show_status=1 console=ttyS0,115200
console=tty0"
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
@@ -129,7 +129,7 @@
bootloader="grub2"
firmware="uefi"
efipartsize="33"
- kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200
console=tty0 net.ifnames=0"
+ kernelcmdline="rw quiet systemd.show_status=1 console=ttyS0,115200
console=tty0 net.ifnames=0"
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
@@ -151,7 +151,7 @@
bootloader="grub2"
firmware="uefi"
efipartsize="33"
- kernelcmdline="quiet systemd.show_status=1 rootdelay=300
console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200"
+ kernelcmdline="rw quiet systemd.show_status=1 rootdelay=300
console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200"
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
@@ -185,7 +185,7 @@
bootloader="grub2"
firmware="uefi"
efipartsize="33"
- kernelcmdline="quiet systemd.show_status=1 rootdelay=300
console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200"
+ kernelcmdline="rw quiet systemd.show_status=1 rootdelay=300
console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200"
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
@@ -218,7 +218,7 @@
fsmountoptions="noatime,compress=lzo"
bootloader="grub2"
firmware="efi"
- kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200
console=tty"
+ kernelcmdline="rw quiet systemd.show_status=1 console=ttyS0,115200
console=tty"
bootpartition="false"
devicepersistency="by-uuid"
btrfs_quota_groups="true"
++++++ kiwi-templates-JeOS.spec ++++++
--- /var/tmp/diff_new_pack.ozWS0i/_old 2022-01-21 01:25:05.282723804 +0100
+++ /var/tmp/diff_new_pack.ozWS0i/_new 2022-01-21 01:25:05.286723776 +0100
@@ -1,7 +1,7 @@
#
# spec file for package kiwi-templates-JeOS
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.ozWS0i/_old 2022-01-21 01:25:05.342723392 +0100
+++ /var/tmp/diff_new_pack.ozWS0i/_new 2022-01-21 01:25:05.346723365 +0100
@@ -42,7 +42,8 @@
# prepare for setting root pw, timezone
#--------------------------------------
echo "** reset machine settings"
-rm -f /var/lib/zypp/AnonymousUniqueId \
+rm -f /etc/machine-id \
+ /var/lib/zypp/AnonymousUniqueId \
/var/lib/systemd/random-seed
#======================================