diff --git a/glib2-branding.changes b/glib2-branding.changes index e179ff9..0fdd995 100644 --- a/glib2-branding.changes +++ b/glib2-branding.changes @@ -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 diff --git a/glib2-branding.spec b/glib2-branding.spec index 5aa5823..ae8ffdc 100644 --- a/glib2-branding.spec +++ b/glib2-branding.spec @@ -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