diff options
author | Martin Stransky <stransky@redhat.com> | 2018-01-05 09:25:09 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-01-05 09:25:09 +0100 |
commit | 31b2eacbca876e36155f03345e24aee200df9e73 (patch) | |
tree | 113cd33aecabc934c0634ed4a84ea036ae554845 | |
parent | Merge branch 'master' into f26 (diff) | |
parent | Disabled ARM on all Fedoras due to rhbz#1523912 (diff) | |
download | librewolf-fedora-ff-31b2eacbca876e36155f03345e24aee200df9e73.tar.gz librewolf-fedora-ff-31b2eacbca876e36155f03345e24aee200df9e73.tar.bz2 librewolf-fedora-ff-31b2eacbca876e36155f03345e24aee200df9e73.zip |
Merge branch 'master' into f26
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index b803375..da160cc 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,6 +1,5 @@ -%if 0%{?fedora} < 26 || 0%{?fedora} >= 27 +# Disabled due to rhbz#1523912 ExcludeArch: armv7hl -%endif # Use system nspr/nss? %global system_nss 1 @@ -861,6 +860,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : * Thu Jan 4 2018 Martin Stransky <stransky@redhat.com> - 57.0.4-1 - Update to 57.0.4 - Require nss 3.34 (rhbz#1531031) +- Disabled ARM on all Fedoras due to rhbz#1523912 * Tue Jan 2 2018 Jan Horak <jhorak@redhat.com> - 57.0.3-1 - Exclude armv7hl due to OOM during build on koji |