diff --git a/autofs.spec b/autofs.spec index 3dd95cf..7719d85 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.1 -%define release 0.rc3.7 +%define release 0.rc3.9 Version: %{version} Release: %{release} Epoch: 1 @@ -14,6 +14,7 @@ Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}-rc3.t Patch1: autofs-5.0.1-rc3-fix-typo-rmdir-temp.patch Patch2: autofs-5.0.1-rc3-remove-rpath-link-option.patch Patch3: autofs-5.0.1-rc3-nsswitch-ignore-winbind.patch +Patch4: autofs-5.0.1-rc3-correct-expire-check.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 Conflicts: kernel < 2.6.17 @@ -59,6 +60,7 @@ echo %{version}-%{release} > .version %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -115,6 +117,10 @@ exit 0 %{_libdir}/autofs/* %changelog +* Wed Jan 17 2007 Ian Kent - 5.0.1-0.rc3.9 +- fix another expire regression introduced in the "mitigate manual umount" + patch (bz 222872). + * Mon Jan 15 2007 Ian Kent - 5.0.1-0.rc3.7 - ignore "winbind" if it appears in "automount" nsswitch.conf (bz 214632).