From aebb6a615dc90f2f6db67c8a27c066e1ebbf9af111a4d0584f06f78e183a481d Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Thu, 8 Aug 2019 06:01:34 +0000 Subject: [PATCH] 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 --- MozillaFirefox-branding-openSUSE.changes | 5 +++++ MozillaFirefox-branding-openSUSE.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/MozillaFirefox-branding-openSUSE.changes b/MozillaFirefox-branding-openSUSE.changes index b253974..f5c5f3e 100644 --- a/MozillaFirefox-branding-openSUSE.changes +++ b/MozillaFirefox-branding-openSUSE.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 17 17:46:13 UTC 2019 - Lubos Kocman + +- recognize Leap 15.2 via sle_version + ------------------------------------------------------------------- Sun May 5 07:31:47 UTC 2019 - Wolfgang Rosenauer diff --git a/MozillaFirefox-branding-openSUSE.spec b/MozillaFirefox-branding-openSUSE.spec index 298677d..66ada58 100644 --- a/MozillaFirefox-branding-openSUSE.spec +++ b/MozillaFirefox-branding-openSUSE.spec @@ -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