From: romeroalx Date: Tue, 21 May 2024 15:10:45 +0000 (+0200) Subject: dnsdist.spec: skip libxdp-devel for rhel8-aarch64 X-Git-Tag: rec-5.1.0-beta1~4^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b070182728b4537489fcf33e6c382a93becb4a9;p=thirdparty%2Fpdns.git dnsdist.spec: skip libxdp-devel for rhel8-aarch64 --- diff --git a/builder-support/specs/dnsdist.spec b/builder-support/specs/dnsdist.spec index 7f8747a189..182b7887a2 100644 --- a/builder-support/specs/dnsdist.spec +++ b/builder-support/specs/dnsdist.spec @@ -55,7 +55,7 @@ Requires(pre): shadow-utils BuildRequires: fstrm-devel %systemd_requires %endif -%if 0%{?rhel} >= 8 +%if ( "%{_arch}" != "aarch64" && 0%{?rhel} >= 8 ) || ( "%{_arch}" == "aarch64" && 0%{?rhel} >= 9 ) BuildRequires: libbpf-devel BuildRequires: libxdp-devel %endif