From 87d99318b21c7545a4e3a4863101d9149d0543fc Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Mon, 30 Jun 2008 05:28:48 +0000 Subject: [PATCH] - enable SHA2 functionality --- ldns.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ldns.spec b/ldns.spec index 390f51f..cf8d073 100644 --- a/ldns.spec +++ b/ldns.spec @@ -1,7 +1,7 @@ Summary: Lowlevel DNS(SEC) library with API Name: ldns Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Url: http://www.nlnetlabs.nl/%{name}/ Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz @@ -31,7 +31,7 @@ The devel package contains the ldns library and the include files #libtoolize #autoreconf -%configure --disable-rpath +%configure --disable-rpath --with-sha2 %build @@ -85,6 +85,9 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Wed May 28 2008 Paul Wouters - 1.3.0-3 +- enable SHA2 functionality + * Wed May 28 2008 Paul Wouters - 1.3.0-2 - re-tag (don't do builds while renaming local repo dirs)