Hello community,
here is the log from the commit of package installation-images for
openSUSE:Factory checked in at 2020-05-09 19:48:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
and /work/SRC/openSUSE:Factory/.installation-images.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images"
Sat May 9 19:48:44 2020 rev:97 rq:800694 version:14.470
Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes
2020-05-01 11:08:33.831222512 +0200
+++
/work/SRC/openSUSE:Factory/.installation-images.new.2738/installation-images.changes
2020-05-09 19:48:49.412383102 +0200
@@ -1,0 +2,19 @@
+Wed May 6 11:43:07 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#374
+- support MicroOSNG (bsc#1170885)
+- 14.470
+
+-------------------------------------------------------------------
+Wed May 6 11:36:32 UTC 2020 - Steffen Winterfeldt <[email protected]>
+
+- prepare for MicroOSNG
+
+--------------------------------------------------------------------
+Mon May 4 12:17:22 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#373
+- beware of bash using update-alternatives
+- 14.469
+
+--------------------------------------------------------------------
Old:
----
installation-images-14.468.tar.xz
New:
----
installation-images-14.470.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.ThbpP2/_old 2020-05-09 19:48:50.544385532 +0200
+++ /var/tmp/diff_new_pack.ThbpP2/_new 2020-05-09 19:48:50.548385540 +0200
@@ -85,6 +85,15 @@
%endif
%endif
+%if "%flavor" == "MicroOSNG"
+# build for both Leap and SLE
+%if 0%{?sle_version}
+%ifnarch %ix86
+%define theme MicroOSNG
+%endif
+%endif
+%endif
+
%if "%flavor" == "MicroOS"
# don't build on Leap for now
%if 0%{?is_opensuse} && !0%{?sle_version}
@@ -168,6 +177,18 @@
%global product_name openSUSE-Kubic
%endif
+%if "%theme" == "MicroOSNG"
+%define with_storage_ng 1
+%define with_ssl_hmac 0
+%define branding_skelcd MicroOSNG
+%define branding_systemd SLE
+%define branding_plymouth SLE
+%define branding_grub2 SLE
+%define branding_gfxboot SLE
+%define config_bootmenu_no_upgrade 1
+BuildRequires: MicroOSNG-release
+%endif
+
%if "%theme" == "MicroOS"
%define with_storage_ng 1
%define with_ssl_hmac 0
@@ -616,7 +637,7 @@
Summary: Installation Image Files for %theme
License: GPL-2.0+
Group: Metapackages
-Version: 14.468
+Version: 14.470
Release: 0
Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images)
++++++ installation-images-14.468.tar.xz -> installation-images-14.470.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.468/VERSION
new/installation-images-14.470/VERSION
--- old/installation-images-14.468/VERSION 2020-04-29 12:38:42.000000000
+0200
+++ new/installation-images-14.470/VERSION 2020-05-06 13:43:07.000000000
+0200
@@ -1 +1 @@
-14.468
+14.470
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.468/changelog
new/installation-images-14.470/changelog
--- old/installation-images-14.468/changelog 2020-04-29 12:38:42.000000000
+0200
+++ new/installation-images-14.470/changelog 2020-05-06 13:43:07.000000000
+0200
@@ -1,3 +1,11 @@
+2020-05-06: 14.470
+ - merge gh#openSUSE/installation-images#374
+ - support MicroOSNG (bsc#1170885)
+
+2020-05-04: 14.469
+ - merge gh#openSUSE/installation-images#373
+ - beware of bash using update-alternatives
+
2020-04-29: 14.468
- merge gh#openSUSE/installation-images#372
- remove ruby parts that are not needed in installation system
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.468/data/base/base.file_list
new/installation-images-14.470/data/base/base.file_list
--- old/installation-images-14.468/data/base/base.file_list 2020-04-29
12:38:42.000000000 +0200
+++ new/installation-images-14.470/data/base/base.file_list 2020-05-06
13:43:07.000000000 +0200
@@ -53,7 +53,12 @@
AUTODEPS:
+# it's using update-alternatives
bash:
+ /bin/{sh,bash}
+ /usr/bin/bash
+ s bash usr/bin/sh
+
binutils: ignore
ca-certificates-mozilla:
coreutils:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.468/data/initrd/initrd.file_list
new/installation-images-14.470/data/initrd/initrd.file_list
--- old/installation-images-14.468/data/initrd/initrd.file_list 2020-04-29
12:38:42.000000000 +0200
+++ new/installation-images-14.470/data/initrd/initrd.file_list 2020-05-06
13:43:07.000000000 +0200
@@ -218,9 +218,11 @@
# linuxrc needs it in /bin
m /usr/bin/rm bin
+# it's using update-alternatives
bash:
/bin/{sh,bash}
- /usr/bin/{sh,bash}
+ /usr/bin/bash
+ s bash usr/bin/sh
s bash /bin/lsh
ncurses-utils:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.468/data/rescue/rescue.file_list
new/installation-images-14.470/data/rescue/rescue.file_list
--- old/installation-images-14.468/data/rescue/rescue.file_list 2020-04-29
12:38:42.000000000 +0200
+++ new/installation-images-14.470/data/rescue/rescue.file_list 2020-05-06
13:43:07.000000000 +0200
@@ -60,6 +60,12 @@
device-mapper-32bit: ignore
binutils: ignore
+# it's using update-alternatives
+bash:
+ /bin/{sh,bash}
+ /usr/bin/bash
+ s bash usr/bin/sh
+
?acpica:
?efibootmgr:
?elilo:
@@ -79,7 +85,6 @@
?wpa_supplicant:
aaa_base-extras:
attr:
-bash:
bc:
bcache-tools:
bind-utils:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.468/data/root/root.file_list
new/installation-images-14.470/data/root/root.file_list
--- old/installation-images-14.468/data/root/root.file_list 2020-04-29
12:38:42.000000000 +0200
+++ new/installation-images-14.470/data/root/root.file_list 2020-05-06
13:43:07.000000000 +0200
@@ -227,9 +227,11 @@
/usr/bin/gawk
s gawk usr/bin/awk
+# it's using update-alternatives
bash:
/bin/{sh,bash}
- /usr/bin/{sh,bash}
+ /usr/bin/bash
+ s bash usr/bin/sh
nfs-client:
/sbin/{u,}mount.nfs*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.468/data/root/zenroot.file_list
new/installation-images-14.470/data/root/zenroot.file_list
--- old/installation-images-14.468/data/root/zenroot.file_list 2020-04-29
12:38:42.000000000 +0200
+++ new/installation-images-14.470/data/root/zenroot.file_list 2020-05-06
13:43:07.000000000 +0200
@@ -109,9 +109,11 @@
/usr/lib*/libgssapi_krb5.so.*
/usr/lib*/libk5crypto.so.*
+# it's using update-alternatives
bash:
/bin/{sh,bash}
- /usr/bin/{sh,bash}
+ /usr/bin/bash
+ s bash usr/bin/sh
dbus-1: prein
/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.468/etc/config
new/installation-images-14.470/etc/config
--- old/installation-images-14.468/etc/config 2020-04-29 12:38:42.000000000
+0200
+++ new/installation-images-14.470/etc/config 2020-05-06 13:43:07.000000000
+0200
@@ -144,6 +144,17 @@
systemd = MicroOS
product_name = openSUSE-Kubic
+[Theme MicroOSNG]
+image = 350
+patch_zypp_config = 1
+release = MicroOSNG
+skelcd = MicroOSNG
+skelcd_ctrl = MicroOSNG
+gfxboot = SLE
+grub2 = SLE
+plymouth = SLE
+systemd = SLE
+
[Theme MicroOS]
image = 350
patch_zypp_config = 1