From c63c0b48dea9427fa3c0126f2efb331c1ce7c9a6 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Tue, 17 Mar 2009 05:28:45 +0000 Subject: [PATCH] - Use --nocheck to avoid giving an error on missing unbound-remote certs/keys --- unbound.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/unbound.spec b/unbound.spec index 3a3223c..e9ad74b 100644 --- a/unbound.spec +++ b/unbound.spec @@ -1,7 +1,7 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound Version: 1.2.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 @@ -16,7 +16,7 @@ Requires(post): chkconfig Requires(preun): chkconfig Requires(preun): initscripts Requires(postun): initscripts -Requires: ldns >= 1.5.0 +Requires: ldns >= 1.5.0, dnssec-conf >= 1.19 Requires(pre): shadow-utils Requires: dnssec-conf # Is this obsolete? @@ -133,7 +133,7 @@ if [ "$1" -eq 1 ]; then if [ -r /etc/sysconfig/dnssec ]; then . /etc/sysconfig/dnssec [ -x /usr/sbin/dnssec-configure ] && \ - dnssec-configure -u --norestart --dnssec="$DNSSEC" --dlv="$DLV" > \ + dnssec-configure -u --norestart --nocheck --dnssec="$DNSSEC" --dlv="$DLV" > \ /dev/null 2>&1 fi; fi @@ -154,6 +154,9 @@ fi %postun libs -p /sbin/ldconfig %changelog +* Tue Mar 17 2009 Paul Wouters - 1.2.1-5 +- Use --nocheck to avoid giving an error on missing unbound-remote certs/keys + * Tue Mar 10 2009 Adam Tkac - 1.2.1-4 - enable DNSSEC only if it is enabled in sysconfig/dnssec