diff --git a/autofs.spec b/autofs.spec index fd58244..d0623fc 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.rc2.8 +%define release 0.rc2.9 Version: %{version} Release: %{release} Epoch: 1 @@ -20,6 +20,7 @@ Patch5: autofs-5.0.1-rc2-remove-UNDERSCORETODOT.patch Patch6: autofs-5.0.1-rc2-default-master-uses-hosts.patch Patch7: autofs-5.0.1-rc2-included-map-recursive-key-lookup.patch Patch8: autofs-5.0.1-rc2-master-map-reload-options-update.patch +Patch9: autofs-5.0.1-rc2-mount_nfs-use-fstype.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -68,6 +69,7 @@ echo %{version}-%{release} > .version %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -124,6 +126,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Thu Oct 5 2006 Ian Kent - 5.0.1-0.rc2.9 +- fix "-fstype=nfs4" handling (bz 208757). + * Wed Sep 27 2006 Ian Kent - 5.0.1-0.rc2.8 - review and fix master map options update for map reload.