- really fix boo#1036679 (recognize Leap 42.3)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox-branding-openSUSE?expand=0&rev=126
This commit is contained in:
parent
e722ab13ac
commit
4e120cf892
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 5 07:19:51 UTC 2017 - wr@rosenauer.org
|
||||
|
||||
- really fix boo#1036679 (recognize Leap 42.3)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 06:28:06 UTC 2017 - wr@rosenauer.org
|
||||
|
||||
|
@ -53,12 +53,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%else
|
||||
%if %sle_version == 120200
|
||||
%global suseversion 42.2
|
||||
%endif
|
||||
%else
|
||||
%if %sle_version == 120300
|
||||
%global suseversion 42.3
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%global prjname Leap:%{suseversion}
|
||||
%else
|
||||
%global distname openSUSE
|
||||
@ -99,7 +99,7 @@ install -d %{buildroot}%{progdir}/browser/defaults/preferences/
|
||||
install -m 0644 firefox-openSUSE.js %{buildroot}%{progdir}/browser/defaults/preferences/
|
||||
|
||||
install -d %{buildroot}%{progdir}/defaults/pref/
|
||||
install -m 0644 %{SOURCE2} %{buildroot}%{progdir}/defaults/pref/
|
||||
install -m 0644 %{SOURCE2} %{buildroot}%{progdir}/defaults/pref/
|
||||
|
||||
# distribution.ini -- openSUSE bookmarks, homepage and Mozilla partner info
|
||||
sed -e 's,%%VERSION%%,%{suseversion},g
|
||||
|
Loading…
Reference in New Issue
Block a user