rpms/bind/FC-6 bind.spec,1.134,1.135 filter_requires.sh,1.1,NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Oct 26 08:16:32 UTC 2006


Author: stransky

Update of /cvs/dist/rpms/bind/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv16862

Modified Files:
	bind.spec 
Removed Files:
	filter_requires.sh 
Log Message:
sync with devel - fixes #200465, #209359


Index: bind.spec
===================================================================
RCS file: /cvs/dist/rpms/bind/FC-6/bind.spec,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- bind.spec	10 Oct 2006 09:21:35 -0000	1.134
+++ bind.spec	26 Oct 2006 08:16:28 -0000	1.135
@@ -18,7 +18,7 @@
 Name: 		bind
 License: 	BSD-like
 Version: 	9.3.3
-Release: 	4%{?dist}
+Release: 	5%{?dist}
 Epoch:   	30
 Url: 		http://www.isc.org/products/BIND/
 Buildroot: 	%{_tmppath}/%{name}-root
@@ -39,7 +39,6 @@
 Source12: 	README.sdb_pgsql
 Source13: 	namedSetForwarders
 Source14: 	namedGetForwarders
-Source15: 	filter_requires.sh
 Source16: 	named.caching-nameserver.conf
 Source17: 	named.root
 Source18: 	named.local
@@ -96,12 +95,7 @@
 %if %{test}
 BuildRequires:  net-tools, perl
 %endif
-#
-# fix bug 176100: do not Require: perl just for namedGetForwarders !
-%define __perl_requires %SOURCE15
-%define __find_requires %SOURCE15
-%define _use_internal_dependency_generator 0
-#
+
 
 %description
 BIND (Berkeley Internet Name Domain) is an implementation of the DNS
@@ -492,14 +486,15 @@
 # ^- The default rndc.conf which uses rndc.key is in named's default internal config -
 #    so rndc.conf is not necessary.
 %config(noreplace) /etc/logrotate.d/named
-%defattr(0750,root,root,0755)
+%defattr(-,root,root) 
 %{_sbindir}/dnssec*
+%{_sbindir}/named-check*
+%{_sbindir}/dns-keygen
+%defattr(0750,root,root,0755)
 %{_sbindir}/lwresd
 %{_sbindir}/named
 %{_sbindir}/named-bootconf
-%{_sbindir}/named-check*
 %{_sbindir}/rndc*
-%{_sbindir}/dns-keygen
 %{_sbindir}/bind-chroot-admin
 %defattr(0644,root,root,0755)
 %{_mandir}/man5/named.conf.5*
@@ -783,6 +778,12 @@
 :;
 
 %changelog
+* Fri Oct 26 2006 Martin Stransky <stransky at redhat.com> - 30:9.3.3-5
+- fix for #200465: named-checkzone and co. cannot be run
+  as non-root user
+- fix for #209359: bind-libs from compatlayer CD will not
+  install on ia64
+
 * Tue Oct 10 2006 Martin Stransky <stransky at redhat.com> - 30:9.3.3-4
 - added fix for #210096: warning: group named does not exist - using root 
 


--- filter_requires.sh DELETED ---




More information about the fedora-cvs-commits mailing list