summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-07-11 08:25:58 +0200
committerMartin Stransky <stransky@redhat.com>2019-07-11 08:25:58 +0200
commit691cff84365c6f581a05d7c1018494ce5563ab05 (patch)
treed9d5569fbafab0c5a853b74ccef546bf06845b5d
parentadded firefox-SIOCGSTAMP.patch (diff)
downloadlibrewolf-fedora-ff-691cff84365c6f581a05d7c1018494ce5563ab05.tar.gz
librewolf-fedora-ff-691cff84365c6f581a05d7c1018494ce5563ab05.tar.bz2
librewolf-fedora-ff-691cff84365c6f581a05d7c1018494ce5563ab05.zip
Enabled aarch64 and ppc64le
-rw-r--r--firefox.spec9
1 files changed, 4 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec
index 32cd2f0..fdeaced 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -6,10 +6,6 @@ ExcludeArch: armv7hl
# Disabled due to https://pagure.io/fedora-infrastructure/issue/7581
ExcludeArch: s390x
-# Temporary disabled
-ExcludeArch: aarch64
-ExcludeArch: ppc64le
-
%global system_nss 1
%global system_ffi 1
# libvpx is too new for Firefox 65
@@ -90,7 +86,7 @@ ExcludeArch: ppc64le
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 68.0
-Release: 4%{?pre_tag}%{?dist}
+Release: 5%{?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
@@ -919,6 +915,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Jul 11 2019 Martin Stransky <stransky@redhat.com> - 68.0-5
+- Enabled aarch64 and ppc64le
+
* Wed Jul 10 2019 Martin Stransky <stransky@redhat.com> - 68.0-4
- Added fixes for aarch64 builds.
bgstack15