From c1e2f480f76f494aa8ace232982e79f6f3702235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 4 Jan 2022 17:53:46 +0100 Subject: [PATCH] Disable bpf filters on s390x --- systemd.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/systemd.spec b/systemd.spec index f2bdf14..44d3ff1 100644 --- a/systemd.spec +++ b/systemd.spec @@ -104,13 +104,9 @@ Patch0501: https://github.com/systemd/systemd/pull/17050/commits/f58b96d3e8 %global have_gnu_efi 1 %endif -# bpf build fails on arm32 and ppc64el: -# https://bugzilla.redhat.com/show_bug.cgi?id=2035608 -# https://github.com/systemd/systemd/issues/21900 -# -# Also disable on arm64: +# Disable on arm64, s390x, ppc64el, and arm where it either is not supported or does't work. # https://bugzilla.redhat.com/show_bug.cgi?id=2036145 -%ifnarch ppc64le %{arm} aarch64 +%ifnarch ppc64le %{arm} aarch64 s390x %global want_bpf_framework 1 %endif