From 65d42a1edbfeceb09bf19b596d4e3f714b6c68eb Mon Sep 17 00:00:00 2001 From: Sander Hoentjen Date: Feb 08 2016 18:27:45 +0000 Subject: Don't build against luijit on ppc, it is not available there --- diff --git a/dnsdist.spec b/dnsdist.spec index ce7eff9..c798752 100644 --- a/dnsdist.spec +++ b/dnsdist.spec @@ -3,7 +3,7 @@ Name: dnsdist Version: 1.0.0 -Release: 0.4.%{?prever}%{?dist} +Release: 0.5.%{?prever}%{?dist} Summary: Highly DNS-, DoS- and abuse-aware loadbalancer Group: System Environment/Daemons License: GPLv2 @@ -14,7 +14,9 @@ BuildRequires: boost-devel BuildRequires: libedit-devel BuildRequires: libsodium-devel BuildRequires: lua-devel +%ifnarch %{power64} BuildRequires: luajit-devel +%endif BuildRequires: readline-devel BuildRequires: systemd-units BuildRequires: uglify-js @@ -78,6 +80,9 @@ rm %{buildroot}%{_bindir}/testrunner %changelog +* Mon Feb 08 2016 Sander Hoentjen - 1.0.0-0.5.alpha2 +- Don't build against luijit on ppc, it is not available there + * Mon Feb 08 2016 Sander Hoentjen - 1.0.0-0.4.alpha2 - Add sample config file