Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package installation-images for
openSUSE:Leap:15.3 checked in at 2021-04-19 08:41:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.3/installation-images (Old)
and /work/SRC/openSUSE:Leap:15.3/.installation-images.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images"
Mon Apr 19 08:41:42 2021 rev:16 rq: version:16.56.3
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.3/installation-images/installation-images.changes
2021-04-16 10:43:38.705837109 +0200
+++
/work/SRC/openSUSE:Leap:15.3/.installation-images.new.12324/installation-images.changes
2021-04-19 08:41:43.920987329 +0200
@@ -1,0 +2,7 @@
+Fri Apr 16 14:02:05 UTC 2021 - [email protected]
+
+- merge gh#openSUSE/installation-images#483
+- build with kernel-default-extra on Leap (bsc#1184413, bsc#1183140)
+- 16.56.3
+
+--------------------------------------------------------------------
Old:
----
installation-images-16.56.2.tar.xz
New:
----
installation-images-16.56.3.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.AZAbTm/_old 2021-04-19 08:41:44.288987915 +0200
+++ /var/tmp/diff_new_pack.AZAbTm/_new 2021-04-19 08:41:44.288987915 +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
@@ -61,6 +62,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}" == ""
@@ -383,6 +385,9 @@
BuildRequires: joe
BuildRequires: kbd
BuildRequires: kernel-default
+%if %with_kernel_extra
+BuildRequires: kernel-default-extra
+%endif
BuildRequires: kernel-firmware
BuildRequires: kexec-tools
BuildRequires: khmeros-fonts
@@ -662,7 +667,7 @@
Summary: Installation Image Files for %theme
License: GPL-2.0-or-later
Group: Metapackages
-Version: 16.56.2
+Version: 16.56.3
Release: 0
Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images)
++++++ installation-images-16.56.2.tar.xz -> installation-images-16.56.3.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-16.56.2/VERSION
new/installation-images-16.56.3/VERSION
--- old/installation-images-16.56.2/VERSION 2021-04-15 15:38:06.000000000
+0200
+++ new/installation-images-16.56.3/VERSION 2021-04-16 16:02:05.000000000
+0200
@@ -1 +1 @@
-16.56.2
+16.56.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-16.56.2/changelog
new/installation-images-16.56.3/changelog
--- old/installation-images-16.56.2/changelog 2021-04-15 15:38:06.000000000
+0200
+++ new/installation-images-16.56.3/changelog 2021-04-16 16:02:05.000000000
+0200
@@ -1,3 +1,7 @@
+2021-04-16: sle15-sp3-16.56.3
+ - merge gh#openSUSE/installation-images#483
+ - build with kernel-default-extra on Leap (bsc#1184413, bsc#1183140)
+
2021-04-15: sle15-sp3-16.56.2
- merge gh#openSUSE/installation-images#479
- Fix grub branding for %{arm} - boo#1181571, jsc#SLE-17212
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-16.56.2/obs/installation-images.spec
new/installation-images-16.56.3/obs/installation-images.spec
--- old/installation-images-16.56.2/obs/installation-images.spec
2021-04-15 15:38:06.000000000 +0200
+++ new/installation-images-16.56.3/obs/installation-images.spec
2021-04-16 16:02:05.000000000 +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
@@ -61,6 +62,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}" == ""
@@ -383,6 +385,9 @@
BuildRequires: joe
BuildRequires: kbd
BuildRequires: kernel-default
+%if %with_kernel_extra
+BuildRequires: kernel-default-extra
+%endif
BuildRequires: kernel-firmware
BuildRequires: kexec-tools
BuildRequires: khmeros-fonts