Accepting request 721299 from openSUSE:Leap:15.2

- recognize Leap 15.2 via sle_version

OBS-URL: https://build.opensuse.org/request/show/721299
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox-branding-openSUSE?expand=0&rev=135
This commit is contained in:
Wolfgang Rosenauer 2019-08-08 06:01:34 +00:00 committed by Git OBS Bridge
parent 13c0ad0e0a
commit aebb6a615d
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 17 17:46:13 UTC 2019 - Lubos Kocman <Lubos.Kocman+factory@suse.de>
- recognize Leap 15.2 via sle_version
-------------------------------------------------------------------
Sun May 5 07:31:47 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>

View File

@ -67,6 +67,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%else
%if %sle_version == 150100
%global suseversion 15.1
%else
%if %sle_version == 150200
%global suseversion 15.2
%endif
%endif
%endif
%endif