diff options
author | Martin Stransky <stransky@redhat.com> | 2018-01-24 14:02:39 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-01-24 14:02:39 +0100 |
commit | 2117b91ed4efaa85e8b74845c3b7d0861f4a7c71 (patch) | |
tree | ba762cf88e07c294bc1a3d70a0d494de1c9ede57 | |
parent | Enabled titlebar/csd drawing patch again (mozbz#1399611) (diff) | |
download | librewolf-fedora-ff-2117b91ed4efaa85e8b74845c3b7d0861f4a7c71.tar.gz librewolf-fedora-ff-2117b91ed4efaa85e8b74845c3b7d0861f4a7c71.tar.bz2 librewolf-fedora-ff-2117b91ed4efaa85e8b74845c3b7d0861f4a7c71.zip |
Enabled some second arches
-rw-r--r-- | firefox.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 7e7e12d..2dffbbf 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,5 +1,5 @@ # Temporary disable -ExcludeArch: ppc64 ppc64le aarch64 armv7hl s390x +ExcludeArch: aarch64 armv7hl # Use system nspr/nss? %global system_nss 1 @@ -98,7 +98,7 @@ ExcludeArch: ppc64 ppc64le aarch64 armv7hl s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 58.0 -Release: 3%{?pre_tag}%{?dist} +Release: 4%{?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 @@ -871,6 +871,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Jan 24 2018 Martin Stransky <stransky@redhat.com> - 58.0-4 +- Enabled some second arches. + * Wed Jan 24 2018 Martin Stransky <stransky@redhat.com> - 58.0-3 - Enabled titlebar/csd drawing patch again (mozbz#1399611). |