diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-12-08 17:29:26 -0800 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-12-08 17:29:26 -0800 |
commit | 81904db6349c64cbaf4ba652319429b802558e69 (patch) | |
tree | 751afa3ffab400dc7298d9c4e9d1f3b9c9f91ab4 | |
parent | Added new man page by Tobias Girstmair (rhbz#1334025) (diff) | |
download | librewolf-fedora-ff-81904db6349c64cbaf4ba652319429b802558e69.tar.gz librewolf-fedora-ff-81904db6349c64cbaf4ba652319429b802558e69.tar.bz2 librewolf-fedora-ff-81904db6349c64cbaf4ba652319429b802558e69.zip |
Temp disable armv7 for rawhide to get composes working again. rhbz#1523912
-rw-r--r-- | firefox.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index b8dfd06..fee4826 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} < 26 +%if 0%{?fedora} < 26 || 0%{?fedora} > 27 ExcludeArch: armv7hl %endif @@ -101,7 +101,7 @@ ExcludeArch: armv7hl Summary: Mozilla Firefox Web browser Name: firefox Version: 57.0.1 -Release: 2%{?pre_tag}%{?dist} +Release: 3%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz @@ -860,6 +860,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Dec 08 2017 Kevin Fenzi <kevin@scrye.com> - 57.0.1-3 +- Temp disable armv7 for rawhide to get composes working again. rhbz#1523912 + * Mon Dec 4 2017 Martin Stransky <stransky@redhat.com> - 57.0.1-2 - Added new man page by Tobias Girstmair (rhbz#1334025) |