Update to 11.0.
This commit is contained in:
parent
95dc3d58c4
commit
7b882ddbba
2
.gitignore
vendored
2
.gitignore
vendored
@ -39,3 +39,5 @@ bind-dyndb-ldap-0.1.0b.tar.bz2
|
|||||||
/bind-dyndb-ldap-10.0.tar.bz2.asc
|
/bind-dyndb-ldap-10.0.tar.bz2.asc
|
||||||
/bind-dyndb-ldap-10.1.tar.bz2
|
/bind-dyndb-ldap-10.1.tar.bz2
|
||||||
/bind-dyndb-ldap-10.1.tar.bz2.asc
|
/bind-dyndb-ldap-10.1.tar.bz2.asc
|
||||||
|
/bind-dyndb-ldap-11.0.tar.bz2
|
||||||
|
/bind-dyndb-ldap-11.0.tar.bz2.asc
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%define VERSION %{version}
|
%define VERSION %{version}
|
||||||
|
|
||||||
Name: bind-dyndb-ldap
|
Name: bind-dyndb-ldap
|
||||||
Version: 10.1
|
Version: 11.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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,8 +10,6 @@ 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, bind-pkcs11-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
|
||||||
@ -30,7 +28,6 @@ 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
|
||||||
@ -79,6 +76,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 15 2016 Tomas Krizek <tkrizek@redhat.com> - 11.0-1
|
||||||
|
- Update to 11.0
|
||||||
|
|
||||||
* Mon Nov 21 2016 Petr Menšík <pemensik@redhat.com> - 10.1-2
|
* Mon Nov 21 2016 Petr Menšík <pemensik@redhat.com> - 10.1-2
|
||||||
- Patched to alfa 11.0 with support for BIND 9.11
|
- Patched to alfa 11.0 with support for BIND 9.11
|
||||||
- Configuration format in named.conf is different
|
- Configuration format in named.conf is different
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
9cb022d1e64a432dbe371e5b67fd1bf6 bind-dyndb-ldap-10.1.tar.bz2
|
SHA512 (bind-dyndb-ldap-11.0.tar.bz2) = 9ee90adcac0256aab07802dac402abef2ca7fe6f469734bd51f30cfdc476ba13244c5fe507e1cfbe34aa9c63fa221b454f57a3489c5e97b23364b1272e1e88eb
|
||||||
332b6d908ed5075972afca3d8d45a1bb bind-dyndb-ldap-10.1.tar.bz2.asc
|
SHA512 (bind-dyndb-ldap-11.0.tar.bz2.asc) = 572dadf30c9c1e81aaf5c25d623a272f0b32d59a95924a5fbaaa3a3e87533d376ba6b79c33d0546f6bb5c27c2c1a3933b8f1272da0ea37063860db6e35ec0ffc
|
||||||
|
Loading…
Reference in New Issue
Block a user