summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2017-06-01 11:32:38 +0200
committerJan Horak <jhorak@redhat.com>2017-06-01 11:32:38 +0200
commit93f5c04bde66631684d033b30d429484c76336ff (patch)
treee015b52fbe25b50702ae66aba343ec1cb594d214 /firefox.spec
parentAdded changelog (diff)
downloadlibrewolf-fedora-ff-93f5c04bde66631684d033b30d429484c76336ff.tar.gz
librewolf-fedora-ff-93f5c04bde66631684d033b30d429484c76336ff.tar.bz2
librewolf-fedora-ff-93f5c04bde66631684d033b30d429484c76336ff.zip
Removed excludearch for older Fedoras
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 2 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec
index 870bc57..7c90dc6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,8 +1,4 @@
-%if 0%{?fedora} < 27
-ExcludeArch: ppc64le ppc64 s390x
-%endif
-
# Use ALSA backend?
%define alsa_backend 0
@@ -104,7 +100,7 @@ ExcludeArch: ppc64le ppc64 s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 53.0.3
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -869,6 +865,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Wed May 31 2017 Jan Horak <jhorak@redhat.com> - 53.0.3-2
- Added patch for big endian platforms
+- Do not restrict architectures in older Fedoras
* Fri May 26 2017 Jan Horak <jhorak@redhat.com> - 53.0.3-1
- Update to 53.0.3
bgstack15