Accepting request 459209 from system:install:head

submitted by snwint via jenkins

OBS-URL: https://build.opensuse.org/request/show/459209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/installation-images?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2017-02-20 13:30:48 +00:00 committed by Git OBS Bridge
commit e79b702986
4 changed files with 27 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51cdf8b5e0948ce308235412c0c6c2fcf135090ed873a59e423d6a2c8cf3f98b
size 170004

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6fd101be2b34883df658c679990f45b6e3bbbe15544bba8aaadc869c6509ac5e
size 170104

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
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
- make yast selfupdate feature configurable via YAST_SELFUPDATE env variable
- 14.300
-------------------------------------------------------------------
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

View File

@ -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 @@ 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
@ -422,7 +423,7 @@ ExcludeArch: %arm
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 @@ 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}