Hello community,
here is the log from the commit of package kiwi-templates-JeOS for
openSUSE:Leap:15.2 checked in at 2020-04-22 14:13:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kiwi-templates-JeOS (Old)
and /work/SRC/openSUSE:Leap:15.2/.kiwi-templates-JeOS.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-templates-JeOS"
Wed Apr 22 14:13:19 2020 rev:9 rq:795537 version:15.2
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/kiwi-templates-JeOS/kiwi-templates-JeOS.changes
2020-04-12 15:38:26.986014784 +0200
+++
/work/SRC/openSUSE:Leap:15.2/.kiwi-templates-JeOS.new.2738/kiwi-templates-JeOS.changes
2020-04-22 14:13:20.366546202 +0200
@@ -1,0 +2,5 @@
+Tue Apr 14 14:17:39 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Also show WLAN interfaces in /etc/issue (bsc#1169070)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
kiwi-templates-JeOS.spec: same change
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.7UspOa/_old 2020-04-22 14:13:21.086547656 +0200
+++ /var/tmp/diff_new_pack.7UspOa/_new 2020-04-22 14:13:21.086547656 +0200
@@ -174,6 +174,9 @@
# Configure Raspberry Pi specifics
#--------------------------------------
if [[ "$kiwi_profiles" == *"RaspberryPi"* ]]; then
+ # Also show WLAN interfaces in /etc/issue
+ baseUpdateSysConfig /etc/sysconfig/issue-generator
NETWORK_INTERFACE_REGEX '^[bew]'
+
# Add necessary kernel modules to initrd (will disappear with
bsc#1084272)
echo 'add_drivers+=" bcm2835_dma dwc2 "' >
/etc/dracut.conf.d/raspberrypi_modules.conf