Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2017-02-20 14:30:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images"

Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2017-02-08 12:13:19.400393701 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
    2017-02-20 14:30:50.555972934 +0100
@@ -1,0 +2,17 @@
+Mon Feb 20 10:55:32 UTC 2017 - snw...@suse.com
+
+- adjust 'boot from harddisk' to also work on caasp systems (bsc#1025851)
+- 14.301
+
+-------------------------------------------------------------------
+Wed Feb 15 14:35:45 UTC 2017 - snw...@suse.com
+
+- make yast selfupdate feature configurable via YAST_SELFUPDATE env variable
+- 14.300
+
+-------------------------------------------------------------------
+Wed Feb 15 14:36:18 CET 2017 - snw...@suse.de
+
+- turn off YaST selfupdates for SLE12
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.u3eX05/_old  2017-02-20 14:30:51.407852727 +0100
+++ /var/tmp/diff_new_pack.u3eX05/_new  2017-02-20 14:30:51.411852162 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package installation-images
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -59,6 +59,7 @@
 %define branding_plymouth SLE
 %define branding_grub2    SLE
 %define branding_gfxboot  SLE
+%define config_yast_selfupdate 0
 BuildRequires:  sle12-desktop-migration
 BuildRequires:  sles-release
 BuildRequires:  sles-release-DVD
@@ -422,7 +423,7 @@
 Summary:        Installation Image Files for %theme
 License:        GPL-2.0+
 Group:          Metapackages
-Version:        14.299
+Version:        14.301
 Release:        0
 Provides:       installation-images-%theme = %version-%release
 Source:         %{name}-%{version}.tar.xz
@@ -493,6 +494,10 @@
 %if 0%{?config_bootmenu_no_upgrade}
 export BOOTMENU_NO_UPGRADE=1
 %endif
+# force selfupdate setting, if defined
+%if 0%{?config_yast_selfupdate:1}
+export YAST_SELFUPDATE=%{config_yast_selfupdate}
+%endif
 make THEMES=%theme
 %ifarch %ix86 x86_64
 %if %{with xen}

++++++ installation-images-14.299.tar.xz -> installation-images-14.301.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.299/VERSION 
new/installation-images-14.301/VERSION
--- old/installation-images-14.299/VERSION      2017-02-06 12:06:22.000000000 
+0100
+++ new/installation-images-14.301/VERSION      2017-02-20 11:53:12.000000000 
+0100
@@ -1 +1 @@
-14.299
+14.301
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.299/changelog 
new/installation-images-14.301/changelog
--- old/installation-images-14.299/changelog    2017-02-06 12:06:22.000000000 
+0100
+++ new/installation-images-14.301/changelog    2017-02-20 11:53:12.000000000 
+0100
@@ -1,3 +1,9 @@
+2017-02-20:    14.301
+       - adjust 'boot from harddisk' to also work on caasp systems (bsc 
#1025851)
+
+2017-02-15:    14.300
+       - make yast selfupdate feature configurable via YAST_SELFUPDATE env 
variable
+
 2017-02-06:    14.299
        - install tftp files to /srv/tftpboot
        - drop obsolete telnet and remaining ncurses5 uses
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.299/data/boot/grub.cfg 
new/installation-images-14.301/data/boot/grub.cfg
--- old/installation-images-14.299/data/boot/grub.cfg   2017-02-06 
12:06:22.000000000 +0100
+++ new/installation-images-14.301/data/boot/grub.cfg   2017-02-20 
11:53:12.000000000 +0100
@@ -36,13 +36,14 @@
 
 default=1
 
+# look for an installed SUSE system and boot it
 menuentry "Boot from Hard Disk" --class opensuse --class gnu-linux --class gnu 
--class os {
   if search --no-floppy --file /efi/boot/fallback.efi --set ; then
-    if [ -f /efi/opensuse/shim.efi ] ; then
-      chainloader /efi/opensuse/grub.efi
-    elif [ -f /efi/sles/shim.efi ] ; then
-      chainloader /efi/sles/grub.efi
-    fi
+    for os in opensuse sles caasp ; do
+      if [ -f /efi/$os/grub.efi ] ; then
+        chainloader /efi/$os/grub.efi
+      fi
+    done
   fi
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.299/data/initrd/theme.file_list 
new/installation-images-14.301/data/initrd/theme.file_list
--- old/installation-images-14.299/data/initrd/theme.file_list  2017-02-06 
12:06:22.000000000 +0100
+++ new/installation-images-14.301/data/initrd/theme.file_list  2017-02-20 
11:53:12.000000000 +0100
@@ -77,4 +77,8 @@
 
 e echo "PTOptions:     AutoUpgrade,productprofile,addon,XVideo,Screenmode" 
>>linuxrc.config
 
+if YAST_SELFUPDATE ne ""
+  e echo "SelfUpdate:  <YAST_SELFUPDATE>" >>linuxrc.config
+endif
+
 e echo -e "\n# Note: you can put config files also into /etc/linuxrc.d/." 
>>linuxrc.config


Reply via email to