- Add a BuildPrereq for cyrus-sasl-devel

This commit is contained in:
Jeffrey E. Moyer 2006-06-13 22:00:52 +00:00
parent 15ea0bbe68
commit 9d9e587055

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems. Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs Name: autofs
%define version 5.0.0_beta4 %define version 5.0.0_beta4
%define release 9 %define release 10
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
Epoch: 1 Epoch: 1
@ -29,7 +29,7 @@ Patch14: autofs-5.0.0_beta4-map-update.patch
Patch15: autofs-5.0.0_beta4-program-map-offset-handling.patch Patch15: autofs-5.0.0_beta4-program-map-offset-handling.patch
Patch16: autofs-5.0.0_beta4-module-load-to-init.patch Patch16: autofs-5.0.0_beta4-module-load-to-init.patch
Buildroot: /var/tmp/autofs-tmp Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex, cyrus-sasl-devel
Prereq: chkconfig Prereq: chkconfig
Requires: /bin/bash mktemp sed gawk textutils sh-utils grep /bin/ps Requires: /bin/bash mktemp sed gawk textutils sh-utils grep /bin/ps
Obsoletes: autofs-ldap Obsoletes: autofs-ldap
@ -138,6 +138,9 @@ exit 0
%{_libdir}/autofs/* %{_libdir}/autofs/*
%changelog %changelog
* Tue Jun 13 2006 Jeff Moyer <jmoyer@redhat.com> - 5.0.0_beta4-10
- Add a BuildPrereq for cyrus-sasl-devel
* Tue Jun 13 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-9 * Tue Jun 13 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-9
- move autofs4 module loading back to init script (part bz # 194061). - move autofs4 module loading back to init script (part bz # 194061).