rpms/nfs-utils/F-11 .cvsignore, 1.25, 1.26 nfs-utils.spec, 1.223, 1.224 sources, 1.26, 1.27 nfs-utils-1-1-6-rc2.patch, 1.1, NONE nfs-utils-1-1-6-rc3.patch, 1.1, NONE nfs-utils-1.1.0-mount-fsc.patch, 1.1, NONE nfs-utils-1.1.5-nfsstat-update.patch, 1.1, NONE nfs-utils-1.1.5-tcpwrap-externs.patch, 1.1, NONE nfs-utils-1.1.5-umount-privport.patch, 1.1, NONE

Steve Dickson steved at fedoraproject.org
Tue Jun 2 17:16:30 UTC 2009


Author: steved

Update of /cvs/pkgs/rpms/nfs-utils/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23595

Modified Files:
	.cvsignore nfs-utils.spec sources 
Removed Files:
	nfs-utils-1-1-6-rc2.patch nfs-utils-1-1-6-rc3.patch 
	nfs-utils-1.1.0-mount-fsc.patch 
	nfs-utils-1.1.5-nfsstat-update.patch 
	nfs-utils-1.1.5-tcpwrap-externs.patch 
	nfs-utils-1.1.5-umount-privport.patch 
Log Message:
Updated to latest upstream relase: 1.2.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/F-11/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- .cvsignore	5 Mar 2009 12:57:00 -0000	1.25
+++ .cvsignore	2 Jun 2009 17:15:59 -0000	1.26
@@ -15,3 +15,4 @@ nfs-utils-1.1.2.tar.bz2
 nfs-utils-1.1.3.tar.bz2
 nfs-utils-1.1.4.tar.bz2
 nfs-utils-1.1.5.tar.bz2
+nfs-utils-1.2.0.tar.bz2


Index: nfs-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/F-11/nfs-utils.spec,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -p -r1.223 -r1.224
--- nfs-utils.spec	19 May 2009 21:39:06 -0000	1.223
+++ nfs-utils.spec	2 Jun 2009 17:15:59 -0000	1.224
@@ -1,17 +1,13 @@
 Summary: NFS utilities and supporting clients and daemons for the kernel NFS server
 Name: nfs-utils
 URL: http://sourceforge.net/projects/nfs
-Version: 1.1.5
-Release: 6%{?dist}
+Version: 1.2.0
+Release: 1%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
 %define all_32bit_archs i386 i686 athlon ppc sparcv9
 
-# Enable the ability to set the 'fsc' mount flag which
-# will allow NFS to use FS-Cache.
-%define enablefscache 0
-
 Source0: http://www.kernel.org/pub/linux/utils/nfs/%{name}-%{version}.tar.bz2
 Source1: ftp://nfs.sourceforge.net/pub/nfs/nfs.doc.tar.gz
 
@@ -26,17 +22,6 @@ Patch00: nfs-utils-1.0.5-statdpath.patch
 Patch01: nfs-utils-1.1.0-smnotify-path.patch
 Patch02: nfs-utils-1.1.0-exp-subtree-warn-off.patch
 
-Patch100: nfs-utils-1.1.5-tcpwrap-externs.patch
-Patch101: nfs-utils-1-1-6-rc2.patch
-Patch102: nfs-utils-1-1-6-rc3.patch
-Patch103: nfs-utils-1.1.5-nfsstat-update.patch
-Patch104: nfs-utils-1.1.5-umount-privport.patch
-Patch105: nfs-utils-changelicensetoBSD.patch
-
-%if %{enablefscache}
-Patch90: nfs-utils-1.1.0-mount-fsc.patch
-%endif
-
 Group: System Environment/Daemons
 Provides: exportfs    = %{epoch}:%{version}-%{release}
 Provides: nfsstat     = %{epoch}:%{version}-%{release}
@@ -86,17 +71,6 @@ This package also contains the mount.nfs
 %patch01 -p1
 %patch02 -p1
 
-%patch100 -p1
-%patch101 -p1
-%patch102 -p1
-%patch103 -p1
-%patch104 -p1
-%patch105 -p1
-
-%if %{enablefscache}
-%patch90 -p1
-%endif
-
 # Remove .orig files
 find . -name "*.orig" | xargs rm -f
 
@@ -255,6 +229,9 @@ fi
 %attr(4755,root,root)   /sbin/umount.nfs4
 
 %changelog
+* Tue Jun  2 2009 Steve Dickson <steved at redhat.com> 1.2.0-1
+- Updated to latest upstream relase: 1.2.0
+
 * Tue May 19 2009 Tom "spot" Callaway <tcallawa at redhat.com> 1.1.5-6
 - Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/F-11/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- sources	5 Mar 2009 12:57:02 -0000	1.26
+++ sources	2 Jun 2009 17:15:59 -0000	1.27
@@ -1,2 +1,2 @@
 ae7db9c61c5ad04f83bb99e5caed73da  nfs.doc.tar.gz
-2848072a5e53840b9bc520fbb6782b57  nfs-utils-1.1.5.tar.bz2
+779cf81044e92cb51ad590960e7b3671  nfs-utils-1.2.0.tar.bz2


--- nfs-utils-1-1-6-rc2.patch DELETED ---


--- nfs-utils-1-1-6-rc3.patch DELETED ---


--- nfs-utils-1.1.0-mount-fsc.patch DELETED ---


--- nfs-utils-1.1.5-nfsstat-update.patch DELETED ---


--- nfs-utils-1.1.5-tcpwrap-externs.patch DELETED ---


--- nfs-utils-1.1.5-umount-privport.patch DELETED ---




More information about the fedora-extras-commits mailing list