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