summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-11-18 10:11:01 +0100
committerMartin Stransky <stransky@redhat.com>2020-11-18 10:11:01 +0100
commitf79604d2a52baff88e0eaa760528c7e96b14b7cc (patch)
treeb3eea8cdeb49a22b73d13417856aae12e138c4db
parentspec fix (diff)
downloadlibrewolf-fedora-ff-f79604d2a52baff88e0eaa760528c7e96b14b7cc.tar.gz
librewolf-fedora-ff-f79604d2a52baff88e0eaa760528c7e96b14b7cc.tar.bz2
librewolf-fedora-ff-f79604d2a52baff88e0eaa760528c7e96b14b7cc.zip
Enable all arches
-rw-r--r--firefox.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec
index d49332f..ea0751d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,5 +1,5 @@
# Set to true if it's going to be submitted as update.
-%global release_build 1
+%global release_build 0
%global debug_build 0
%global build_with_clang 0
%global build_with_asan 0
@@ -10,9 +10,9 @@
# There are still build problems on s390x, see
# https://koji.fedoraproject.org/koji/taskinfo?taskID=55048351
# https://bugzilla.redhat.com/show_bug.cgi?id=1897522
-ExcludeArch: s390x
-ExcludeArch: armv7hl
-ExcludeArch: aarch64
+#ExcludeArch: s390x
+#ExcludeArch: armv7hl
+#ExcludeArch: aarch64
%ifarch armv7hl
%global create_debuginfo 0
@@ -125,7 +125,7 @@ ExcludeArch: aarch64
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 83.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
@@ -981,6 +981,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Nov 18 2020 Martin Stransky <stransky@redhat.com> - 83.0-4
+- Enable all arches
+
* Fri Nov 13 2020 Martin Stransky <stransky@redhat.com> - 83.0-3
- Updated to 83.0 Build 2
bgstack15