Update to 3.3.
Signed-off-by: Petr Spacek <pspacek@redhat.com>
This commit is contained in:
parent
5ad939a12b
commit
e7f7e79db8
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ bind-dyndb-ldap-0.1.0b.tar.bz2
|
|||||||
/bind-dyndb-ldap-3.0.tar.bz2
|
/bind-dyndb-ldap-3.0.tar.bz2
|
||||||
/bind-dyndb-ldap-3.1.tar.bz2
|
/bind-dyndb-ldap-3.1.tar.bz2
|
||||||
/bind-dyndb-ldap-3.2.tar.bz2
|
/bind-dyndb-ldap-3.2.tar.bz2
|
||||||
|
/bind-dyndb-ldap-3.3.tar.bz2
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%define VERSION %{version}
|
%define VERSION %{version}
|
||||||
|
|
||||||
Name: bind-dyndb-ldap
|
Name: bind-dyndb-ldap
|
||||||
Version: 3.2
|
Version: 3.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: LDAP back-end plug-in for BIND
|
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
|
Requires: bind >= 32:9.6.1-0.3.b1
|
||||||
|
|
||||||
Patch01: bind-dyndb-ldap-tbabej-0001-Build-fixes-for-Fedora-19.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides an LDAP back-end plug-in for BIND. It features
|
This package provides an LDAP back-end plug-in for BIND. It features
|
||||||
support for dynamic updates and internal caching, to lift the load
|
support for dynamic updates and internal caching, to lift the load
|
||||||
@ -32,7 +30,6 @@ off of your LDAP server.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{VERSION}
|
%setup -q -n %{name}-%{VERSION}
|
||||||
%patch01 -p1 -b .f19-gcc-const
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"
|
export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"
|
||||||
@ -61,6 +58,10 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 14 2013 Petr Spacek <pspacek redhat com> 3.2-1
|
||||||
- update to 3.2
|
- update to 3.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user