summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2020-11-11 13:44:31 -0800
committerMichel Alexandre Salim <salimma@fedoraproject.org>2020-11-11 13:45:10 -0800
commit0a4f409df31e6b250e97b64c2a13f4ed55f5364a (patch)
treef07073de10dcb284b7d4791bc19f287cac7c6532 /utils
parentc57893fad05dcbb525342e157033d4191ba2b32e (diff)
downloadspecs-0a4f409df31e6b250e97b64c2a13f4ed55f5364a.tar.gz
specs-0a4f409df31e6b250e97b64c2a13f4ed55f5364a.tar.xz
specs-0a4f409df31e6b250e97b64c2a13f4ed55f5364a.zip
watchman: add ExcludeArch
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
Diffstat (limited to 'utils')
-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