Compare commits

...

1 Commits

Author SHA1 Message Date
Steve Dickson 7fb4868b1e Added the fsc nfs/nfs4 mounting option 2006-04-21 12:43:07 +00:00
1 changed files with 8 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.20
Release: 0.20.fsc
License: distributable
Group: System Environment/Base
@ -181,6 +181,9 @@ Patch227: util-linux-2.13-umount-sysfs.patch
# 182553 - fdisk -l inside xen guest shows no disks
Patch228: util-linux-2.13-fdisk-xvd.patch
# Adds the -o fsc mount option to nfsmount
Patch229: 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.
########### END upstreamable
@ -260,6 +263,7 @@ cp %{SOURCE8} %{SOURCE9} .
%patch226 -p1
%patch227 -p1
%patch228 -p1
%patch229 -p1
%build
unset LINGUAS || :
@ -644,6 +648,9 @@ fi
/sbin/losetup
%changelog
* Fri Apr 21 2006 Steve Dickson <steved@redhat.com> 2.13-0.20.fsc
- Added the fsc nfs/nfs4 mounting option
* Wed Mar 9 2006 Jesse Keating <jkeating@redhat.com> 2.13-0.20
- Better calling of restorecon as suggested by Bill Nottingham
- prereq restorecon to avoid ordering issues