From cb5cb5463ca8cbc2f3f2340247be0819e11c03a2 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Wed, 30 Nov 2022 18:13:26 +0100 Subject: [PATCH] Disable s390x build --- libgbinder.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libgbinder.spec b/libgbinder.spec index 9950fb2..61507f8 100644 --- a/libgbinder.spec +++ b/libgbinder.spec @@ -6,6 +6,9 @@ License: BSD URL: https://github.com/mer-hybris/libgbinder Source0: %{url}/archive/refs/tags/%{version}.tar.gz +# bugzilla 2149716 +ExcludeArch: s390x + %define libglibutil_version 1.0.52 BuildRequires: pkgconfig(glib-2.0)