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:
parent
d54fcfce9b
commit
fd02fe3e81
@ -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
|
Fri Dec 18 00:55:52 UTC 2015 - wr@rosenauer.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package MozillaFirefox-branding-openSUSE
|
# 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
|
# Copyright (c) 2008-2013 Wolfgang Rosenauer
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# 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
|
%define libgssapi libgssapi_krb5.so.2
|
||||||
%if %suse_version == 1315
|
%if %suse_version == 1315
|
||||||
# Leap 42
|
# Leap 42
|
||||||
%define suseversion 42.1
|
|
||||||
%define distname openSUSE Leap
|
%define distname openSUSE Leap
|
||||||
|
%if %sle_version == 120100
|
||||||
|
%define suseversion 42.1
|
||||||
|
%else
|
||||||
|
%if %sle_version == 120200
|
||||||
|
%define suseversion 42.2
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
%define distname openSUSE
|
%define distname openSUSE
|
||||||
%if %suse_version >= 1330
|
%if %suse_version >= 1330
|
||||||
|
Loading…
x
Reference in New Issue
Block a user