summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-07-29 13:03:01 +0200
committerMartin Stransky <stransky@redhat.com>2016-07-29 13:03:01 +0200
commit0e42fa07af6e592f35e5b32de8f098b9c9dbeb3e (patch)
tree6c3d0ab354b36d03863589301da8fed46c676f01
parentMerge branch 'master' into f23 (diff)
downloadlibrewolf-fedora-ff-0e42fa07af6e592f35e5b32de8f098b9c9dbeb3e.tar.gz
librewolf-fedora-ff-0e42fa07af6e592f35e5b32de8f098b9c9dbeb3e.tar.bz2
librewolf-fedora-ff-0e42fa07af6e592f35e5b32de8f098b9c9dbeb3e.zip
Disable system sqlite on F23, Package in-tree icu file
-rw-r--r--firefox.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 8fd097b..5f0898f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -764,6 +764,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{mozappdir}/platform.ini
%{mozappdir}/plugin-container
%{mozappdir}/gmp-clearkey
+%if !%{?system_libicu}
+%{mozappdir}/icudt56l.dat
+%endif
%exclude %{_includedir}
%exclude %{_libdir}/firefox-devel-%{version}
%exclude %{_datadir}/idl
@@ -778,6 +781,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Fri Jul 29 2016 Martin Stransky <stransky@redhat.com> - 48.0-5
- Added fix for mozbz#1250704 - tooltips text color
+- Disable system sqlite on F23
+- Package in-tree icu file
* Thu Jul 28 2016 Martin Stransky <stransky@redhat.com> - 48.0-4
- Enable dark themes by pref in about:config (Bug 1272332)
bgstack15