rpms/unbound/devel unbound.spec,1.24,1.25

Paul Wouters pwouters at fedoraproject.org
Tue Mar 17 05:29:16 UTC 2009


Author: pwouters

Update of /cvs/extras/rpms/unbound/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16483

Modified Files:
	unbound.spec 
Log Message:
* Tue Mar 17 2009 Paul Wouters <paul at xelerance.com> - 1.2.1-5
- Use --nocheck to avoid giving an error on missing unbound-remote certs/keys



Index: unbound.spec
===================================================================
RCS file: /cvs/extras/rpms/unbound/devel/unbound.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- unbound.spec	11 Mar 2009 19:17:12 -0000	1.24
+++ unbound.spec	17 Mar 2009 05:28:45 -0000	1.25
@@ -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(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 [ -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 @@
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Tue Mar 17 2009 Paul Wouters <paul at xelerance.com> - 1.2.1-5
+- Use --nocheck to avoid giving an error on missing unbound-remote certs/keys
+
 * Tue Mar 10 2009 Adam Tkac <atkac redhat com> - 1.2.1-4
 - enable DNSSEC only if it is enabled in sysconfig/dnssec
 




More information about the fedora-extras-commits mailing list