fix #170110 - Documentation for 'rsize' and 'wsize' NFS mount options is

misleading
This commit is contained in:
Steve Dickson 2005-10-07 14:50:44 +00:00
parent a557a45aa1
commit a2f104d878

View File

@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-root
Summary: A collection of basic system utilities. Summary: A collection of basic system utilities.
Name: util-linux Name: util-linux
Version: 2.13 Version: 2.13
Release: 0.3.pre2 Release: 0.3.pre3
License: distributable License: distributable
Group: System Environment/Base Group: System Environment/Base
@ -159,6 +159,8 @@ Patch208: util-linux-2.13-usrsbin.patch
Patch209: util-linux-2.12p-mkswap-man.patch Patch209: util-linux-2.12p-mkswap-man.patch
#165863 - swsusp swaps should be reinitialized #165863 - swsusp swaps should be reinitialized
Patch210: util-linux-2.13-swapon-suspend.patch Patch210: util-linux-2.13-swapon-suspend.patch
#170110 - Documentation for 'rsize' and 'wsize' NFS mount options is misleading
Patch211: util-linux-2.12p-nfs-manupdate.patch
# When adding patches, please make sure that it is easy to find out what bug # the # When adding patches, please make sure that it is easy to find out what bug # the
# patch fixes. # patch fixes.
@ -228,6 +230,7 @@ cp %{SOURCE8} %{SOURCE9} .
%patch208 -p1 %patch208 -p1
%patch209 -p1 %patch209 -p1
%patch210 -p1 -b .swsuspend %patch210 -p1 -b .swsuspend
%patch211 -p1
%build %build
unset LINGUAS || : unset LINGUAS || :
@ -649,6 +652,9 @@ fi
/sbin/losetup /sbin/losetup
%changelog %changelog
* Fri Oct 7 2005 Steve Dickson <steved@redhat.com> 2.13-0.3.pre3
- fix #170110 - Documentation for 'rsize' and 'wsize' NFS mount options
is misleading
* Fri Sep 2 2005 Karel Zak <kzak@redhat.com> 2.13-0.3.pre2 * Fri Sep 2 2005 Karel Zak <kzak@redhat.com> 2.13-0.3.pre2
- fix #166923 - hwclock will not run on a non audit-enabled kernel - fix #166923 - hwclock will not run on a non audit-enabled kernel
- fix #159410 - mkswap(8) claims max swap area size is 2 GB - fix #159410 - mkswap(8) claims max swap area size is 2 GB