From d53f2bb38952231084ef26816891b61605dfacac Mon Sep 17 00:00:00 2001 From: Sander Hoentjen Date: Wed, 5 Aug 2020 11:28:17 +0200 Subject: [PATCH] Don't build on armv7hl, dnsdist fails to compile there --- dnsdist.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dnsdist.spec b/dnsdist.spec index 211650e..06162cc 100644 --- a/dnsdist.spec +++ b/dnsdist.spec @@ -7,13 +7,14 @@ Name: dnsdist Version: 1.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Highly DNS-, DoS- and abuse-aware loadbalancer License: GPLv2 URL: https://dnsdist.org Source0: https://downloads.powerdns.com/releases/%{name}-%{version}.tar.bz2 Patch0: fix-build-with-gcc10.patch +ExcludeArch: armv7hl BuildRequires: boost-devel BuildRequires: fstrm-devel BuildRequires: gcc-c++ @@ -119,6 +120,9 @@ exit 0 %changelog +* Wed Aug 05 2020 Sander Hoentjen - 1.5.0-3 +- Don't build on armv7hl, dnsdist fails to compile there + * Sat Aug 01 2020 Fedora Release Engineering - 1.5.0-2 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild