diff options
author | Martin Stransky <stransky@redhat.com> | 2017-02-27 11:13:12 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-02-27 11:13:12 +0100 |
commit | 2754a84f5aa6c7f946a0b5a1c884421634446e2b (patch) | |
tree | b72c47e1462393e76bb7ce683bb737a5625f28e6 | |
parent | Added fix for rhbz#1414535 (diff) | |
download | librewolf-fedora-ff-2754a84f5aa6c7f946a0b5a1c884421634446e2b.tar.gz librewolf-fedora-ff-2754a84f5aa6c7f946a0b5a1c884421634446e2b.tar.bz2 librewolf-fedora-ff-2754a84f5aa6c7f946a0b5a1c884421634446e2b.zip |
Enabled ARMv7 (rhbz#1426850)
-rw-r--r-- | firefox.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index 8e4e0cd..18babba 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,6 +1,5 @@ # Temporary disabled due to js crash - -ExcludeArch: armv7hl +#ExcludeArch: armv7hl # Use system nspr/nss? %define system_nss 1 @@ -98,7 +97,7 @@ ExcludeArch: armv7hl Summary: Mozilla Firefox Web browser Name: firefox Version: 51.0.1 -Release: 7%{?pre_tag}%{?dist} +Release: 8%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -792,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-8 +- Enabled ARMv7 (rhbz#1426850) + * Mon Feb 27 2017 Martin Stransky <stransky@redhat.com> - 51.0.1-7 - Added fix for rhbz#1414535 |