From c411c641cbf3e840b1fb619a64772f3e104c078d62d1094f447ba1bf48b154e1 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Tue, 18 Feb 2014 09:49:54 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=611 --- installation-images-SLES.spec | 6 ++++++ installation-images-openSUSE.spec | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/installation-images-SLES.spec b/installation-images-SLES.spec index 56ab2af..1b0dc4f 100644 --- a/installation-images-SLES.spec +++ b/installation-images-SLES.spec @@ -38,6 +38,12 @@ %bcond_without xen %endif +%if %theme == SLES +BuildRequires: sles-release +BuildRequires: sles-release-DVD +%else +BuildRequires: %{theme}-release +%endif BuildRequires: Mesa BuildRequires: Mesa-libEGL1 BuildRequires: aaa_base diff --git a/installation-images-openSUSE.spec b/installation-images-openSUSE.spec index d7a3e3b..6e2d436 100644 --- a/installation-images-openSUSE.spec +++ b/installation-images-openSUSE.spec @@ -38,6 +38,12 @@ %bcond_without xen %endif +%if %theme == SLES +BuildRequires: sles-release +BuildRequires: sles-release-DVD +%else +BuildRequires: %{theme}-release +%endif BuildRequires: Mesa BuildRequires: Mesa-libEGL1 BuildRequires: aaa_base