rpms/unbound/devel unbound.conf,1.6,1.7 unbound.spec,1.8,1.9

Paul Wouters pwouters at fedoraproject.org
Tue Dec 2 02:14:01 UTC 2008


Author: pwouters

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

Modified Files:
	unbound.conf unbound.spec 
Log Message:
bump version, fix .cvsignore. Fix cvs anomalies.



Index: unbound.conf
===================================================================
RCS file: /cvs/extras/rpms/unbound/devel/unbound.conf,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- unbound.conf	19 Nov 2008 23:39:05 -0000	1.6
+++ unbound.conf	2 Dec 2008 02:13:31 -0000	1.7
@@ -17,7 +17,7 @@
 	# To enable DLV trust anchor with DLV, install the dnssec-keys package
 	# and uncomment the line below, or run dnssec-configure -h for more
 	# options
-	# dlv-anchor-file: "/etc/pki/dnssec-dlv/dlv.isc.org.key"
+	# dlv-anchor-file: "/etc/pki/dnssec-keys/dlv/dlv.isc.org.key"
 
 	# verbosity number, 0 is least verbose. 1 is default.
 	verbosity: 1


Index: unbound.spec
===================================================================
RCS file: /cvs/extras/rpms/unbound/devel/unbound.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- unbound.spec	28 Nov 2008 09:46:49 -0000	1.8
+++ unbound.spec	2 Dec 2008 02:13:31 -0000	1.9
@@ -1,7 +1,7 @@
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
 Version: 1.1.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/unbound/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -95,6 +95,7 @@
 %defattr(-,root,root,-)
 %doc doc/README doc/CREDITS doc/LICENSE doc/FEATURES
 %attr(0755,root,root) %{_initrddir}/%{name}
+%attr(0755,root,root) %dir %{_sysconfdir}/%{name}
 %attr(0755,unbound,unbound) %dir %{_localstatedir}/run/%{name}
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/unbound.conf
 %{_sbindir}/*
@@ -143,6 +144,10 @@
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Mon Dec  1 2008 Paul Wouters <paul at xelerance.com> - 1.1.1-3
+- We did not own the /etc/unbound directory (#474020)
+- Fixed cvs anomalies
+
 * Fri Nov 28 2008 Adam Tkac <atkac redhat com> - 1.1.1-2
 - removed all obsolete chroot related stuff
 - label control certs after generation correctly
@@ -210,6 +215,3 @@
 
 * Wed Apr 23 2008 Wouter Wijngaards <wouter at nlnetlabs.nl> - 0.11
 - Initial version.
-
-
-




More information about the fedora-extras-commits mailing list