From d198336feadc4ad2a4f67b56bc56a133142c31ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Thu, 15 Mar 2018 18:41:10 +0100 Subject: [PATCH] Require nettle 3.4 --- dnsmasq.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dnsmasq.spec b/dnsmasq.spec index f52313d..2a21255 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -26,6 +26,9 @@ Source2: dnsmasq-systemd-sysusers.conf Patch1: dnsmasq-2.77-underflow.patch Patch3: dnsmasq-2.78-fips.patch +# This is workaround to nettle bug #1549190 +# https://bugzilla.redhat.com/show_bug.cgi?id=1549190 +Requires: nettle >= 3.4 BuildRequires: dbus-devel BuildRequires: pkgconfig @@ -161,6 +164,7 @@ install -Dpm 644 %{SOURCE2} %{buildroot}%{_sysusersdir}/dnsmasq.conf - Rebase to 2.79 - Stop using nettle_hashes directly, use access function (#1548060) - Do not break on cname with spaces (#1498667) +- Require nettle 3.4+ * Fri Mar 02 2018 Petr Menšík - 2.78-7 - Emit warning with dnssec enabled on FIPS system (#1549507)