diff options
author | Martin Stransky <stransky@redhat.com> | 2017-02-28 12:34:35 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-02-28 12:34:35 +0100 |
commit | e9e814a37eedc683209489d7147441b7b3b3a554 (patch) | |
tree | 7046e487ffaf299048a4a0d21c5131fe71d3b9c8 | |
parent | Enabled ARMv7 (rhbz#1426850) (diff) | |
download | librewolf-fedora-ff-e9e814a37eedc683209489d7147441b7b3b3a554.tar.gz librewolf-fedora-ff-e9e814a37eedc683209489d7147441b7b3b3a554.tar.bz2 librewolf-fedora-ff-e9e814a37eedc683209489d7147441b7b3b3a554.zip |
Disabled ARMv7 due to build failures (rhbz#1426850)
-rw-r--r-- | firefox.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 18babba..91bca26 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,5 +1,5 @@ # Temporary disabled due to js crash -#ExcludeArch: armv7hl +ExcludeArch: armv7hl # Use system nspr/nss? %define system_nss 1 @@ -97,7 +97,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 51.0.1 -Release: 8%{?pre_tag}%{?dist} +Release: 9%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -791,6 +791,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Feb 27 2017 Martin Stransky <stransky@redhat.com> - 51.0.1-9 +- Disabled ARMv7 due to build failures (rhbz#1426850) + * Mon Feb 27 2017 Martin Stransky <stransky@redhat.com> - 51.0.1-8 - Enabled ARMv7 (rhbz#1426850) |