rpms/unbound/F-9 unbound.spec,1.10,1.11

Paul Wouters pwouters at fedoraproject.org
Fri Jul 3 05:42:27 UTC 2009


Author: pwouters

Update of /cvs/extras/rpms/unbound/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16264

Modified Files:
	unbound.spec 
Log Message:
Add dnssec-conf dependancy. minor fixes.



Index: unbound.spec
===================================================================
RCS file: /cvs/extras/rpms/unbound/F-9/unbound.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- unbound.spec	3 Jul 2009 05:05:41 -0000	1.10
+++ unbound.spec	3 Jul 2009 05:41:56 -0000	1.11
@@ -1,7 +1,7 @@
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
 Version: 1.3.0
-Release: 2%{?dist}
+Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/unbound/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -15,16 +15,14 @@ Patch2: unbound-r1677.patch
 Patch3: unbound-1.2-glob.patch
 Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: flex, openssl-devel >= 0.9.8g-10, ldns-devel >= 1.5.1
+BuildRequires: flex, openssl-devel >= 0.9.8g-9.14, ldns-devel >= 1.5.1
 BuildRequires: libevent-devel
 Requires(post): chkconfig
 Requires(preun): chkconfig
 Requires(preun): initscripts
 Requires(postun): initscripts
-Requires: ldns >= 1.5.1
+Requires: ldns >= 1.5.1, dnssec-conf
 Requires(pre): shadow-utils
-# Is this obsolete?
-#Provides: caching-nameserver
 
 %description
 Unbound is a validating, recursive, and caching DNS(SEC) resolver.
@@ -60,7 +58,7 @@ Summary: Libraries used by the unbound s
 Group: Applications/System
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
-Requires: openssl >= 0.9.8g-10
+Requires: openssl >= 0.9.8g-9.14
 
 %description libs
 Contains libraries used by the unbound server and client applications
@@ -135,7 +133,7 @@ useradd -r -g unbound -d %{_localstatedi
 -c "Unbound DNS resolver" unbound
 exit 0
 
-%post 
+%post
 /sbin/chkconfig --add %{name}
 # Check DNSSEC settings if this is a fresh install
 if [ "$1" -eq 1 ]; then
@@ -148,7 +146,6 @@ if [ "$1" -eq 1 ]; then
 fi
 
 %post libs -p /sbin/ldconfig
-dd
 
 %preun
 if [ "$1" -eq 0 ]; then




More information about the scm-commits mailing list