From 70d75aadf645075c2f0c70edf5b6b9cd9767758dd57927a44ea8db72ca4da70f Mon Sep 17 00:00:00 2001 From: Imobach Gonzalez Sosa Date: Wed, 19 Apr 2017 12:16:35 +0000 Subject: [PATCH] Accepting request 489308 from home:dimstar:branches:system:install:head Add a dummy Name: tag for the case of no theme... this package is never built.. but it helps the bot OBS-URL: https://build.opensuse.org/request/show/489308 OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1006 --- installation-images.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/installation-images.spec b/installation-images.spec index 5043aee..69b6b08 100644 --- a/installation-images.spec +++ b/installation-images.spec @@ -454,7 +454,13 @@ BuildRequires: python-libstoragemgmt # our images are not reproducible and it's taking time #!BuildIgnore: build-compare +%if "@BUILD_FLAVOR@" == "" +# This package is never built - but it helps the bots seeing that this package +# is intentionally as messed up as it is +Name: installation-images +%else Name: installation-images-%{theme} +%endif AutoReqProv: off ExcludeArch: %arm Summary: Installation Image Files for %theme