diff options
author | Martin Stransky <stransky@redhat.com> | 2016-07-26 15:56:34 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2016-07-26 15:56:34 +0200 |
commit | c92514bf32051699e0ef42443c4021ce67c11fc1 (patch) | |
tree | 80a6324b4a63eb8f410f0efae34c93391f7bf455 /firefox.spec | |
parent | Merge branch 'master' into f24 (diff) | |
parent | Build fixes (diff) | |
download | librewolf-fedora-ff-c92514bf32051699e0ef42443c4021ce67c11fc1.tar.gz librewolf-fedora-ff-c92514bf32051699e0ef42443c4021ce67c11fc1.tar.bz2 librewolf-fedora-ff-c92514bf32051699e0ef42443c4021ce67c11fc1.zip |
Merge branch 'master' into f24
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec index 82b563e..cbc89d0 100644 --- a/firefox.spec +++ b/firefox.spec @@ -109,6 +109,7 @@ Patch20: firefox-build-prbool.patch Patch21: firefox-ppc64le.patch Patch24: firefox-debug.patch Patch25: rhbz-1219542-s390-build.patch +Patch26: mozilla-1282843.patch # Fedora specific patches # Unable to install addons from https pages @@ -247,6 +248,7 @@ cd %{tarballdir} %ifarch s390 %patch25 -p1 -b .rhbz-1219542-s390 %endif +%patch26 -p1 -b .mzbz#1282843 %patch3 -p1 -b .arm @@ -741,10 +743,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/32x32/apps/firefox.png %{_datadir}/icons/hicolor/48x48/apps/firefox.png %{_datadir}/icons/hicolor/symbolic/apps/firefox-symbolic.svg -%{mozappdir}/webapprt-stub -%dir %{mozappdir}/webapprt -%{mozappdir}/webapprt/omni.ja -%{mozappdir}/webapprt/webapprt.ini %if %{enable_mozilla_crashreporter} %{mozappdir}/crashreporter %{mozappdir}/crashreporter.ini |