From b049b9e0c6f2149236d75e4be7f80f4801d3b8d2ea2578600b0976bd4dd1d164 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Wed, 15 Feb 2017 13:23:44 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=983 --- installation-images.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/installation-images.spec b/installation-images.spec index d63fabc..aa79a38 100644 --- a/installation-images.spec +++ b/installation-images.spec @@ -59,6 +59,7 @@ BuildRequires: caasp-release-DVD %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 @@ -493,6 +494,10 @@ export instsys_complain=1 %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} From 6b7342a9884265d5e064aa58a82013a41c078247a837b39b0460c3ba86e59e01 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Wed, 15 Feb 2017 13:37:19 +0000 Subject: [PATCH 2/4] - turn off YaST selfupdates for SLE12 OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=984 --- installation-images.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/installation-images.changes b/installation-images.changes index 848c915..f97cd9a 100644 --- a/installation-images.changes +++ b/installation-images.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 15 14:36:18 CET 2017 - snwint@suse.de + +- turn off YaST selfupdates for SLE12 + ------------------------------------------------------------------- Tue Feb 7 10:06:54 CET 2017 - snwint@suse.de From 835a616e5800dbcbd831324e88f272159f5c214e365f29bbbbe2a7bd3f5046ef Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Wed, 15 Feb 2017 14:35:57 +0000 Subject: [PATCH 3/4] - release 14.300 OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=985 --- installation-images-14.299.tar.xz | 3 --- installation-images-14.300.tar.xz | 3 +++ installation-images.changes | 6 ++++++ installation-images.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 installation-images-14.299.tar.xz create mode 100644 installation-images-14.300.tar.xz diff --git a/installation-images-14.299.tar.xz b/installation-images-14.299.tar.xz deleted file mode 100644 index 046790a..0000000 --- a/installation-images-14.299.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51cdf8b5e0948ce308235412c0c6c2fcf135090ed873a59e423d6a2c8cf3f98b -size 170004 diff --git a/installation-images-14.300.tar.xz b/installation-images-14.300.tar.xz new file mode 100644 index 0000000..8ea114f --- /dev/null +++ b/installation-images-14.300.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad6c366857ef0a9031a55d3237bfa917cc53f9ac662422d057403add73b45c3 +size 170028 diff --git a/installation-images.changes b/installation-images.changes index f97cd9a..4e494dd 100644 --- a/installation-images.changes +++ b/installation-images.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 15 14:35:45 UTC 2017 - snwint@suse.com + +- make yast selfupdate feature configurable via YAST_SELFUPDATE env variable +- 14.300 + ------------------------------------------------------------------- Wed Feb 15 14:36:18 CET 2017 - snwint@suse.de diff --git a/installation-images.spec b/installation-images.spec index aa79a38..b3d061b 100644 --- a/installation-images.spec +++ b/installation-images.spec @@ -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 @@ -423,7 +423,7 @@ ExcludeArch: %arm Summary: Installation Image Files for %theme License: GPL-2.0+ Group: Metapackages -Version: 14.299 +Version: 14.300 Release: 0 Provides: installation-images-%theme = %version-%release Source: %{name}-%{version}.tar.xz From 858b58b4690de520e7ba41207b175d1285cf162e87107085eb3a15dbd6b73a86 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Mon, 20 Feb 2017 10:55:37 +0000 Subject: [PATCH 4/4] - release 14.301 OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=986 --- installation-images-14.300.tar.xz | 3 --- installation-images-14.301.tar.xz | 3 +++ installation-images.changes | 6 ++++++ installation-images.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 installation-images-14.300.tar.xz create mode 100644 installation-images-14.301.tar.xz diff --git a/installation-images-14.300.tar.xz b/installation-images-14.300.tar.xz deleted file mode 100644 index 8ea114f..0000000 --- a/installation-images-14.300.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ad6c366857ef0a9031a55d3237bfa917cc53f9ac662422d057403add73b45c3 -size 170028 diff --git a/installation-images-14.301.tar.xz b/installation-images-14.301.tar.xz new file mode 100644 index 0000000..e98ad21 --- /dev/null +++ b/installation-images-14.301.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd101be2b34883df658c679990f45b6e3bbbe15544bba8aaadc869c6509ac5e +size 170104 diff --git a/installation-images.changes b/installation-images.changes index 4e494dd..e4a1204 100644 --- a/installation-images.changes +++ b/installation-images.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 20 10:55:32 UTC 2017 - snwint@suse.com + +- adjust 'boot from harddisk' to also work on caasp systems (bsc#1025851) +- 14.301 + ------------------------------------------------------------------- Wed Feb 15 14:35:45 UTC 2017 - snwint@suse.com diff --git a/installation-images.spec b/installation-images.spec index b3d061b..7bd242a 100644 --- a/installation-images.spec +++ b/installation-images.spec @@ -423,7 +423,7 @@ ExcludeArch: %arm Summary: Installation Image Files for %theme License: GPL-2.0+ Group: Metapackages -Version: 14.300 +Version: 14.301 Release: 0 Provides: installation-images-%theme = %version-%release Source: %{name}-%{version}.tar.xz