From fe1a51113f8c18278790a4e17b9e9583581baefd Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: May 01 2006 15:12:03 +0000 Subject: fix #183713 - foreground mounts are not retrying as advertised --- diff --git a/util-linux.spec b/util-linux.spec index 6b3a3bc..6d1939d 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -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 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).