rpms/bind/devel bind-chroot-admin.in, 1.22, 1.23 bind.spec, 1.183, 1.184

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Tue May 29 11:40:01 UTC 2007


Author: atkac

Update of /cvs/pkgs/rpms/bind/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14730

Modified Files:
	bind-chroot-admin.in bind.spec 
Log Message:
- minor compatibility change in bind-chroot-admin, line  215



Index: bind-chroot-admin.in
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind-chroot-admin.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- bind-chroot-admin.in	24 May 2007 14:31:50 -0000	1.22
+++ bind-chroot-admin.in	29 May 2007 11:39:26 -0000	1.23
@@ -212,7 +212,7 @@
     if selinux_enabled; then
 	if [ -x /usr/sbin/getsebool ]; then
 	    named_write_master_zones=`/usr/sbin/getsebool named_write_master_zones | cut -d' ' -f3`;
-	    if [ $named_write_master_zones == "on" ]; then
+	    if [ $named_write_master_zones = "on" ]; then
 		return 0;
 	    else
 		return 1;


Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- bind.spec	24 May 2007 14:31:50 -0000	1.183
+++ bind.spec	29 May 2007 11:39:26 -0000	1.184
@@ -17,7 +17,7 @@
 Name: 		bind
 License: 	BSD-like
 Version: 	9.4.1
-Release: 	4%{?dist}
+Release: 	4.1%{?dist}
 Epoch:   	31
 Url: 		http://www.isc.org/products/BIND/
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -810,6 +810,9 @@
 
 
 %changelog
+* Tue May 29 2007 Adam Tkac <atkac redhat com> 31:9.4.1-4.1.fc8
+- very minor compatibility change in bind-chroot-admin (line 215)
+
 * Wed May 24 2007 Adam Tkac <atkac redhat com> 31:9.4.1-4.fc8
 - removed ldap-api patch and start using deprecated API
 - fixed minor problem in bind-chroot-admin script (#241103)




More information about the fedora-extras-commits mailing list