- add patch to ignore the "bg" and "fg" mount options as they aren't

relevant for autofs mounts (bz #184386).
This commit is contained in:
ikent 2006-05-16 09:47:30 +00:00
parent f755321cfb
commit fceac077f4

View File

@ -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 <ikent@redhat.com> - 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 <ikent@redhat.com> - 1:4.1.4-20
- add patch to use "cifs" instead of smbfs and escape speces
in share names (bz #163999, #187732).