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:
parent
4863a0f5d2
commit
8ec7051e6c
@ -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
|
Fri Dec 15 12:21:18 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ ExclusiveArch: %nil
|
|||||||
%else
|
%else
|
||||||
%define branding_name %{flavor}
|
%define branding_name %{flavor}
|
||||||
%define dash -
|
%define dash -
|
||||||
%if "@BUILD_FLAVOR@" == "SLE"
|
%if "%{flavor}" == "SLE"
|
||||||
%define build_SLE 1
|
%define build_SLE 1
|
||||||
%else
|
%else
|
||||||
%define build_openSUSE 1
|
%define build_openSUSE 1
|
||||||
|
Loading…
Reference in New Issue
Block a user