Update to the latest master
Signed-off-by: Adam Tkac <vonsch@gmail.com>
This commit is contained in:
parent
3a72537007
commit
ae4007b6d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -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.0b1.tar.bz2
|
||||||
/bind-dyndb-ldap-1.1.0b2.tar.bz2
|
/bind-dyndb-ldap-1.1.0b2.tar.bz2
|
||||||
/bind-dyndb-ldap-1.1.0rc1.tar.bz2
|
/bind-dyndb-ldap-1.1.0rc1.tar.bz2
|
||||||
|
/bind-dyndb-ldap-2.0-20120921git7710d89.tar.bz2
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
#%define PATCHVER P4
|
#%define PATCHVER P4
|
||||||
%define PREVER rc1
|
%define PREVER 20120921git7710d89
|
||||||
#%define VERSION %{version}
|
#%define VERSION %{version}
|
||||||
#%define VERSION %{version}-%{PATCHVER}
|
#%define VERSION %{version}-%{PATCHVER}
|
||||||
%define VERSION %{version}%{PREVER}
|
%define VERSION %{version}-%{PREVER}
|
||||||
|
|
||||||
Name: bind-dyndb-ldap
|
Name: bind-dyndb-ldap
|
||||||
Version: 1.1.0
|
Version: 2.0
|
||||||
Release: 0.16.%{PREVER}%{?dist}
|
Release: 0.1.%{PREVER}%{?dist}
|
||||||
Summary: LDAP back-end plug-in for BIND
|
Summary: LDAP back-end plug-in for BIND
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
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: bind-devel >= 32:9.6.1-0.3.b1
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: openldap-devel
|
BuildRequires: openldap-devel
|
||||||
|
BuildRequires: automake, autoconf, libtool
|
||||||
|
|
||||||
Requires: bind >= 32:9.6.1-0.3.b1
|
Requires: bind >= 32:9.6.1-0.3.b1
|
||||||
|
|
||||||
Patch0: bind-dyndb-ldap110-master.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,10 +31,9 @@ off of your LDAP server.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{VERSION}
|
%setup -q -n %{name}-%{VERSION}
|
||||||
|
|
||||||
%patch0 -p1 -b .master
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"
|
export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"
|
||||||
|
autoreconf -fiv
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -60,6 +58,10 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 16 2012 Adam Tkac <atkac redhat com> 1.1.0-0.16.rc1
|
||||||
- update to the latest git
|
- update to the latest git
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user