Accepting request 407741 from home:dimstar:Factory

- Identify the different Leap versions correctly (up to Leap 42.2)
  (boo#987969).

OBS-URL: https://build.opensuse.org/request/show/407741
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox-branding-openSUSE?expand=0&rev=119
This commit is contained in:
Wolfgang Rosenauer 2016-07-11 10:03:08 +00:00 committed by Git OBS Bridge
parent d54fcfce9b
commit fd02fe3e81
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 11 09:32:00 UTC 2016 - dimstar@opensuse.org
- Identify the different Leap versions correctly (up to Leap 42.2)
(boo#987969).
-------------------------------------------------------------------
Fri Dec 18 00:55:52 UTC 2015 - wr@rosenauer.org

View File

@ -1,7 +1,7 @@
#
# spec file for package MozillaFirefox-branding-openSUSE
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2008-2013 Wolfgang Rosenauer
#
# All modifications and additions to the file contributed by third parties
@ -47,8 +47,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define libgssapi libgssapi_krb5.so.2
%if %suse_version == 1315
# Leap 42
%define suseversion 42.1
%define distname openSUSE Leap
%if %sle_version == 120100
%define suseversion 42.1
%else
%if %sle_version == 120200
%define suseversion 42.2
%endif
%endif
%else
%define distname openSUSE
%if %suse_version >= 1330