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 2021-03-16 15:43:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-JeOS (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-templates-JeOS"

Tue Mar 16 15:43:20 2021 rev:24 rq:878371 version:84.87

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi-templates-JeOS/kiwi-templates-JeOS.changes  
2021-02-17 18:09:26.701837768 +0100
+++ 
/work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.2401/kiwi-templates-JeOS.changes
        2021-03-16 15:44:26.537040822 +0100
@@ -1,0 +2,10 @@
+Tue Mar  9 15:44:50 UTC 2021 - Fabian Vogt <fv...@suse.com>
+
+- Add systemd.show_status=1 to the kernel cmdline (bsc#1183186)
+- Drop plymouth.enable=0, as suggested some time ago
+- Tumbleweed has openSUSE-release-appliance-* packages meanwhile
+- Add several packages to bootstrap to force zypper to pick the
+  right alternative
+- Drop udev from bootstrap, not needed
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ JeOS.kiwi ++++++
--- /var/tmp/diff_new_pack.GDoRa2/_old  2021-03-16 15:44:26.989041546 +0100
+++ /var/tmp/diff_new_pack.GDoRa2/_new  2021-03-16 15:44:26.989041546 +0100
@@ -29,7 +29,7 @@
             bootloader="grub2"
             firmware="uefi"
             efipartsize="33"
-            kernelcmdline="quiet plymouth.enable=0 console=ttyS0,115200 
console=tty0"
+            kernelcmdline="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 plymouth.enable=0 console=ttyS0,115200 
console=tty0"
+            kernelcmdline="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 plymouth.enable=0 console=ttyS0,115200 
console=tty0"
+            kernelcmdline="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 plymouth.enable=0 console=ttyS0,115200 
console=tty0 net.ifnames=0"
+            kernelcmdline="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 plymouth.enable=0 rootdelay=300 
console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200"
+            kernelcmdline="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 plymouth.enable=0 rootdelay=300 
console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200"
+            kernelcmdline="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 plymouth.enable=0 console=ttyS0,115200 
console=tty"
+            kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200 
console=tty"
             bootpartition="false"
             devicepersistency="by-uuid"
             btrfs_quota_groups="true"
@@ -337,27 +337,31 @@
         <package name="u-boot-rpiarm64" arch="aarch64"/>
     </packages>
 
-<!-- TW does not have those release packages
-    <packages type="image" profiles="kvm-and-xen">
+    <packages type="bootstrap">
+        <package name="filesystem"/>
+        <package name="glibc-locale-base"/>
+        <package name="ca-certificates-mozilla"/>
+        <package name="openSUSE-release"/>
+
+        <!-- Avoid that zypper picks the busybox-foo variant for those, that 
would fail later -->
+        <package name="awk"/>
+        <package name="coreutils"/>
+        <package name="gzip"/>
+    </packages>
+
+    <packages type="bootstrap" profiles="kvm-and-xen">
         <package name="openSUSE-release-appliance-kvm"/>
     </packages>
-    <packages type="image" profiles="OpenStack-Cloud">
+    <packages type="bootstrap" profiles="OpenStack-Cloud">
         <package name="openSUSE-release-appliance-openstack"/>
     </packages>
-    <packages type="image" profiles="MS-HyperV">
+    <packages type="bootstrap" profiles="MS-HyperV">
         <package name="openSUSE-release-appliance-hyperv"/>
     </packages>
-    <packages type="image" profiles="VMware">
+    <packages type="bootstrap" profiles="VMware">
         <package name="openSUSE-release-appliance-vmware"/>
     </packages>
--->
-
-    <packages type="bootstrap">
-        <package name="udev"/>
-        <package name="filesystem"/>
-        <package name="glibc-locale-base"/>
-        <package name="ca-certificates-mozilla"/>
-        <package name="openSUSE-release"/>
-        <package name="openSUSE-release-ftp"/>
+    <packages type="bootstrap" profiles="RaspberryPi">
+        <package name="openSUSE-release-appliance-custom"/>
     </packages>
 </image>

Reply via email to