Hello community,
here is the log from the commit of package kiwi-templates-JeOS for
openSUSE:Factory checked in at 2020-09-01 20:06:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-JeOS (Old)
and /work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-templates-JeOS"
Tue Sep 1 20:06:53 2020 rev:17 rq:830200 version:84.87
Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi-templates-JeOS/kiwi-templates-JeOS.changes
2020-07-15 11:14:08.356950389 +0200
+++
/work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.3399/kiwi-templates-JeOS.changes
2020-09-01 20:08:04.960612460 +0200
@@ -1,0 +2,15 @@
+Fri Aug 28 07:27:05 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Drop the tmp subvolume (boo#1173461, jsc#PM-1898)
+
+-------------------------------------------------------------------
+Thu Aug 27 11:19:26 UTC 2020 - Fabian Vogt <[email protected]>
+
+- issue-generator got fixed, so drop the workaround for RPi
+
+-------------------------------------------------------------------
+Thu Aug 27 10:28:32 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Add zypper-needs-restarting (bsc#1173548)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ JeOS.kiwi ++++++
--- /var/tmp/diff_new_pack.yLuLcE/_old 2020-09-01 20:08:05.412612671 +0200
+++ /var/tmp/diff_new_pack.yLuLcE/_new 2020-09-01 20:08:05.412612671 +0200
@@ -37,7 +37,6 @@
<systemdisk>
<volume name="home"/>
<volume name="root"/>
- <volume name="tmp"/>
<volume name="opt"/>
<volume name="srv"/>
<volume name="boot/grub2/i386-pc"/>
@@ -71,7 +70,6 @@
<systemdisk>
<volume name="home"/>
<volume name="root"/>
- <volume name="tmp"/>
<volume name="opt"/>
<volume name="srv"/>
<volume name="boot/grub2/i386-pc"/>
@@ -129,7 +127,6 @@
<systemdisk>
<volume name="home"/>
<volume name="root"/>
- <volume name="tmp"/>
<volume name="opt"/>
<volume name="srv"/>
<volume name="boot/grub2/i386-pc"/>
@@ -164,7 +161,6 @@
<systemdisk>
<volume name="home"/>
<volume name="root"/>
- <volume name="tmp"/>
<volume name="opt"/>
<volume name="srv"/>
<volume name="boot/grub2/arm64-efi"
mountpoint="boot/grub2/arm64-efi"/>
@@ -214,6 +210,7 @@
<package name="live-add-yast-repos"/>
<!-- <package name="rsyslog"/> for SLE -->
<package name="systemd-logger"/> <!-- for openSUSE -->
+ <package name="zypper-needs-restarting"/> <!-- Some deployment script
use this (bsc#1173548) -->
</packages>
<!-- Not needed in OpenStack as it uses XFS and cloud-init -->
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.yLuLcE/_old 2020-09-01 20:08:05.484612705 +0200
+++ /var/tmp/diff_new_pack.yLuLcE/_new 2020-09-01 20:08:05.484612705 +0200
@@ -126,14 +126,6 @@
#--------------------------------------
sed -i 's/.*rpm.install.excludedocs.*/rpm.install.excludedocs = yes/g'
/etc/zypp/zypp.conf
-#======================================
-# Configure Raspberry Pi specifics
-#--------------------------------------
-if [[ "$kiwi_profiles" == *"RaspberryPi"* ]]; then
- # Also show WLAN interfaces in /etc/issue. Remove once
https://github.com/thkukuk/issue-generator/pull/4 accepted
- baseUpdateSysConfig /etc/sysconfig/issue-generator
NETWORK_INTERFACE_REGEX '^[bew]'
-fi
-
# Not compatible with set -e
baseCleanMount || true