Added distribution.ini file to fix mozbz#1354489
This commit is contained in:
parent
676b701984
commit
e1c3854d71
9
distribution.ini
Normal file
9
distribution.ini
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[Global]
|
||||||
|
id=fedora
|
||||||
|
version=1.0
|
||||||
|
about=Mozilla Firefox for Fedora
|
||||||
|
|
||||||
|
[Preferences]
|
||||||
|
app.distributor=fedora
|
||||||
|
app.distributor.channel=fedora
|
||||||
|
app.partner.fedora=fedora
|
@ -118,6 +118,7 @@ Source21: firefox.sh.in
|
|||||||
Source23: firefox.1
|
Source23: firefox.1
|
||||||
Source24: mozilla-api-key
|
Source24: mozilla-api-key
|
||||||
Source25: firefox-symbolic.svg
|
Source25: firefox-symbolic.svg
|
||||||
|
Source26: distribution.ini
|
||||||
|
|
||||||
# Build patches
|
# Build patches
|
||||||
Patch0: firefox-install-dir.patch
|
Patch0: firefox-install-dir.patch
|
||||||
@ -712,6 +713,10 @@ sed -i -e "s/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/" $RPM_BUILD_ROOT/%{
|
|||||||
# Default
|
# Default
|
||||||
%{__cp} %{SOURCE12} ${RPM_BUILD_ROOT}%{mozappdir}/browser/defaults/preferences
|
%{__cp} %{SOURCE12} ${RPM_BUILD_ROOT}%{mozappdir}/browser/defaults/preferences
|
||||||
|
|
||||||
|
# Add distribution.ini
|
||||||
|
%{__mkdir_p} ${RPM_BUILD_ROOT}%{mozappdir}/distribution
|
||||||
|
%{__cp} %{SOURCE26} ${RPM_BUILD_ROOT}%{mozappdir}/distribution
|
||||||
|
|
||||||
# Remove copied libraries to speed up build
|
# Remove copied libraries to speed up build
|
||||||
rm -f ${RPM_BUILD_ROOT}%{mozappdirdev}/sdk/lib/libmozjs.so
|
rm -f ${RPM_BUILD_ROOT}%{mozappdirdev}/sdk/lib/libmozjs.so
|
||||||
rm -f ${RPM_BUILD_ROOT}%{mozappdirdev}/sdk/lib/libmozalloc.so
|
rm -f ${RPM_BUILD_ROOT}%{mozappdirdev}/sdk/lib/libmozalloc.so
|
||||||
@ -781,6 +786,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{mozappdir}/browser/features/firefox@getpocket.com.xpi
|
%{mozappdir}/browser/features/firefox@getpocket.com.xpi
|
||||||
%{mozappdir}/browser/features/webcompat@mozilla.org.xpi
|
%{mozappdir}/browser/features/webcompat@mozilla.org.xpi
|
||||||
%{mozappdir}/browser/features/deployment-checker@mozilla.org.xpi
|
%{mozappdir}/browser/features/deployment-checker@mozilla.org.xpi
|
||||||
|
%{mozappdir}/distribution/distribution.ini
|
||||||
# That's Windows only
|
# That's Windows only
|
||||||
%ghost %{mozappdir}/browser/features/aushelper@mozilla.org.xpi
|
%ghost %{mozappdir}/browser/features/aushelper@mozilla.org.xpi
|
||||||
%attr(644, root, root) %{mozappdir}/browser/blocklist.xml
|
%attr(644, root, root) %{mozappdir}/browser/blocklist.xml
|
||||||
@ -840,6 +846,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
* Tue Apr 18 2017 Jan Horak <jhorak@redhat.com> - 52.0.2-3
|
* Tue Apr 18 2017 Jan Horak <jhorak@redhat.com> - 52.0.2-3
|
||||||
- Do not use color management until it is fixed for some broken profiles,
|
- Do not use color management until it is fixed for some broken profiles,
|
||||||
ie. don't set gfx.color_management.enablev4 to true (rhbz#1403970).
|
ie. don't set gfx.color_management.enablev4 to true (rhbz#1403970).
|
||||||
|
- Added distribution.ini file to fix mozbz#1354489
|
||||||
|
|
||||||
* Fri Mar 31 2017 Martin Stransky <stransky@redhat.com> - 52.0.2-2
|
* Fri Mar 31 2017 Martin Stransky <stransky@redhat.com> - 52.0.2-2
|
||||||
- Added patch for mozbz#1348576 - enable e10s by default
|
- Added patch for mozbz#1348576 - enable e10s by default
|
||||||
|
Loading…
Reference in New Issue
Block a user