2011-08-31 11:54:38 +00:00
|
|
|
#%define PATCHVER P4
|
2012-01-18 10:05:16 +00:00
|
|
|
%define PREVER a1
|
2011-08-31 11:54:38 +00:00
|
|
|
#%define VERSION %{version}
|
|
|
|
#%define VERSION %{version}-%{PATCHVER}
|
|
|
|
%define VERSION %{version}%{PREVER}
|
|
|
|
|
2009-05-03 07:19:36 +00:00
|
|
|
Name: bind-dyndb-ldap
|
2012-01-18 10:05:16 +00:00
|
|
|
Version: 1.1.0
|
2012-02-02 12:44:13 +00:00
|
|
|
Release: 0.7.%{PREVER}%{?dist}
|
2009-05-03 07:19:36 +00:00
|
|
|
Summary: LDAP back-end plug-in for BIND
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
2009-12-10 22:47:24 +00:00
|
|
|
License: GPLv2+
|
|
|
|
URL: https://fedorahosted.org/bind-dyndb-ldap
|
2011-11-14 13:26:21 +00:00
|
|
|
Source0: https://fedorahosted.org/released/%{name}/%{name}-%{VERSION}.tar.bz2
|
2009-05-03 07:19:36 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2009-12-10 22:47:24 +00:00
|
|
|
BuildRequires: bind-devel >= 32:9.6.1-0.3.b1
|
|
|
|
BuildRequires: krb5-devel
|
2009-05-03 07:19:36 +00:00
|
|
|
BuildRequires: openldap-devel
|
2009-12-10 22:47:24 +00:00
|
|
|
|
|
|
|
Requires: bind >= 32:9.6.1-0.3.b1
|
2009-05-03 07:19:36 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package provides an LDAP back-end plug-in for BIND. It features
|
|
|
|
support for dynamic updates and internal caching, to lift the load
|
|
|
|
off of your LDAP server.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2011-08-31 11:54:38 +00:00
|
|
|
%setup -q -n %{name}-%{VERSION}
|
2009-05-03 07:19:36 +00:00
|
|
|
|
|
|
|
%build
|
2010-10-22 07:18:14 +00:00
|
|
|
export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"
|
2009-05-03 07:19:36 +00:00
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
# Remove unwanted files
|
|
|
|
rm %{buildroot}%{_libdir}/bind/ldap.la
|
|
|
|
rm -r %{buildroot}%{_datadir}/doc/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2011-08-31 11:54:38 +00:00
|
|
|
%doc NEWS README COPYING doc/{example.ldif,schema}
|
2009-05-03 07:19:36 +00:00
|
|
|
%{_libdir}/bind/ldap.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2012-02-02 12:44:13 +00:00
|
|
|
* Thu Feb 02 2012 Adam Tkac <atkac redhat com> - 1.1.0-0.7.a1
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2012-01-18 10:05:16 +00:00
|
|
|
* Wed Jan 18 2012 Adam Tkac <atkac redhat com> - 1.1.0-0.6.a1
|
|
|
|
- update to 1.1.0a1
|
|
|
|
|
2012-01-12 22:30:09 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.5.rc1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-14 13:26:21 +00:00
|
|
|
* Mon Nov 14 2011 Adam Tkac <atkac redhat com> - 1.0.0-0.4.rc1
|
|
|
|
- update to 1.0.0rc1
|
|
|
|
|
2011-11-14 12:20:46 +00:00
|
|
|
* Mon Nov 14 2011 Adam Tkac <atkac redhat com> - 1.0.0-0.3.b1
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2011-09-09 11:00:07 +00:00
|
|
|
* Fri Sep 09 2011 Adam Tkac <atkac redhat com> - 1.0.0-0.2.b1
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2011-08-31 11:54:38 +00:00
|
|
|
* Wed Aug 31 2011 Adam Tkac <atkac redhat com> - 1.0.0-0.1.b1
|
|
|
|
- update to 1.0.0b1 (psearch + bugfixes)
|
|
|
|
- bind-dyndb-ldap-rh727856.patch merged
|
|
|
|
|
2011-08-03 13:14:01 +00:00
|
|
|
* Wed Aug 03 2011 Adam Tkac <atkac redhat com> - 0.2.0-4
|
|
|
|
- fix race condition in semaphore_wait (#727856)
|
|
|
|
|
2011-02-21 16:38:37 +00:00
|
|
|
* Mon Feb 21 2011 Adam Tkac <atkac redhat com> - 0.2.0-3
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2011-02-08 04:53:06 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-12 18:48:13 +00:00
|
|
|
* Wed Jan 12 2011 Adam Tkac <atkac redhat com> - 0.2.0-1
|
|
|
|
- update to 0.2.0
|
|
|
|
- patches merged
|
|
|
|
- 0001-Bugfix-Improve-LDAP-schema-to-be-loadable-by-OpenLDA.patch
|
|
|
|
- 0004-Bugfix-Fix-loading-of-child-zones-from-LDAP.patch
|
|
|
|
|
2010-12-15 17:28:06 +00:00
|
|
|
* Wed Dec 15 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.17.b
|
|
|
|
- fix LDAP schema (#622604)
|
|
|
|
- load child zones from LDAP correctly (#622617)
|
|
|
|
|
2010-10-22 07:18:14 +00:00
|
|
|
* Fri Oct 22 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.16.b
|
|
|
|
- build with correct RPM_OPT_FLAGS (#645529)
|
|
|
|
|
2010-10-20 12:50:14 +00:00
|
|
|
* Wed Oct 20 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.15.b
|
|
|
|
- use "isc-config.sh" utility to get correct BIND9 CFLAGS
|
|
|
|
|
2010-09-30 08:00:18 +00:00
|
|
|
* Thu Sep 30 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.14.b
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2010-08-27 10:23:24 +00:00
|
|
|
* Fri Aug 27 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.13.b
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2010-08-17 09:21:20 +00:00
|
|
|
* Tue Aug 17 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.12.b
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2010-08-03 13:16:10 +00:00
|
|
|
* Tue Aug 03 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.11.b
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2010-05-31 16:55:16 +00:00
|
|
|
* Mon May 31 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.10.b
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2010-03-24 11:17:12 +00:00
|
|
|
* Wed Mar 24 2010 Martin Nagy <mnagy@redhat.com> - 0.1.0-0.9.b
|
|
|
|
- update to the latest upstream release
|
|
|
|
|
2010-01-28 11:31:46 +00:00
|
|
|
* Thu Jan 28 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.8.a1.20091210git
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2009-12-15 12:59:43 +00:00
|
|
|
* Tue Dec 15 2009 Adam Tkac <atkac redhat com> - 0.1.0-0.7.a1.20091210git
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2009-12-10 22:47:24 +00:00
|
|
|
* Thu Dec 10 2009 Martin Nagy <mnagy@redhat.com> - 0.1.0-0.6.a1.20091210git
|
|
|
|
- update to the latest git snapshot
|
|
|
|
- change upstream URL, project moved to fedorahosted
|
|
|
|
- change license to GPL version 2 or later
|
|
|
|
- add epoch to versioned requires
|
|
|
|
- add krb5-devel to the list of build requires
|
|
|
|
|
2009-12-01 14:45:18 +00:00
|
|
|
* Tue Dec 01 2009 Adam Tkac <atkac redhat com> - 0.1.0-0.5.a1
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2009-11-26 09:26:57 +00:00
|
|
|
* Thu Nov 26 2009 Adam Tkac <atkac redhat com> - 0.1.0-0.4.a1
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2009-07-24 18:02:47 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-0.3.a1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-19 08:15:56 +00:00
|
|
|
* Fri Jun 19 2009 Caolán McNamara <caolanm@redhat.com> - 0.1.0-0.2.a1
|
|
|
|
- rebuild for dependencies
|
|
|
|
|
2009-05-03 07:19:36 +00:00
|
|
|
* Sun May 03 2009 Martin Nagy <mnagy@redhat.com> - 0.1.0-0.1.a1
|
|
|
|
- initial packaging
|