Update to 3.3.

Signed-off-by: Petr Spacek <pspacek@redhat.com>
This commit is contained in:
Petr Spacek 2013-06-04 17:20:00 +02:00
parent 5ad939a12b
commit e7f7e79db8
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ bind-dyndb-ldap-0.1.0b.tar.bz2
/bind-dyndb-ldap-3.0.tar.bz2
/bind-dyndb-ldap-3.1.tar.bz2
/bind-dyndb-ldap-3.2.tar.bz2
/bind-dyndb-ldap-3.3.tar.bz2

View File

@ -5,7 +5,7 @@
%define VERSION %{version}
Name: bind-dyndb-ldap
Version: 3.2
Version: 3.3
Release: 1%{?dist}
Summary: LDAP back-end plug-in for BIND
@ -22,8 +22,6 @@ BuildRequires: automake, autoconf, libtool
Requires: bind >= 32:9.6.1-0.3.b1
Patch01: bind-dyndb-ldap-tbabej-0001-Build-fixes-for-Fedora-19.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,7 +30,6 @@ off of your LDAP server.
%prep
%setup -q -n %{name}-%{VERSION}
%patch01 -p1 -b .f19-gcc-const
%build
export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"
@ -61,6 +58,10 @@ rm -rf %{buildroot}
%changelog
* Tue Jun 04 2013 Petr Spacek <pspacek redhat com> 3.3-1
- update to 3.3
- patch bind-dyndb-ldap-tbabej-0001-Build-fixes-for-Fedora-19.patch merged
* Tue May 14 2013 Petr Spacek <pspacek redhat com> 3.2-1
- update to 3.2

View File

@ -1 +1 @@
767e372fd3983d8dc8e7bcca24fca8fc bind-dyndb-ldap-3.2.tar.bz2
61b894d9d0da353b529e64c15003dc7f bind-dyndb-ldap-3.3.tar.bz2