- fix another expire regression introduced in the "mitigate manual umount"

patch (bz 222872).
This commit is contained in:
ikent 2007-01-17 16:05:41 +00:00
parent 7e50b3fa10
commit c954c86b7c

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.1 %define version 5.0.1
%define release 0.rc3.7 %define release 0.rc3.9
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
Epoch: 1 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 Patch1: autofs-5.0.1-rc3-fix-typo-rmdir-temp.patch
Patch2: autofs-5.0.1-rc3-remove-rpath-link-option.patch Patch2: autofs-5.0.1-rc3-remove-rpath-link-option.patch
Patch3: autofs-5.0.1-rc3-nsswitch-ignore-winbind.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) Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
Conflicts: kernel < 2.6.17 Conflicts: kernel < 2.6.17
@ -59,6 +60,7 @@ echo %{version}-%{release} > .version
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
%patch3 -p1 %patch3 -p1
%patch4 -p1
%build %build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -115,6 +117,10 @@ exit 0
%{_libdir}/autofs/* %{_libdir}/autofs/*
%changelog %changelog
* Wed Jan 17 2007 Ian Kent <ikent@redhat.com> - 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 <ikent@redhat.com> - 5.0.1-0.rc3.7 * Mon Jan 15 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.7
- ignore "winbind" if it appears in "automount" nsswitch.conf (bz 214632). - ignore "winbind" if it appears in "automount" nsswitch.conf (bz 214632).