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)