Patched to alfa 11.0 with support for BIND 9.11

This commit is contained in:
Petr Menšík 2016-11-21 16:22:28 +01:00
parent 9c7d27c579
commit 95dc3d58c4
2 changed files with 3227 additions and 3 deletions

3215
bind-9.11.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Name: bind-dyndb-ldap Name: bind-dyndb-ldap
Version: 10.1 Version: 10.1
Release: 1%{?dist} Release: 2%{?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
@ -10,9 +10,11 @@ License: GPLv2+
URL: https://fedorahosted.org/bind-dyndb-ldap URL: https://fedorahosted.org/bind-dyndb-ldap
Source0: https://fedorahosted.org/released/%{name}/%{name}-%{VERSION}.tar.bz2 Source0: https://fedorahosted.org/released/%{name}/%{name}-%{VERSION}.tar.bz2
Source1: https://fedorahosted.org/released/%{name}/%{name}-%{VERSION}.tar.bz2.asc 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) 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: krb5-devel
BuildRequires: openldap-devel BuildRequires: openldap-devel
BuildRequires: libuuid-devel BuildRequires: libuuid-devel
@ -28,6 +30,7 @@ off of your LDAP server.
%prep %prep
%setup -q -n %{name}-%{VERSION} %setup -q -n %{name}-%{VERSION}
%patch1 -p1 -b .bind9-11
%build %build
autoreconf -fiv autoreconf -fiv
@ -70,12 +73,18 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %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 %dir %attr(770, root, named) %{_localstatedir}/named/dyndb-ldap
%{_libdir}/bind/ldap.so %{_libdir}/bind/ldap.so
%changelog %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 * Wed Aug 17 2016 Petr Spacek <pspacek@redhat.com> - 10.1-1
- Update to 10.1. - Update to 10.1.
- Fix deletion of DNS root zone not to break global forwarding. - Fix deletion of DNS root zone not to break global forwarding.