diff options
author | Jan Horak <jhorak@redhat.com> | 2018-01-04 16:13:01 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2018-01-04 16:13:01 +0100 |
commit | 270eec85513bd9ab34d53b85730536238e3fe7bd (patch) | |
tree | 926ed35b773b88f73a17bb4c8e86385db5a1d94b | |
parent | Merge branch 'master' into f26 (diff) | |
parent | Exclude armv7hl from the build because it's OOM during build of gkrust in koji (diff) | |
download | librewolf-fedora-ff-270eec85513bd9ab34d53b85730536238e3fe7bd.tar.gz librewolf-fedora-ff-270eec85513bd9ab34d53b85730536238e3fe7bd.tar.bz2 librewolf-fedora-ff-270eec85513bd9ab34d53b85730536238e3fe7bd.zip |
Merge branch 'master' into f26
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 8884f6b..f33a659 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} < 26 || 0%{?fedora} > 27 +%if 0%{?fedora} < 26 || 0%{?fedora} >= 27 ExcludeArch: armv7hl %endif @@ -859,6 +859,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog * Tue Jan 2 2018 Jan Horak <jhorak@redhat.com> - 57.0.3-1 +- Exclude armv7hl due to OOM during build on koji - Update to 57.0.3 * Fri Dec 08 2017 Kevin Fenzi <kevin@scrye.com> - 57.0.1-3 |