[bind-dyndb-ldap] Update to the latest master

Adam Tkac atkac at fedoraproject.org
Fri Sep 21 10:39:27 UTC 2012


commit ae4007b6d9b9ff0e0dcef672fee0190ae4f2543f
Author: Adam Tkac <vonsch at gmail.com>
Date:   Fri Sep 21 12:39:08 2012 +0200

    Update to the latest master
    
    Signed-off-by: Adam Tkac <vonsch at gmail.com>

 .gitignore                      |    1 +
 bind-dyndb-ldap.spec            |   18 +-
 bind-dyndb-ldap110-master.patch | 4014 ---------------------------------------
 sources                         |    2 +-
 4 files changed, 12 insertions(+), 4023 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 063c30f..68aaccc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ bind-dyndb-ldap-0.1.0b.tar.bz2
 /bind-dyndb-ldap-1.1.0b1.tar.bz2
 /bind-dyndb-ldap-1.1.0b2.tar.bz2
 /bind-dyndb-ldap-1.1.0rc1.tar.bz2
+/bind-dyndb-ldap-2.0-20120921git7710d89.tar.bz2
diff --git a/bind-dyndb-ldap.spec b/bind-dyndb-ldap.spec
index 114b92b..61e89f0 100644
--- a/bind-dyndb-ldap.spec
+++ b/bind-dyndb-ldap.spec
@@ -1,12 +1,12 @@
 #%define PATCHVER P4
-%define PREVER rc1
+%define PREVER 20120921git7710d89
 #%define VERSION %{version}
 #%define VERSION %{version}-%{PATCHVER}
-%define VERSION %{version}%{PREVER}
+%define VERSION %{version}-%{PREVER}
 
 Name:           bind-dyndb-ldap
-Version:        1.1.0
-Release:        0.16.%{PREVER}%{?dist}
+Version:        2.0
+Release:        0.1.%{PREVER}%{?dist}
 Summary:        LDAP back-end plug-in for BIND
 
 Group:          System Environment/Libraries
@@ -18,11 +18,10 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  bind-devel >= 32:9.6.1-0.3.b1
 BuildRequires:  krb5-devel
 BuildRequires:  openldap-devel
+BuildRequires:  automake, autoconf, libtool
 
 Requires:       bind >= 32:9.6.1-0.3.b1
 
-Patch0: bind-dyndb-ldap110-master.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
@@ -32,10 +31,9 @@ off of your LDAP server.
 %prep
 %setup -q -n %{name}-%{VERSION}
 
-%patch0 -p1 -b .master
-
 %build
 export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"
+autoreconf -fiv
 %configure
 make %{?_smp_mflags}
 
@@ -60,6 +58,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Sep 21 2012 Adam Tkac <atkac redhat com> 2.0-0.1.20120921git7710d89
+- update to the latest master
+- bind-dyndb-ldap110-master.patch was merged
+
 * Thu Aug 16 2012 Adam Tkac <atkac redhat com> 1.1.0-0.16.rc1
 - update to the latest git
 
diff --git a/sources b/sources
index 7f2aa43..bebfedd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a18effcecebe9b1bf1513f6c7d7712bd  bind-dyndb-ldap-1.1.0rc1.tar.bz2
+c7cf4b0fa7e15671177367532dbc11cb  bind-dyndb-ldap-2.0-20120921git7710d89.tar.bz2


More information about the scm-commits mailing list