diff options
author | Martin Stransky <stransky@redhat.com> | 2018-01-24 15:33:01 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-01-24 15:33:01 +0100 |
commit | 585d06a58fd94d640d0239fbbb17e9b986642dbb (patch) | |
tree | a98ec9b8a0ba22c9c47a28d55033c176e5e1f979 | |
parent | Merge branch 'master' into f26 (diff) | |
parent | Enabled second arches (diff) | |
download | librewolf-fedora-ff-585d06a58fd94d640d0239fbbb17e9b986642dbb.tar.gz librewolf-fedora-ff-585d06a58fd94d640d0239fbbb17e9b986642dbb.tar.bz2 librewolf-fedora-ff-585d06a58fd94d640d0239fbbb17e9b986642dbb.zip |
Merge branch 'master' into f26
-rw-r--r-- | firefox.spec | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec index 2dffbbf..10a54b8 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,6 +1,3 @@ -# Temporary disable -ExcludeArch: aarch64 armv7hl - # Use system nspr/nss? %global system_nss 1 @@ -156,6 +153,7 @@ Patch411: mozilla-1321521-2.patch Patch412: mozilla-1337988.patch Patch413: mozilla-1353817.patch Patch416: mozilla-1399611.patch +Patch417: mozilla-1416170.patch # Debian patches Patch500: mozilla-440908.patch @@ -339,6 +337,7 @@ This package contains results of tests executed during build. %patch413 -p1 -b .1353817 # CSD - Disabled now %patch416 -p1 -b .1399611 +%patch417 -p1 -b .1416170 # Debian extension patch # Disabled due to new pref module, see @@ -872,7 +871,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog * Wed Jan 24 2018 Martin Stransky <stransky@redhat.com> - 58.0-4 -- Enabled some second arches. +- Enabled second arches * Wed Jan 24 2018 Martin Stransky <stransky@redhat.com> - 58.0-3 - Enabled titlebar/csd drawing patch again (mozbz#1399611). |