Accepting request 443788 from home:fcrozat:branches:GNOME:Factory

- Fix is_opensuse macro usage.

OBS-URL: https://build.opensuse.org/request/show/443788
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany-branding-openSUSE?expand=0&rev=51
This commit is contained in:
Dominique Leuenberger 2016-12-05 13:38:28 +00:00 committed by Git OBS Bridge
parent e2e380f147
commit 95082ef7db
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 5 10:05:22 UTC 2016 - fcrozat@suse.com
- Fix is_opensuse macro usage.
-------------------------------------------------------------------
Mon May 9 21:08:30 UTC 2016 - zaitor@opensuse.org

View File

@ -61,7 +61,7 @@ case "%{?suse_version}" in
DISTRO="13.2"
;;
1315)
%if %{?is_opensuse}
%if 0%{?is_opensuse}
DISTRO="Leap 42.1"
%else
DISTRO="SLE12"