[bind-dyndb-ldap/f14/master] Update to 0.2.0.

Adam Tkac atkac at fedoraproject.org
Wed Jan 12 18:55:10 UTC 2011


commit 2a460b80916f476f49c49501b7ba3180c23835ac
Author: Adam Tkac <atkac at redhat.com>
Date:   Wed Jan 12 19:54:16 2011 +0100

    Update to 0.2.0.
    
    - patches merged
      - 0001-Bugfix-Improve-LDAP-schema-to-be-loadable-by-OpenLDA.patch
      - 0004-Bugfix-Fix-loading-of-child-zones-from-LDAP.patch
    
    Conflicts:
    
    	bind-dyndb-ldap.spec
    
    Signed-off-by: Adam Tkac <atkac at redhat.com>

 .gitignore                                         |    1 +
 ...ove-LDAP-schema-to-be-loadable-by-OpenLDA.patch |  338 --------------------
 ...gfix-Fix-loading-of-child-zones-from-LDAP.patch |   34 --
 bind-dyndb-ldap.spec                               |   20 +-
 sources                                            |    2 +-
 5 files changed, 12 insertions(+), 383 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c696a3..82e89a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 bind-dyndb-ldap-0.1.0b.tar.bz2
+/bind-dyndb-ldap-0.2.0.tar.bz2
diff --git a/bind-dyndb-ldap.spec b/bind-dyndb-ldap.spec
index 09419f8..4dc489f 100644
--- a/bind-dyndb-ldap.spec
+++ b/bind-dyndb-ldap.spec
@@ -1,17 +1,14 @@
 Name:           bind-dyndb-ldap
-Version:        0.1.0
-Release:        0.15.b%{?dist}
+Version:        0.2.0
+Release:        1%{?dist}
 Summary:        LDAP back-end plug-in for BIND
 
 Group:          System Environment/Libraries
 License:        GPLv2+
 URL:            https://fedorahosted.org/bind-dyndb-ldap
-Source0:        https://fedorahosted.org/released/%{name}/%{name}-%{version}b.tar.bz2
+Source0:        https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0:		0001-Bugfix-Improve-LDAP-schema-to-be-loadable-by-OpenLDA.patch
-Patch1:		0004-Bugfix-Fix-loading-of-child-zones-from-LDAP.patch
-
 BuildRequires:  bind-devel >= 32:9.6.1-0.3.b1
 BuildRequires:  krb5-devel
 BuildRequires:  openldap-devel
@@ -25,10 +22,7 @@ off of your LDAP server.
 
 
 %prep
-%setup -q -n %{name}-%{version}b
-
-%patch0 -p1 -b .rh622604
-%patch1 -p1 -b .rh622617
+%setup -q
 
 %build
 %configure
@@ -55,6 +49,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jan 12 2011 Adam Tkac <atkac redhat com> - 0.2.0-1
+- update to 0.2.0
+- patches merged
+  - 0001-Bugfix-Improve-LDAP-schema-to-be-loadable-by-OpenLDA.patch
+  - 0004-Bugfix-Fix-loading-of-child-zones-from-LDAP.patch
+
 * Wed Dec 15 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.15.b
 - fix LDAP schema (#622604)
 - load child zones from LDAP correctly (#622617)
diff --git a/sources b/sources
index 8f4e38f..3242852 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64850228e2d5c3854031f755f4d69bc2  bind-dyndb-ldap-0.1.0b.tar.bz2
+c8e81201819d0d6897f5967a8787f783  bind-dyndb-ldap-0.2.0.tar.bz2


More information about the scm-commits mailing list