From fceac077f49e9de080a3da9d9b623c5a14bf82c4 Mon Sep 17 00:00:00 2001 From: ikent Date: May 16 2006 09:47:30 +0000 Subject: - add patch to ignore the "bg" and "fg" mount options as they aren't relevant for autofs mounts (bz #184386). --- diff --git a/autofs.spec b/autofs.spec index 126f03e..cc8be11 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 20 +%define release 23 Version: %{version} Release: %{release} Epoch: 1 @@ -38,9 +38,10 @@ 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 +Patch28: autofs-4.1.4-discard-bg-fg-options.patch Buildroot: /var/tmp/autofs-tmp -BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl +BuildPrereq: autoconf, hesiod-devel, openldap-devel Prereq: chkconfig Requires: /bin/bash mktemp sed gawk textutils sh-utils grep /bin/ps Obsoletes: autofs-ldap @@ -104,6 +105,7 @@ echo %{version}-%{release} > .version %patch25 -p1 %patch26 -p1 %patch27 -p1 +%patch28 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -157,6 +159,10 @@ exit 0 %{_libdir}/autofs/* %changelog +* Tue May 16 2006 Ian Kent - 1:4.1.4-23 +- add patch to ignore the "bg" and "fg" mount options as they + aren't relevant for autofs mounts (bz #184386). + * 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).