Added the Filsystem Caching (-o fsc) option to the nfs/nfs4 mounts

This commit is contained in:
Steve Dickson 2006-06-08 18:07:23 +00:00
parent d6dc3e6f70
commit ea6a7f5075
1 changed files with 7 additions and 1 deletions

View File

@ -25,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-root
Summary: A collection of basic system utilities.
Name: util-linux
Version: 2.13
Release: 0.24
Release: 0.24.fsc
License: distributable
Group: System Environment/Base
@ -189,6 +189,7 @@ Patch231: util-linux-2.13-nfsmount-retry.patch
# Adds syslog logging to background mounts
Patch232: util-linux-2.13-nfsmount-syslog.patch
Patch400: util-linux-2.13-nfsmount-fsc.patch
# When adding patches, please make sure that it is easy to find out what bug # the
# patch fixes.
@ -274,6 +275,8 @@ cp %{SOURCE8} %{SOURCE9} .
%patch231 -p1
%patch232 -p1
%patch400 -p1
%build
unset LINGUAS || :
@ -658,6 +661,9 @@ fi
/sbin/losetup
%changelog
* Thu Jun 8 2006 Steve Dickson <steved@redhat.com> 2.13-0.24.fsc
- Added the Filsystem Caching (-o fsc) option to the nfs/nfs4 mounts
* Wed May 24 2006 Dan Walsh <dwalsh@RedHat.com> 2.13-0.24
- Remove requirement on restorecon, since we can do the same thing
- with chcon/matchpathcon, and not add requirement on policycoreutils