diff --git a/autofs.spec b/autofs.spec index d60ed9a..126f03e 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs %define version 4.1.4 -%define release 18 +%define release 20 Version: %{version} Release: %{release} Epoch: 1 @@ -37,6 +37,7 @@ Patch23: autofs-4.1.4-ldap-depricated.patch Patch24: autofs-4.1.4-underscore_to_dot.patch Patch25: autofs-4.1.3-ldap-auto-master.patch Patch26: autofs-4.1.4-auto_net-escape-hash.patch +Patch27: autofs-4.1.4-auto.smb-cifs.patch Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl @@ -102,6 +103,7 @@ echo %{version}-%{release} > .version %patch24 -p1 %patch25 -p1 %patch26 -p1 +%patch27 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -155,6 +157,10 @@ exit 0 %{_libdir}/autofs/* %changelog +* Tue May 2 2006 Ian Kent - 1:4.1.4-20 +- add patch to use "cifs" instead of smbfs and escape speces + in share names (bz #163999, #187732). + * Tue Apr 11 2006 Ian Kent - 1:4.1.4-18 - Add patch to allow customization of arguments to the autofs-ldap-auto-master program (bz #187525).