- added ExcludeArch i586 (bnc #924024)
- add grub2 to buildrequires for s390x (bnc #893971) - handle xen & xen-kmp separately in spec file (bnc #906248) - added ExcludeArch i586 (bnc #924024) - add grub2 to buildrequires for s390x (bnc #893971) - handle xen & xen-kmp separately in spec file (bnc #906248) OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=796
This commit is contained in:
parent
d5a0d49fb2
commit
924e5f2fb3
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 13:22:05 CEST 2015 - snwint@suse.de
|
||||
|
||||
- added ExcludeArch i586 (bnc #924024)
|
||||
- add grub2 to buildrequires for s390x (bnc #893971)
|
||||
- handle xen & xen-kmp separately in spec file (bnc #906248)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 24 17:57:52 CET 2015 - snwint@suse.com
|
||||
|
||||
|
@ -31,14 +31,19 @@
|
||||
%define with_shim 1
|
||||
%bcond_without sbl
|
||||
%bcond_without vnc
|
||||
%ifarch %ix86
|
||||
# FIXME: xen not working on i586
|
||||
%ifarch x86_64 %ix86
|
||||
%bcond_without xen
|
||||
%else
|
||||
%bcond_without xen
|
||||
%bcond_with xen
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
%bcond_without xenkmp
|
||||
%else
|
||||
%bcond_with xenkmp
|
||||
%endif
|
||||
|
||||
%if %theme == SLES
|
||||
ExcludeArch: %ix86
|
||||
BuildRequires: plymouth-theme-tribar
|
||||
BuildRequires: sle12-desktop-migration
|
||||
BuildRequires: sles-release
|
||||
@ -62,6 +67,7 @@ BuildRequires: alsa-utils
|
||||
BuildRequires: arabic-kacst-fonts
|
||||
BuildRequires: audit-libs
|
||||
BuildRequires: bc
|
||||
BuildRequires: bind-libs
|
||||
BuildRequires: bind-utils
|
||||
BuildRequires: blueprint-cursor-theme
|
||||
BuildRequires: btrfsprogs
|
||||
@ -269,7 +275,7 @@ BuildRequires: ipw-firmware
|
||||
BuildRequires: tftp
|
||||
%if %{with xen}
|
||||
BuildRequires: kernel-xen
|
||||
%ifnarch %ix86
|
||||
%if %{with xenkmp}
|
||||
BuildRequires: xen-kmp-default
|
||||
%endif
|
||||
%else
|
||||
@ -299,6 +305,7 @@ BuildRequires: xf86-video-r128
|
||||
BuildRequires: xf86-video-sis
|
||||
BuildRequires: xf86-video-vesa
|
||||
%endif
|
||||
BuildRequires: grub2
|
||||
%ifarch ppc ppc64 ppc64le
|
||||
%ifnarch ppc64le
|
||||
BuildRequires: pdisk
|
||||
@ -313,7 +320,6 @@ BuildRequires: dhcp-client
|
||||
BuildRequires: dmidecode
|
||||
BuildRequires: elilo
|
||||
BuildRequires: firmwarekit
|
||||
BuildRequires: grub2
|
||||
BuildRequires: lilo
|
||||
BuildRequires: memtest86+
|
||||
BuildRequires: syslinux
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 13:22:05 CEST 2015 - snwint@suse.de
|
||||
|
||||
- added ExcludeArch i586 (bnc #924024)
|
||||
- add grub2 to buildrequires for s390x (bnc #893971)
|
||||
- handle xen & xen-kmp separately in spec file (bnc #906248)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 24 17:57:52 CET 2015 - snwint@suse.com
|
||||
|
||||
|
@ -31,14 +31,19 @@
|
||||
%define with_shim 1
|
||||
%bcond_without sbl
|
||||
%bcond_without vnc
|
||||
%ifarch %ix86
|
||||
# FIXME: xen not working on i586
|
||||
%ifarch x86_64 %ix86
|
||||
%bcond_without xen
|
||||
%else
|
||||
%bcond_without xen
|
||||
%bcond_with xen
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
%bcond_without xenkmp
|
||||
%else
|
||||
%bcond_with xenkmp
|
||||
%endif
|
||||
|
||||
%if %theme == SLES
|
||||
ExcludeArch: %ix86
|
||||
BuildRequires: plymouth-theme-tribar
|
||||
BuildRequires: sle12-desktop-migration
|
||||
BuildRequires: sles-release
|
||||
@ -62,6 +67,7 @@ BuildRequires: alsa-utils
|
||||
BuildRequires: arabic-kacst-fonts
|
||||
BuildRequires: audit-libs
|
||||
BuildRequires: bc
|
||||
BuildRequires: bind-libs
|
||||
BuildRequires: bind-utils
|
||||
BuildRequires: blueprint-cursor-theme
|
||||
BuildRequires: btrfsprogs
|
||||
@ -269,7 +275,7 @@ BuildRequires: ipw-firmware
|
||||
BuildRequires: tftp
|
||||
%if %{with xen}
|
||||
BuildRequires: kernel-xen
|
||||
%ifnarch %ix86
|
||||
%if %{with xenkmp}
|
||||
BuildRequires: xen-kmp-default
|
||||
%endif
|
||||
%else
|
||||
@ -299,6 +305,7 @@ BuildRequires: xf86-video-r128
|
||||
BuildRequires: xf86-video-sis
|
||||
BuildRequires: xf86-video-vesa
|
||||
%endif
|
||||
BuildRequires: grub2
|
||||
%ifarch ppc ppc64 ppc64le
|
||||
%ifnarch ppc64le
|
||||
BuildRequires: pdisk
|
||||
@ -313,7 +320,6 @@ BuildRequires: dhcp-client
|
||||
BuildRequires: dmidecode
|
||||
BuildRequires: elilo
|
||||
BuildRequires: firmwarekit
|
||||
BuildRequires: grub2
|
||||
BuildRequires: lilo
|
||||
BuildRequires: memtest86+
|
||||
BuildRequires: syslinux
|
||||
|
Loading…
x
Reference in New Issue
Block a user