From fce946b3a64f79e52d709eb687465602a3d2d4104fcb48d8d414225cef45b6c4 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 27 Aug 2020 11:02:24 +0000 Subject: [PATCH 1/3] - Add zypper-needs-restarting (bsc#1173548) OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS?expand=0&rev=39 --- JeOS.kiwi | 1 + kiwi-templates-JeOS.changes | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/JeOS.kiwi b/JeOS.kiwi index 76a7e9b..3a4a70e 100644 --- a/JeOS.kiwi +++ b/JeOS.kiwi @@ -214,6 +214,7 @@ + diff --git a/kiwi-templates-JeOS.changes b/kiwi-templates-JeOS.changes index 82f017c..518c8df 100644 --- a/kiwi-templates-JeOS.changes +++ b/kiwi-templates-JeOS.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 27 10:28:32 UTC 2020 - Fabian Vogt + +- Add zypper-needs-restarting (bsc#1173548) + ------------------------------------------------------------------- Mon Jul 13 07:04:18 UTC 2020 - Fabian Vogt From 18dbfb3b5fabe7f0d47c132bceb79066b0198af4422415556a1347e8aee57341 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 27 Aug 2020 11:21:05 +0000 Subject: [PATCH 2/3] - issue-generator got fixed, so drop the workaround for RPi OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS?expand=0&rev=40 --- config.sh | 8 -------- kiwi-templates-JeOS.changes | 5 +++++ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/config.sh b/config.sh index 3c45f87..22b8130 100644 --- a/config.sh +++ b/config.sh @@ -126,14 +126,6 @@ sed -i 's/.*solver.onlyRequires.*/solver.onlyRequires = true/g' /etc/zypp/zypp.c #-------------------------------------- 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 diff --git a/kiwi-templates-JeOS.changes b/kiwi-templates-JeOS.changes index 518c8df..459f332 100644 --- a/kiwi-templates-JeOS.changes +++ b/kiwi-templates-JeOS.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 27 11:19:26 UTC 2020 - Fabian Vogt + +- issue-generator got fixed, so drop the workaround for RPi + ------------------------------------------------------------------- Thu Aug 27 10:28:32 UTC 2020 - Fabian Vogt From 16c82255924bfd9c6a3575f7dbe5d05d1b5d0a961b3cf8cca74c4bb39939dbd9 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Fri, 28 Aug 2020 07:31:42 +0000 Subject: [PATCH 3/3] - Drop the tmp subvolume (boo#1173461, jsc#PM-1898) OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS?expand=0&rev=41 --- JeOS.kiwi | 4 ---- kiwi-templates-JeOS.changes | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/JeOS.kiwi b/JeOS.kiwi index 3a4a70e..b59f2ea 100644 --- a/JeOS.kiwi +++ b/JeOS.kiwi @@ -37,7 +37,6 @@ - @@ -71,7 +70,6 @@ - @@ -129,7 +127,6 @@ - @@ -164,7 +161,6 @@ - diff --git a/kiwi-templates-JeOS.changes b/kiwi-templates-JeOS.changes index 459f332..5644d2a 100644 --- a/kiwi-templates-JeOS.changes +++ b/kiwi-templates-JeOS.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 28 07:27:05 UTC 2020 - Fabian Vogt + +- Drop the tmp subvolume (boo#1173461, jsc#PM-1898) + ------------------------------------------------------------------- Thu Aug 27 11:19:26 UTC 2020 - Fabian Vogt