summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-09-06 12:28:45 +0200
committerMartin Stransky <stransky@redhat.com>2019-09-06 12:28:45 +0200
commit57b02aeb2f0eeb1359773b1dabe6cc03c8b72cd2 (patch)
tree5036433da1ae3433d4bbdbbfe72963d45cc9b9e3
parentEnable profile downgrade (diff)
downloadlibrewolf-fedora-ff-57b02aeb2f0eeb1359773b1dabe6cc03c8b72cd2.tar.gz
librewolf-fedora-ff-57b02aeb2f0eeb1359773b1dabe6cc03c8b72cd2.tar.bz2
librewolf-fedora-ff-57b02aeb2f0eeb1359773b1dabe6cc03c8b72cd2.zip
Disabled ppc64le on Fedora 29 (rhbz#1749729)
-rw-r--r--firefox.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index fa27e12..efe33ab 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -5,6 +5,10 @@
ExcludeArch: armv7hl
# Disabled due to https://pagure.io/fedora-infrastructure/issue/7581
ExcludeArch: s390x
+# Disabled due to build error rhbz#1749729
+%if 0%{?fedora} < 30
+ExcludeArch: ppc64le
+%endif
%global system_nss 1
%global system_ffi 1
@@ -952,6 +956,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
mozilla-1576268).
- Enable multiprocess compilation.
- Enable profile downgrade.
+- Disabled ppc64le on Fedora 29 (rhbz#1749729)
* Thu Aug 29 2019 Jan Horak <jhorak@redhat.com> - 69.0-1
- Update to 69.0
bgstack15