fix #183713 - foreground mounts are not retrying as advertised
This commit is contained in:
parent
af241b07ef
commit
fe1a51113f
@ -25,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-root
|
||||
Summary: A collection of basic system utilities.
|
||||
Name: util-linux
|
||||
Version: 2.13
|
||||
Release: 0.20
|
||||
Release: 0.21
|
||||
License: distributable
|
||||
Group: System Environment/Base
|
||||
|
||||
@ -185,6 +185,8 @@ Patch228: util-linux-2.13-fdisk-xvd.patch
|
||||
Patch229: util-linux-2.13-nfsmount-mountd-udp.patch
|
||||
# 151549 - Added 'noacl' mount flag
|
||||
Patch230: util-linux-2.13-nfs-noacl.patch
|
||||
# 183713 - foreground nfs mount timeout options to get hard mount semantic
|
||||
Patch231: util-linux-2.13-nfsmount-retry.patch
|
||||
|
||||
|
||||
# When adding patches, please make sure that it is easy to find out what bug # the
|
||||
@ -268,6 +270,7 @@ cp %{SOURCE8} %{SOURCE9} .
|
||||
%patch228 -p1
|
||||
%patch229 -p1
|
||||
%patch230 -p1
|
||||
%patch231 -p1
|
||||
|
||||
%build
|
||||
unset LINGUAS || :
|
||||
@ -653,6 +656,7 @@ fi
|
||||
|
||||
%changelog
|
||||
* Mon May 1 2006 Steve Dickson <steved@redhat.com> 2.13-0.21
|
||||
- fix #183713 - foreground mounts are not retrying as advertised
|
||||
- fix #151549 - Added 'noacl' mount flag
|
||||
- fix #169042 - Changed nfsmount to try udp before using tcp when rpc-ing
|
||||
the remote rpc.mountd (iff -o tcp is not specified).
|
||||
|
Loading…
Reference in New Issue
Block a user