From: Otto Moerbeek Date: Mon, 20 Jan 2020 15:06:06 +0000 (+0100) Subject: EPEL 8 now has libfstrm-devel X-Git-Tag: auth-4.3.0-beta1~25^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8720%2Fhead;p=thirdparty%2Fpdns.git EPEL 8 now has libfstrm-devel --- diff --git a/builder-support/specs/dnsdist.spec b/builder-support/specs/dnsdist.spec index 145f2d3b30..5614e978cb 100644 --- a/builder-support/specs/dnsdist.spec +++ b/builder-support/specs/dnsdist.spec @@ -56,10 +56,7 @@ Requires(pre): shadow %endif %if 0%{?rhel} >= 7 Requires(pre): shadow-utils -%if 0%{?rhel} == 7 -# No fstrm in EPEL 8 (yet) https://bugzilla.redhat.com/show_bug.cgi?id=1760298 BuildRequires: fstrm-devel -%endif %systemd_requires %endif @@ -101,12 +98,10 @@ sed -i '/^ExecStart/ s/dnsdist/dnsdist -u dnsdist -g dnsdist/' dnsdist.service.i --without-protobuf \ --without-net-snmp %endif -%if 0%{?rhel} == 7 - --enable-dnstap \ -%endif %if 0%{?rhel} >= 7 --with-gnutls \ --with-protobuf \ + --enable-dnstap \ --with-lua=%{lua_implementation} \ --with-libcap \ --with-libsodium \