- Added openssl dependancy back in, since we get more functionality when
using openssl. Especially in 'drill'.
This commit is contained in:
parent
cf59c40741
commit
583a183b17
@ -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 <paul@xelerance.com> - 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 <paul@xelerance.com> - 1.6.1-1
|
||||
- Updated to 1.6.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user