Patched to alfa 11.0 with support for BIND 9.11
This commit is contained in:
parent
9c7d27c579
commit
95dc3d58c4
3215
bind-9.11.patch
Normal file
3215
bind-9.11.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
|
||||
Name: bind-dyndb-ldap
|
||||
Version: 10.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: LDAP back-end plug-in for BIND
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -10,9 +10,11 @@ License: GPLv2+
|
||||
URL: https://fedorahosted.org/bind-dyndb-ldap
|
||||
Source0: https://fedorahosted.org/released/%{name}/%{name}-%{VERSION}.tar.bz2
|
||||
Source1: https://fedorahosted.org/released/%{name}/%{name}-%{VERSION}.tar.bz2.asc
|
||||
# Temporary workaround, until 11.0 is released
|
||||
Patch1: bind-9.11.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: bind-devel >= 32:9.9.0-1, bind-lite-devel >= 32:9.9.0-1
|
||||
BuildRequires: bind-devel >= 32:9.9.0-1, bind-lite-devel >= 32:9.9.0-1, bind-pkcs11-devel >= 32:9.9.0-1
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: openldap-devel
|
||||
BuildRequires: libuuid-devel
|
||||
@ -28,6 +30,7 @@ off of your LDAP server.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{VERSION}
|
||||
%patch1 -p1 -b .bind9-11
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
@ -70,12 +73,18 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc NEWS README COPYING doc/{example,schema}.ldif
|
||||
%doc NEWS README.md COPYING doc/{example,schema}.ldif
|
||||
%dir %attr(770, root, named) %{_localstatedir}/named/dyndb-ldap
|
||||
%{_libdir}/bind/ldap.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 21 2016 Petr Menšík <pemensik@redhat.com> - 10.1-2
|
||||
- Patched to alfa 11.0 with support for BIND 9.11
|
||||
- Configuration format in named.conf is different
|
||||
and incompatible with all previous versions. Please see README.md.
|
||||
- Minimal BIND version is now 9.11.0rc1. Please see NEWS.
|
||||
|
||||
* Wed Aug 17 2016 Petr Spacek <pspacek@redhat.com> - 10.1-1
|
||||
- Update to 10.1.
|
||||
- Fix deletion of DNS root zone not to break global forwarding.
|
||||
|
Loading…
Reference in New Issue
Block a user