readd the conditional ;(
OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=742
This commit is contained in:
committed by
Git OBS Bridge
parent
f5af74c521
commit
72dd79ee3b
@@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 3 09:09:53 UTC 2014 - coolo@suse.com
|
||||
|
||||
- remove vnc conditional, yast can't cope without vnc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 10:45:23 CEST 2014 - locilka@suse.cz
|
||||
|
||||
|
@@ -26,9 +26,11 @@
|
||||
%define base_theme %theme
|
||||
%endif
|
||||
|
||||
%define with_vbox 0
|
||||
%define with_plymouth 1
|
||||
%define with_shim 1
|
||||
%bcond_without sbl
|
||||
%bcond_without vnc
|
||||
%ifarch %ix86
|
||||
# FIXME: xen not working on i586
|
||||
%bcond_with xen
|
||||
@@ -254,10 +256,12 @@ BuildRequires: xterm
|
||||
BuildRequires: xz
|
||||
BuildRequires: yast2-devtools
|
||||
BuildRequires: yast2-trans-allpacks
|
||||
BuildRequires: xorg-x11-Xvnc
|
||||
%if %{with sbl}
|
||||
BuildRequires: sbl
|
||||
%endif
|
||||
%if %{with vnc}
|
||||
BuildRequires: xorg-x11-Xvnc
|
||||
%endif
|
||||
# kmps
|
||||
%ifarch %ix86 x86_64
|
||||
BuildRequires: atmel-firmware
|
||||
@@ -358,7 +362,7 @@ ExcludeArch: %arm
|
||||
Summary: Installation Image Files for %theme
|
||||
License: GPL-2.0+
|
||||
Group: Metapackages
|
||||
Version: 14.134
|
||||
Version: 14.135
|
||||
Release: 0
|
||||
Provides: installation-images = %version-%release
|
||||
Source: installation-images-14.134.tar.xz
|
||||
|
@@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 3 09:09:53 UTC 2014 - coolo@suse.com
|
||||
|
||||
- remove vnc conditional, yast can't cope without vnc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 10:45:23 CEST 2014 - locilka@suse.cz
|
||||
|
||||
|
@@ -26,9 +26,11 @@
|
||||
%define base_theme %theme
|
||||
%endif
|
||||
|
||||
%define with_vbox 0
|
||||
%define with_plymouth 1
|
||||
%define with_shim 1
|
||||
%bcond_without sbl
|
||||
%bcond_without vnc
|
||||
%ifarch %ix86
|
||||
# FIXME: xen not working on i586
|
||||
%bcond_with xen
|
||||
@@ -254,10 +256,12 @@ BuildRequires: xterm
|
||||
BuildRequires: xz
|
||||
BuildRequires: yast2-devtools
|
||||
BuildRequires: yast2-trans-allpacks
|
||||
BuildRequires: xorg-x11-Xvnc
|
||||
%if %{with sbl}
|
||||
BuildRequires: sbl
|
||||
%endif
|
||||
%if %{with vnc}
|
||||
BuildRequires: xorg-x11-Xvnc
|
||||
%endif
|
||||
# kmps
|
||||
%ifarch %ix86 x86_64
|
||||
BuildRequires: atmel-firmware
|
||||
|
Reference in New Issue
Block a user