From 873c9c6751584997302103dbd2e7d93a4bf54277 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Sat, 6 Jun 2015 19:33:08 -0400 Subject: [PATCH] - rebuilt with --enable-rrtype-cds --enable-rrtype-uri enabled --- ldns.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ldns.spec b/ldns.spec index 06673a1..45b7133 100644 --- a/ldns.spec +++ b/ldns.spec @@ -26,7 +26,7 @@ Summary: Low-level DNS(SEC) library with API Name: ldns Version: 1.6.17 -Release: 13%{?dist} +Release: 14%{?dist} License: BSD Url: http://www.nlnetlabs.nl/%{name}/ @@ -157,7 +157,9 @@ export CFLAGS CXXFLAGS LDFLAGS %endif --with-ca-file=/etc/pki/tls/certs/ca-bundle.trust.crt \ --with-ca-path=/etc/pki/tls/certs/ \ - --with-trust-anchor=%{_sharedstatedir}/unbound/root.key + --with-trust-anchor=%{_sharedstatedir}/unbound/root.key \ + --enable-rrtype-cds --enable-rrtype-uri \ + pushd drill %configure \ @@ -279,6 +281,9 @@ rm -rf %{buildroot} %doc doc %changelog +* Sat Jun 06 2015 Paul Wouters - 1.6.17-14 +- rebuilt with --enable-rrtype-cds --enable-rrtype-uri enabled + * Sat Jun 06 2015 Jitka Plesnikova - 1.6.17-13 - Perl 5.22 rebuild