- Add patch to use LDAP_DEPRICATED compile option. (bz #173833)

This commit is contained in:
ikent 2006-01-25 05:43:21 +00:00
parent d12fa8db30
commit 2de6095f38

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs
%define version 4.1.4
%define release 16
%define release 16.1
Version: %{version}
Release: %{release}
Epoch: 1
@ -33,6 +33,7 @@ Patch19: autofs-4.1.4-configureable-locking.patch
Patch20: autofs-4.1.4-sol10-schema.patch
Patch21: autofs-4.1.4-sockopt-len-type.patch
Patch22: autofs-4.1.4-yp_order-order-type.patch
Patch23: autofs-4.1.4-ldap-depricated.patch
Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
@ -94,6 +95,7 @@ echo %{version}-%{release} > .version
%patch20 -p1
%patch21 -p1
%patch22 -p1
%patch23 -p1
%build
@ -148,6 +150,9 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Mon Jan 25 2006 Ian Kent <ikent@redhat.com> - 1:4.1.4-16.1
- Add patch to use LDAP_DEPRICATED compile option. (bz #173833)
* Mon Jan 17 2006 Ian Kent <ikent@redhat.com> - 1:4.1.4-16
- Replace check-is-multi with more general multi-parse-fix.
- Add fix for premature return when waiting for lock file.