From 8744f7a3304588a4aa2ae37b09278976941037a0 Mon Sep 17 00:00:00 2001 From: ikent Date: Jan 19 2007 06:26:36 +0000 Subject: - correct check for busy offset mounts before offset umount (bz 222872). --- diff --git a/autofs.spec b/autofs.spec index 7719d85..3b2a826 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.9 +%define release 0.rc3.11 Version: %{version} Release: %{release} Epoch: 1 @@ -15,6 +15,7 @@ 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 +Patch5: autofs-5.0.1-rc3-correct-offset-mount-busy-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 @@ -117,6 +118,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Thu Jan 18 2007 Ian Kent - 5.0.1-0.rc3.11 +- correct check for busy offset mounts before offset umount (bz 222872). + * 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).