diff --git a/autofs.spec b/autofs.spec index c713ecc..c787196 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs %define version 5.0.0_beta5 -%define release 1 +%define release 2 Version: %{version} Release: %{release} Epoch: 1 @@ -12,7 +12,7 @@ License: GPL Group: System Environment/Daemons Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.bz2 Buildroot: /var/tmp/autofs-tmp -BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel +BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig Requires: /bin/bash mktemp sed gawk textutils sh-utils grep /bin/ps Obsoletes: autofs-ldap @@ -104,6 +104,10 @@ exit 0 %{_libdir}/autofs/* %changelog +* Wed Jun 21 2006 Ian Kent - 5.0.0_beta5-2 +- Add openssl-devel to the BuildRequires, as it is needed for the LDAP + authentication bitsi also. + * Tue Jun 20 2006 Ian Kent - 5.0.0_beta5-1 - promote to beta5.