From fbc16b5cb194b87c890e9766a22e0af81e24a738 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Mon, 5 Jan 2009 11:37:42 +0000 Subject: [PATCH] fix merge conflict --- unbound.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/unbound.spec b/unbound.spec index 55a4f53..be64d31 100644 --- a/unbound.spec +++ b/unbound.spec @@ -1,13 +1,14 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound Version: 1.1.1 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Url: http://www.nlnetlabs.nl/unbound/ Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz Source1: unbound.init Source2: unbound.conf Source3: unbound.munin +Patch0: unbound-1.1-scandir.patch Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex, openssl-devel, ldns-devel >= 1.4.0, libevent-devel @@ -61,6 +62,7 @@ Contains libraries used by the unbound server and client applications %prep %setup -q +%patch -p0 %build %configure --with-ldns= --with-libevent --with-pthreads --with-ssl \ @@ -145,6 +147,10 @@ fi %postun libs -p /sbin/ldconfig %changelog +* Mon Jan 5 2009 Paul Wouters - 1.1.1-5 +- Added scandir patch for trusted-keys-file: option, which + is used to load multiple dnssec keys in bind file format + * Mon Dec 8 2008 Paul Wouters - 1.1.1-4 - Added Requires: for selinux-policy >= 3.5.13-33 for proper SElinux rules.