rpms/bind/F-7 bind.spec,1.192,1.193

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Tue Sep 18 13:07:30 UTC 2007


Author: atkac

Update of /cvs/pkgs/rpms/bind/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32175

Modified Files:
	bind.spec 
Log Message:
- moved caching-nameserver chroot files to bind-chroot (#287321)



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/F-7/bind.spec,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- bind.spec	6 Sep 2007 12:04:26 -0000	1.192
+++ bind.spec	18 Sep 2007 13:06:58 -0000	1.193
@@ -20,7 +20,7 @@
 Name: 		bind
 License: 	BSD-like
 Version: 	9.4.2
-Release: 	0.3.%{RELEASEVER}%{?dist}
+Release: 	0.3.1.%{RELEASEVER}%{?dist}
 Epoch:   	31
 Url: 		http://www.isc.org/products/BIND/
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -706,19 +706,13 @@
 %files -n caching-nameserver
 %defattr(0640,root,named,0750)
 %config %verify(not link) /etc/named.caching-nameserver.conf
-%ghost %config %{chroot_prefix}/etc/named.caching-nameserver.conf
 %config %verify(not link) /etc/named.rfc1912.zones
-%ghost %config %{chroot_prefix}/etc/named.rfc1912.zones
 %ghost %config(noreplace) /etc/named.conf
 %ghost %config(noreplace) %{chroot_prefix}/etc/named.conf
 %config %verify(not link) /var/named/named.ca
-%ghost  %config %{chroot_prefix}/var/named/named.ca
 %config %verify(not link) /var/named/named.localhost
-%ghost  %config %{chroot_prefix}/var/named/named.localhost
 %config %verify(not link) /var/named/named.loopback
-%ghost  %config %{chroot_prefix}/var/named/named.loopback
 %config %verify(not link) /var/named/named.empty
-%ghost  %config %{chroot_prefix}/var/named/named.empty
 %defattr(0644,root,root,0755)
 %doc Copyright
 %doc rfc1912.txt
@@ -734,6 +728,12 @@
 %ghost %config(noreplace) %prefix/etc/named.conf
 %ghost %config(noreplace) %prefix/etc/named.caching-nameserver.conf
 %ghost %config(noreplace) %prefix/etc/rndc.key
+%ghost %config %{chroot_prefix}/etc/named.caching-nameserver.conf
+%ghost %config %{chroot_prefix}/etc/named.rfc1912.zones
+%ghost %config %{chroot_prefix}/var/named/named.ca
+%ghost %config %{chroot_prefix}/var/named/named.localhost
+%ghost %config %{chroot_prefix}/var/named/named.loopback
+%ghost %config %{chroot_prefix}/var/named/named.empty
 %defattr(0660,named,named,0770)
 %dir %prefix/var/named/slaves
 %dir %prefix/var/named/data
@@ -783,6 +783,9 @@
 
 
 %changelog
+* Mon Sep 17 2007 Adam Tkac <atkac redhat com> 31:9.4.2-0.3.1.b1
+- moved caching-nameserver chroot files to bind-chroot (#287321)
+
 * Thu Sep 06 2007 Adam Tkac <atkac redhat com> 31:9.4.2-0.3.b1
 - patches bind-9.4-2119_revert.patch and
   libbind-9.3.1rc1-fix_h_errno.patch are obsoleted by




More information about the scm-commits mailing list