summaryrefslogtreecommitdiffstats
path: root/utils/watchman.spec
diff options
context:
space:
mode:
Diffstat (limited to 'utils/watchman.spec')
-rw-r--r--utils/watchman.spec7
1 files changed, 6 insertions, 1 deletions
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 <salimma@fedoraproject.org> - 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