- fix handling of autofs filesystem mount fail on init.
This commit is contained in:
parent
e3a311b434
commit
82a7482a31
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 5.0.0_beta3
|
||||
%define release 4
|
||||
%define release 5
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -21,6 +21,7 @@ Patch7: autofs-5.0.0_beta3-sanity-check-remove.patch
|
||||
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
|
||||
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
|
||||
@ -70,6 +71,7 @@ echo %{version}-%{release} > .version
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
|
||||
%build
|
||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||
@ -125,6 +127,9 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Mon May 29 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta3-5
|
||||
- fix handling of autofs filesystem mount fail on init.
|
||||
|
||||
* Sat May 27 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta3-4
|
||||
- updated hesiod patch.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user