summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-09-29 15:21:17 +0200
committerMartin Stransky <stransky@redhat.com>2017-09-29 15:21:17 +0200
commit2fdca9bc5b4693bc1dd5a13b4d2b4e91d30bf4d3 (patch)
tree7c5aea47891dbd937ec6483d3ae132e143cbcf11 /firefox.spec
parentLet's build *something* at least (diff)
downloadlibrewolf-fedora-ff-2fdca9bc5b4693bc1dd5a13b4d2b4e91d30bf4d3.tar.gz
librewolf-fedora-ff-2fdca9bc5b4693bc1dd5a13b4d2b4e91d30bf4d3.tar.bz2
librewolf-fedora-ff-2fdca9bc5b4693bc1dd5a13b4d2b4e91d30bf4d3.zip
Enabled second arches to challenge world of build failures, miscompilations and misery
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 5b582ab..d506c60 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,5 +1,3 @@
-ExclusiveArch: %{ix86} x86_64
-
# Use ALSA backend?
%define alsa_backend 0
@@ -101,7 +99,7 @@ ExclusiveArch: %{ix86} x86_64
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 56.0
-Release: 2%{?pre_tag}%{?dist}
+Release: 3%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -871,6 +869,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Sep 29 2017 Martin Stransky <stransky@redhat.com> - 56.0-3
+- Enabled second arches.
+
* Mon Sep 25 2017 Martin Stransky <stransky@redhat.com> - 56.0-2
- Update to 56.0 (B6)
bgstack15