From 364040209efd944ba1bf310b11d3293fc5338a3a Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Thu, 15 Dec 2022 12:14:33 +0100 Subject: [PATCH] Disable s390x build --- python-gbinder.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-gbinder.spec b/python-gbinder.spec index 7635c32..06f21cb 100644 --- a/python-gbinder.spec +++ b/python-gbinder.spec @@ -9,6 +9,9 @@ License: GPL-3.0-only URL: https://github.com/erfanoabdi/%{proj_name} Source: %{url}/archive/%{version}/%{proj_name}-%{version}.tar.gz +# bugzilla 2153760 +ExcludeArch: s390x + %global libgbinder_version 1.1.20 BuildRequires: python3-devel BuildRequires: python3-Cython