]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist.spec: skip libxdp-devel for rhel8-aarch64 14353/head
authorromeroalx <alexis.romero@open-xchange.com>
Tue, 21 May 2024 15:10:45 +0000 (17:10 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 18 Jun 2024 10:23:51 +0000 (12:23 +0200)
(cherry picked from commit 7b070182728b4537489fcf33e6c382a93becb4a9)

builder-support/specs/dnsdist.spec

index 407a03d3cd7a4a8f31a7b26c62c02febfd6cf1ac..10ceb0ed8de4d13ffd510aea186e4abc0c812025 100644 (file)
@@ -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