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-01-18 11:27:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/installation-images (Old) and /work/SRC/openSUSE:Factory/.installation-images.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images" Mon Jan 18 11:27:50 2021 rev:123 rq:863302 version:16.29 Changes: -------- --- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes 2020-12-16 10:58:57.543479809 +0100 +++ /work/SRC/openSUSE:Factory/.installation-images.new.28504/installation-images.changes 2021-01-18 11:30:59.584604126 +0100 @@ -1,0 +2,9 @@ +Thu Jan 14 09:53:52 UTC 2021 - wfe...@opensuse.org + +- merge gh#openSUSE/installation-images#441 +- Handle the rename of MicroOS to SLE Micro (bsc#1180918) +- handle the change of the user-visible name of SUSE MicroOS to SLE + Micro +- 16.29 + +-------------------------------------------------------------------- Old: ---- installation-images-16.28.tar.xz New: ---- installation-images-16.29.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ installation-images.spec ++++++ --- /var/tmp/diff_new_pack.gTZ5HY/_old 2021-01-18 11:31:00.308604838 +0100 +++ /var/tmp/diff_new_pack.gTZ5HY/_new 2021-01-18 11:31:00.312604843 +0100 @@ -190,6 +190,8 @@ %define branding_gfxboot SLE %define config_bootmenu_no_upgrade 1 BuildRequires: SUSE-MicroOS-release +# system-group-kvm needed for 15-SP2 based MicroOS +BuildRequires: system-group-kvm %endif %if "%theme" == "MicroOS" @@ -646,7 +648,7 @@ Summary: Installation Image Files for %theme License: GPL-2.0-or-later Group: Metapackages -Version: 16.28 +Version: 16.29 Release: 0 Provides: installation-images = %version-%release Conflicts: otherproviders(installation-images) ++++++ installation-images-16.28.tar.xz -> installation-images-16.29.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/installation-images-16.28/VERSION new/installation-images-16.29/VERSION --- old/installation-images-16.28/VERSION 2020-12-15 11:53:25.000000000 +0100 +++ new/installation-images-16.29/VERSION 2021-01-14 10:53:52.000000000 +0100 @@ -1 +1 @@ -16.28 +16.29 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/installation-images-16.28/changelog new/installation-images-16.29/changelog --- old/installation-images-16.28/changelog 2020-12-15 11:53:25.000000000 +0100 +++ new/installation-images-16.29/changelog 2021-01-14 10:53:52.000000000 +0100 @@ -1,3 +1,9 @@ +2021-01-14: 16.29 + - merge gh#openSUSE/installation-images#441 + - Handle the rename of MicroOS to SLE Micro (bsc#1180918) + - handle the change of the user-visible name of SUSE MicroOS to SLE + Micro + 2020-12-15: 16.28 - merge gh#openSUSE/installation-images#440 - add system-group-kvm explicitly diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/installation-images-16.28/lib/ReadConfig.pm new/installation-images-16.29/lib/ReadConfig.pm --- old/installation-images-16.28/lib/ReadConfig.pm 2020-12-15 11:53:25.000000000 +0100 +++ new/installation-images-16.29/lib/ReadConfig.pm 2021-01-14 10:53:52.000000000 +0100 @@ -912,6 +912,10 @@ # what people are used to $dist = "sles" if $dist eq "sle"; + # SUSE MicroOS is kept called MicroOS insternally, but the product NAME + # is now SLE Micro + $dist = "suse-microos" if $dist eq "sle micro"; + # don't accept other names than these die "*** unsupported product: $dist ***" if $dist !~ /^(casp|caasp|kubic|microos|suse-microos|leap|sles|sled|tumbleweed( kubic)?)$/; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/installation-images-16.28/obs/installation-images.spec new/installation-images-16.29/obs/installation-images.spec --- old/installation-images-16.28/obs/installation-images.spec 2020-12-15 11:53:25.000000000 +0100 +++ new/installation-images-16.29/obs/installation-images.spec 2021-01-14 10:53:52.000000000 +0100 @@ -190,6 +190,8 @@ %define branding_gfxboot SLE %define config_bootmenu_no_upgrade 1 BuildRequires: SUSE-MicroOS-release +# system-group-kvm needed for 15-SP2 based MicroOS +BuildRequires: system-group-kvm %endif %if "%theme" == "MicroOS"