summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-04-20 11:55:38 +0200
committerMartin Stransky <stransky@redhat.com>2017-04-20 11:55:38 +0200
commit7d8f0718e975a14512faba3d60f381e4359bf947 (patch)
tree5cea2e7e20e5ffc0e7c9e9c021cec1be00b1f91e
parentTemporary disable second arches due to various build issues (diff)
downloadlibrewolf-fedora-ff-7d8f0718e975a14512faba3d60f381e4359bf947.tar.gz
librewolf-fedora-ff-7d8f0718e975a14512faba3d60f381e4359bf947.tar.bz2
librewolf-fedora-ff-7d8f0718e975a14512faba3d60f381e4359bf947.zip
Enabled second arches
-rw-r--r--firefox.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index 1f60892..d287b0e 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,6 +1,3 @@
-# Temporary disable second arches due to various build issues
-ExclusiveArch: %{ix86} x86_64
-
# Use ALSA backend?
%define alsa_backend 0
@@ -113,7 +110,7 @@ ExclusiveArch: %{ix86} x86_64
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 53.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
@@ -858,6 +855,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Apr 20 2017 Martin Stransky <stransky@redhat.com> - 53.0-3
+- Enabled second arches
+
* Tue Apr 18 2017 Martin Stransky <stransky@redhat.com> - 53.0-2
- Disable system hunspell library when necessary
bgstack15