Dominique Leuenberger 2017-01-12 14:46:15 +00:00 committed by Git OBS Bridge
commit 1c7886b2ba
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 Mon May 9 21:08:30 UTC 2016 - zaitor@opensuse.org

View File

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