From 583a183b176a98fe5981eb9dee1eb9d69b5b3485 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Sun, 16 Aug 2009 05:18:16 +0000 Subject: [PATCH] - Added openssl dependancy back in, since we get more functionality when using openssl. Especially in 'drill'. --- ldns.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ldns.spec b/ldns.spec index 83e5d9d..c94867b 100644 --- a/ldns.spec +++ b/ldns.spec @@ -1,14 +1,14 @@ Summary: Lowlevel DNS(SEC) library with API Name: ldns Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Url: http://www.nlnetlabs.nl/%{name}/ Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, autoconf, automake, gcc-c++, doxygen, -BuildRequires: perl, libpcap-devel +BuildRequires: perl, libpcap-devel, openssl-devel %description ldns is a library with the aim to simplify DNS programing in C. All @@ -88,6 +88,10 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Sun Aug 16 2009 Paul Wouters - 1.6.1-2 +- Added openssl dependancy back in, since we get more functionality + when using openssl. Especially in 'drill'. + * Sun Aug 16 2009 Paul Wouters - 1.6.1-1 - Updated to 1.6.1