rpms/bind-dyndb-ldap/F-11 bind-dyndb-ldap-bool_case.patch, NONE, 1.1 bind-dyndb-ldap.spec, 1.2, 1.3

Martin Nagy mnagy at fedoraproject.org
Mon Aug 31 09:11:35 UTC 2009


Author: mnagy

Update of /cvs/extras/rpms/bind-dyndb-ldap/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10020

Modified Files:
	bind-dyndb-ldap.spec 
Added Files:
	bind-dyndb-ldap-bool_case.patch 
Log Message:
* Mon Aug 31 2009 Martin Nagy <mnagy at redhat.com> - 0.1.0-0.2.a1
- Use uppercase boolean values (#520256)


bind-dyndb-ldap-bool_case.patch:
 doc/example.ldif  |    2 +-
 src/ldap_helper.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE bind-dyndb-ldap-bool_case.patch ---
diff -up bind-dyndb-ldap-0.1.0a1/doc/example.ldif.bool_case bind-dyndb-ldap-0.1.0a1/doc/example.ldif
--- bind-dyndb-ldap-0.1.0a1/doc/example.ldif.bool_case	2009-08-31 10:54:25.787684041 +0200
+++ bind-dyndb-ldap-0.1.0a1/doc/example.ldif	2009-08-31 10:54:31.977621770 +0200
@@ -11,7 +11,7 @@ objectClass: idnsZone
 objectClass: idnsRecord
 idnsName: ipatest.com
 idnsUpdatePolicy: grant EXAMPLE.COM krb5-self * A;
-idnsZoneActive: True
+idnsZoneActive: TRUE
 idnsSOAmName: server.example.com
 idnsSOArName: root.server.example.com
 idnsSOAserial: 1
diff -up bind-dyndb-ldap-0.1.0a1/src/ldap_helper.c.bool_case bind-dyndb-ldap-0.1.0a1/src/ldap_helper.c
--- bind-dyndb-ldap-0.1.0a1/src/ldap_helper.c.bool_case	2009-08-31 10:54:43.770621793 +0200
+++ bind-dyndb-ldap-0.1.0a1/src/ldap_helper.c	2009-08-31 10:54:58.471621645 +0200
@@ -494,7 +494,7 @@ refresh_zones_from_ldap(ldap_db_t *ldap_
 
 	CHECK(ldap_query(ldap_inst, str_buf(ldap_db->base), LDAP_SCOPE_SUBTREE,
 			 attrs, 0,
-			 "(&(objectClass=idnsZone)(idnsZoneActive=True))"));
+			 "(&(objectClass=idnsZone)(idnsZoneActive=TRUE))"));
 	CHECK(cache_query_results(ldap_inst));
 
 	for (entry = HEAD(ldap_inst->ldap_entries);


Index: bind-dyndb-ldap.spec
===================================================================
RCS file: /cvs/extras/rpms/bind-dyndb-ldap/F-11/bind-dyndb-ldap.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- bind-dyndb-ldap.spec	19 Jun 2009 15:34:44 -0000	1.2
+++ bind-dyndb-ldap.spec	31 Aug 2009 09:11:33 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           bind-dyndb-ldap
 Version:        0.1.0
-Release:        0.2.a1%{?dist}
+Release:        0.3.a1%{?dist}
 Summary:        LDAP back-end plug-in for BIND
 
 Group:          System Environment/Libraries
@@ -13,6 +13,8 @@ BuildRequires:  bind-devel >= 9.6.1-0.3.
 BuildRequires:  openldap-devel
 Requires:       bind >= 9.6.1-0.3.b1
 
+Patch0:         bind-dyndb-ldap-bool_case.patch
+
 %description
 This package provides an LDAP back-end plug-in for BIND. It features
 support for dynamic updates and internal caching, to lift the load
@@ -22,9 +24,11 @@ off of your LDAP server.
 %prep
 %setup -q -n %{name}-%{version}a1
 
+%patch0 -p1 -b .bool_case
+
 
 %build
-%configure
+%configure --disable-rpath
 make %{?_smp_mflags}
 
 
@@ -48,6 +52,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Aug 31 2009 Martin Nagy <mnagy at redhat.com> - 0.1.0-0.3.a1
+- Use uppercase boolean values (#520256)
+
 * Fri Jun 19 2009 Adam Tkac <atkac redhat com> - 0.1.0-0.2.a1
 - rebuild against new bind-libs
 




More information about the fedora-extras-commits mailing list