- add back test for nested mount in program map lookup.
- I must have commented this out for a reason. I guess we'll find out soon enough.
This commit is contained in:
parent
82a7482a31
commit
65da2bf2c6
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 5.0.0_beta3
|
||||
%define release 5
|
||||
%define release 6
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -22,6 +22,7 @@ Patch8: autofs-5.0.0_beta3-e2fsck-error-check.patch
|
||||
Patch9: autofs-5.0.0_beta3-fix-map-perms.patch
|
||||
Patch10: autofs-5.0.0_beta3-hesiod-update.patch
|
||||
Patch11: autofs-5.0.0_beta3-autofs-mount-fail.patch
|
||||
Patch12: autofs-5.0.0_beta3-lookup_program-add-check.patch
|
||||
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
|
||||
@ -72,6 +73,7 @@ echo %{version}-%{release} > .version
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
|
||||
%build
|
||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||
@ -127,6 +129,11 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Mon May 29 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta3-6
|
||||
- add back test for nested mount in program map lookup.
|
||||
- I must have commented this out for a reason. I guess we'll
|
||||
find out soon enough.
|
||||
|
||||
* Mon May 29 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta3-5
|
||||
- fix handling of autofs filesystem mount fail on init.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user