Update to 11.1.
This commit is contained in:
parent
c75ccf8d9a
commit
7562df8f5b
2
.gitignore
vendored
2
.gitignore
vendored
@ -41,3 +41,5 @@ bind-dyndb-ldap-0.1.0b.tar.bz2
|
||||
/bind-dyndb-ldap-10.1.tar.bz2.asc
|
||||
/bind-dyndb-ldap-11.0.tar.bz2
|
||||
/bind-dyndb-ldap-11.0.tar.bz2.asc
|
||||
/bind-dyndb-ldap-11.1.tar.bz2
|
||||
/bind-dyndb-ldap-11.1.tar.bz2.asc
|
||||
|
@ -1,26 +1,24 @@
|
||||
%define VERSION %{version}
|
||||
|
||||
Name: bind-dyndb-ldap
|
||||
Version: 11.0
|
||||
Release: 2%{?dist}
|
||||
Version: 11.1
|
||||
Release: 1%{?dist}
|
||||
Summary: LDAP back-end plug-in for BIND
|
||||
|
||||
Group: System Environment/Libraries
|
||||
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 patch until next upstream rebase
|
||||
Patch0: remove_duplicate_const.patch
|
||||
URL: https://releases.pagure.org/bind-dyndb-ldap
|
||||
Source0: https://releases.pagure.org/%{name}/%{name}-%{VERSION}.tar.bz2
|
||||
Source1: https://releases.pagure.org/%{name}/%{name}-%{VERSION}.tar.bz2.asc
|
||||
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.11.0-6.P2, bind-lite-devel >= 32:9.11.0-6.P2, bind-pkcs11-devel >= 32:9.11.0-6.P2
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: openldap-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: automake, autoconf, libtool
|
||||
|
||||
Requires: bind-pkcs11 >= 32:9.9.6-2, bind-pkcs11-utils >= 32:9.9.6-2
|
||||
Requires: bind-pkcs11 >= 32:9.11.0-6.P2, bind-pkcs11-utils >= 32:9.11.0-6.P2
|
||||
|
||||
|
||||
%description
|
||||
@ -31,7 +29,6 @@ off of your LDAP server.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{VERSION}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
@ -119,6 +116,12 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 10 2017 Tomas Krizek <tkrizek@redhat.com> - 11.1-1
|
||||
- Update to 11.1
|
||||
- Bumped required version of BIND to 9.11.0-6.P2
|
||||
(required since bind-dyndb-ldap 11.0-1 release)
|
||||
- Updated source URL links to pagure
|
||||
|
||||
* Fri Feb 10 2017 Tomas Krizek <tkrizek@redhat.com> - 11.0-2
|
||||
- Patch to fix build warnings (removed duplicate const)
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (bind-dyndb-ldap-11.0.tar.bz2) = 9ee90adcac0256aab07802dac402abef2ca7fe6f469734bd51f30cfdc476ba13244c5fe507e1cfbe34aa9c63fa221b454f57a3489c5e97b23364b1272e1e88eb
|
||||
SHA512 (bind-dyndb-ldap-11.0.tar.bz2.asc) = 572dadf30c9c1e81aaf5c25d623a272f0b32d59a95924a5fbaaa3a3e87533d376ba6b79c33d0546f6bb5c27c2c1a3933b8f1272da0ea37063860db6e35ec0ffc
|
||||
SHA512 (bind-dyndb-ldap-11.1.tar.bz2) = 72e3298bfe6e1880a1d30d30f9a77b55bdee86aed10872f924abc8926bfd8d66bb436182936b1b1efb5080ee0248b2513c3344c8242d4b7fe31168ad61c6d74d
|
||||
SHA512 (bind-dyndb-ldap-11.1.tar.bz2.asc) = 1e9ec5e5c0e0e2908fb428a5ae8ec4cdb64dc4083232e8c8622e0fea10c6f88134b07b6a379099532d14a3c6022f97b87b207dcab15803975864881e025fbf6b
|
||||
|
Loading…
Reference in New Issue
Block a user