Accepting request 558524 from GNOME:Next

- Use variable flavor instead of BUILD_FLAVOR: obs is only
  replacing the first occurence.

OBS-URL: https://build.opensuse.org/request/show/558524
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2-branding?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2017-12-19 12:58:40 +00:00 committed by Git OBS Bridge
parent 4863a0f5d2
commit 8ec7051e6c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 19 12:49:42 UTC 2017 - dimstar@opensuse.org
- Use variable flavor instead of BUILD_FLAVOR: obs is only
replacing the first occurence.
-------------------------------------------------------------------
Fri Dec 15 12:21:18 UTC 2017 - dimstar@opensuse.org

View File

@ -24,7 +24,7 @@ ExclusiveArch: %nil
%else
%define branding_name %{flavor}
%define dash -
%if "@BUILD_FLAVOR@" == "SLE"
%if "%{flavor}" == "SLE"
%define build_SLE 1
%else
%define build_openSUSE 1