diff options
author | Martin Stransky <stransky@redhat.com> | 2018-01-24 15:32:48 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-01-24 15:32:48 +0100 |
commit | ebe7e15c3a1ec10e3706ecc5772eabfd746d6236 (patch) | |
tree | a98ec9b8a0ba22c9c47a28d55033c176e5e1f979 | |
parent | Enabled some second arches (diff) | |
download | librewolf-fedora-ff-ebe7e15c3a1ec10e3706ecc5772eabfd746d6236.tar.gz librewolf-fedora-ff-ebe7e15c3a1ec10e3706ecc5772eabfd746d6236.tar.bz2 librewolf-fedora-ff-ebe7e15c3a1ec10e3706ecc5772eabfd746d6236.zip |
Enabled second arches
, build fixes
-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). |