- add Conflicts to ensure we get fixed cyrus-sasl-lib for rev 21 change.

This commit is contained in:
Ian Kent 2010-03-17 03:07:27 +00:00
parent 94e87563b3
commit a660cec605

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems
Name: autofs
Version: 5.0.5
Release: 21%{?dist}
Release: 22%{?dist}
Epoch: 1
License: GPLv2+
Group: System Environment/Daemons
@ -35,6 +35,7 @@ Patch22: autofs-5.0.5-fix-reconnect-get-base-dn.patch
Patch23: autofs-5.0.5-add-sasl-mutex-callbacks.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel module-init-tools util-linux nfs-utils e2fsprogs libtirpc-devel
Conflicts: cyrus-sasl-lib < 2.1.23-9
Requires: kernel >= 2.6.17
Requires: bash mktemp sed gawk textutils sh-utils grep module-init-tools /bin/ps
Requires(post): /sbin/chkconfig
@ -149,6 +150,9 @@ fi
%{_libdir}/autofs/
%changelog
* Wed Mar 17 2010 Ian Kent <kpnt@redhat.com> - 1:5.0.5-22
- add Conflicts to ensure we get fixed cyrus-sasl-lib for rev 21 change.
* Tue Feb 23 2010 Ian Kent <kpnt@redhat.com> - 1:5.0.5-21
- add missing sasl mutex callbacks.