Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2021-04-23 17:50:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images"

Fri Apr 23 17:50:34 2021 rev:131 rq:888015 version:16.72

Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2021-04-08 21:03:31.605988852 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new.12324/installation-images.changes
       2021-04-23 17:50:49.406814579 +0200
@@ -1,0 +2,78 @@
+Fri Apr 23 11:38:05 UTC 2021 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#500
+- fix NVMf autoconnect udev rule (bsc#1184908)
+- 16.72
+
+--------------------------------------------------------------------
+Wed Apr 21 10:08:05 UTC 2021 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#490
+- re-enable SecureBoot on AARCH64 on SLE Micro enable building the
+  SLE Micro flavor based on OBS macro
+- 16.71
+
+--------------------------------------------------------------------
+Wed Apr 21 09:13:18 UTC 2021 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#497
+- add udev rules for NVMf autoconnect in the installation system
+  (bsc#1184908)
+- 16.70
+
+--------------------------------------------------------------------
+Tue Apr 20 15:37:23 UTC 2021 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#496
+- add even more USB Type-C modules (bsc#1185010)
+- 16.69
+
+--------------------------------------------------------------------
+Tue Apr 20 10:04:55 UTC 2021 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#492
+- allow loading of unsupported modules (bsc#1184413, bsc#1183140)
+- 16.68
+
+--------------------------------------------------------------------
+Tue Apr 20 10:02:52 UTC 2021 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#491
+- build with kernel-default-optional on Leap (bsc#1184413)
+- 16.67
+
+--------------------------------------------------------------------
+Mon Apr 19 13:54:26 UTC 2021 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#487
+- gefrickel: don't skip non-existing
+- 16.66
+
+--------------------------------------------------------------------
+Fri Apr 16 14:42:24 UTC 2021 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#484
+- add USB Type-C modules (bsc#1184867)
+- 16.65
+
+--------------------------------------------------------------------
+Fri Apr 16 14:03:40 UTC 2021 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#481
+- enable multipathd in rescue system (bsc#1184686)
+
+--------------------------------------------------------------------
+Fri Apr 16 13:15:24 UTC 2021 - lubos.koc...@suse.com
+
+- merge gh#openSUSE/installation-images#480
+- build with kernel-default-extra on Leap (bsc#1184413, bsc#1183140)
+- 16.64
+
+--------------------------------------------------------------------
+Wed Apr 14 10:39:46 UTC 2021 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#478
+- Fix grub branding for %{arm}
+- 16.63
+
+--------------------------------------------------------------------

Old:
----
  installation-images-16.62.tar.xz

New:
----
  installation-images-16.72.tar.xz

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

Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.tgACiT/_old  2021-04-23 17:50:49.942815501 +0200
+++ /var/tmp/diff_new_pack.tgACiT/_new  2021-04-23 17:50:49.946815508 +0200
@@ -43,6 +43,7 @@
 %define with_reiserfs_kmp 0
 %define with_ssl_hmac 1
 %define with_exfat 0
+%define with_kernel_extra 0
 %bcond_without sbl
 %bcond_without vnc
 %bcond_with xen
@@ -64,6 +65,7 @@
 %if 0%{?is_opensuse}
 %define theme openSUSE
 %if 0%{?sle_version}
+%define with_kernel_extra 1
 # define the_version %(echo %sle_version | sed -Ee 
's/^([0-9][0-9])(0|([0-9]))([0-9]).*/\\1.\\3\\4/')
 %define the_version \\$releasever
 %if "%{the_version}" == ""
@@ -91,14 +93,12 @@
 %endif
 
 %if "%flavor" == "SMO"
+%if 0%{?is_smo}
 # build for both Leap and SLE
 %if 0%{?sle_version}
 %ifnarch %ix86
 %define theme SMO
 %endif
-# SMO is built based on 15-SP2, which does not include shim for aarch64
-%ifarch aarch64
-%define with_shim 0
 %endif
 %endif
 %endif
@@ -285,7 +285,7 @@
 %ifarch %ix86 x86_64
 BuildRequires:  gfxboot-branding-%branding_gfxboot
 %endif
-%ifarch %ix86 x86_64 aarch64 riscv64
+%ifarch %ix86 x86_64 aarch64 %{arm} riscv64
 BuildRequires:  grub2-branding-%branding_grub2
 %endif
 
@@ -385,6 +385,10 @@
 BuildRequires:  joe
 BuildRequires:  kbd
 BuildRequires:  kernel-default
+%if %with_kernel_extra
+BuildRequires:  kernel-default-extra
+BuildRequires:  kernel-default-optional
+%endif
 BuildRequires:  kernel-firmware
 BuildRequires:  kexec-tools
 BuildRequires:  khmeros-fonts
@@ -622,7 +626,7 @@
 %ifarch %ix86 x86_64
 BuildRequires:  gfxboot-branding
 %endif
-%ifarch %ix86 x86_64 aarch64 riscv64
+%ifarch %ix86 x86_64 aarch64 %{arm} riscv64
 BuildRequires:  grub2-branding
 %endif
 %ifnarch s390 s390x
@@ -669,7 +673,7 @@
 Summary:        Installation Image Files for %theme
 License:        GPL-2.0-or-later
 Group:          Metapackages
-Version:        16.62
+Version:        16.72
 Release:        0
 Provides:       installation-images = %version-%release
 Conflicts:      otherproviders(installation-images)

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.tgACiT/_old  2021-04-23 17:50:49.982815569 +0200
+++ /var/tmp/diff_new_pack.tgACiT/_new  2021-04-23 17:50:49.982815569 +0200
@@ -4,4 +4,5 @@
   <package>CAASP</package>
   <package>Kubic</package>
   <package>MicroOS</package>
+  <package>SMO</package>
 </multibuild>

++++++ installation-images-16.62.tar.xz -> installation-images-16.72.tar.xz 
++++++
++++ 5409 lines of diff (skipped)

Reply via email to