From 0a4f409df31e6b250e97b64c2a13f4ed55f5364a Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Wed, 11 Nov 2020 13:44:31 -0800 Subject: watchman: add ExcludeArch Signed-off-by: Michel Alexandre Salim --- utils/watchman.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/utils/watchman.spec b/utils/watchman.spec index dd6c110..fc2b0be 100644 --- a/utils/watchman.spec +++ b/utils/watchman.spec @@ -16,6 +16,10 @@ URL: https://facebook.github.io/%{name}/ Source0: https://github.com/facebook/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz Patch0: %{name}-py_destdir.patch +# Folly is known not to work on big-endian CPUs +# TODO: file bz once this is approved +ExcludeArch: s390x + BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: folly-devel @@ -74,7 +78,8 @@ sed -ie "s|version=\"1.4.1\"|version=\"%{version}\"|" python/setup.py %changelog * Wed Nov 11 2020 Michel Alexandre Salim - 2020.09.21.00-2 -- Enable tests +- Support enabling tests +- Add ExcludeArch on s390x for Folly dependency - Rename Python subpackage - Fix version number and licensing for Python subpackage - Move Python scripts to the Python subpackage -- cgit