Updated to latest upstream RC release: nfs-utils-1-2-9-rc5

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2013-09-18 15:36:56 -04:00
parent d87e9cb3d6
commit e074f85a67
6 changed files with 1473 additions and 24 deletions

View File

@ -1,7 +1,7 @@
diff -up nfs-utils-1.2.1/support/nfs/exports.c.orig nfs-utils-1.2.1/support/nfs/exports.c
--- nfs-utils-1.2.1/support/nfs/exports.c.orig 2010-01-15 10:48:49.631894982 -0500
+++ nfs-utils-1.2.1/support/nfs/exports.c 2010-01-15 11:05:02.009874055 -0500
@@ -483,7 +483,7 @@ static void fix_pseudoflavor_flags(struc
diff -up nfs-utils-1.2.8/support/nfs/exports.c.orig nfs-utils-1.2.8/support/nfs/exports.c
--- nfs-utils-1.2.8/support/nfs/exports.c.orig 2013-09-18 15:34:18.655550000 -0400
+++ nfs-utils-1.2.8/support/nfs/exports.c 2013-09-18 15:35:01.173808000 -0400
@@ -505,7 +505,7 @@ void fix_pseudoflavor_flags(struct expor
static int
parseopts(char *cp, struct exportent *ep, int warn, int *had_subtree_opt_ptr)
{

View File

@ -1,7 +1,7 @@
diff -up nfs-utils-1.2.1/utils/statd/sm-notify.man.save nfs-utils-1.2.1/utils/statd/sm-notify.man
--- nfs-utils-1.2.1/utils/statd/sm-notify.man.save 2010-01-15 11:10:25.096874609 -0500
+++ nfs-utils-1.2.1/utils/statd/sm-notify.man 2010-01-15 11:14:12.636873981 -0500
@@ -186,7 +186,7 @@ where NSM state information resides.
diff -up nfs-utils-1.2.8/utils/statd/sm-notify.man.orig nfs-utils-1.2.8/utils/statd/sm-notify.man
--- nfs-utils-1.2.8/utils/statd/sm-notify.man.orig 2013-04-22 12:47:20.000000000 -0400
+++ nfs-utils-1.2.8/utils/statd/sm-notify.man 2013-09-18 15:32:01.511494000 -0400
@@ -184,7 +184,7 @@ where NSM state information resides.
If this option is not specified,
.B sm-notify
uses
@ -10,7 +10,7 @@ diff -up nfs-utils-1.2.1/utils/statd/sm-notify.man.save nfs-utils-1.2.1/utils/st
by default.
.IP
After starting,
@@ -287,13 +287,13 @@ Currently, the
@@ -285,13 +285,13 @@ Currently, the
command supports sending notification only via datagram transport protocols.
.SH FILES
.TP 2.5i
@ -27,10 +27,10 @@ diff -up nfs-utils-1.2.1/utils/statd/sm-notify.man.save nfs-utils-1.2.1/utils/st
NSM state number for this host
.TP 2.5i
.I /proc/sys/fs/nfs/nsm_local_state
diff -up nfs-utils-1.2.1/utils/statd/statd.man.save nfs-utils-1.2.1/utils/statd/statd.man
--- nfs-utils-1.2.1/utils/statd/statd.man.save 2010-01-15 11:10:25.098906325 -0500
+++ nfs-utils-1.2.1/utils/statd/statd.man 2010-01-15 11:11:03.874769717 -0500
@@ -232,7 +232,7 @@ where NSM state information resides.
diff -up nfs-utils-1.2.8/utils/statd/statd.man.orig nfs-utils-1.2.8/utils/statd/statd.man
--- nfs-utils-1.2.8/utils/statd/statd.man.orig 2013-04-22 12:47:20.000000000 -0400
+++ nfs-utils-1.2.8/utils/statd/statd.man 2013-09-18 15:32:01.520491000 -0400
@@ -233,7 +233,7 @@ where NSM state information resides.
If this option is not specified,
.B rpc.statd
uses
@ -39,7 +39,7 @@ diff -up nfs-utils-1.2.1/utils/statd/statd.man.save nfs-utils-1.2.1/utils/statd/
by default.
.IP
After starting,
@@ -368,13 +368,13 @@ As long as at least one network transpor
@@ -357,13 +357,13 @@ As long as at least one network transpor
will operate.
.SH FILES
.TP 2.5i

View File

@ -1,6 +1,6 @@
diff -up nfs-utils-1.2.3/utils/statd/sm-notify.c.orig nfs-utils-1.2.3/utils/statd/sm-notify.c
--- nfs-utils-1.2.3/utils/statd/sm-notify.c.orig 2010-09-28 08:24:16.000000000 -0400
+++ nfs-utils-1.2.3/utils/statd/sm-notify.c 2010-10-15 16:44:43.487119601 -0400
diff -up nfs-utils-1.2.8/utils/statd/sm-notify.c.orig nfs-utils-1.2.8/utils/statd/sm-notify.c
--- nfs-utils-1.2.8/utils/statd/sm-notify.c.orig 2013-04-22 12:47:20.000000000 -0400
+++ nfs-utils-1.2.8/utils/statd/sm-notify.c 2013-09-18 15:36:42.373803000 -0400
@@ -28,6 +28,9 @@
#include <netdb.h>
#include <errno.h>
@ -11,7 +11,7 @@ diff -up nfs-utils-1.2.3/utils/statd/sm-notify.c.orig nfs-utils-1.2.3/utils/stat
#include "sockaddr.h"
#include "xlog.h"
@@ -84,6 +87,7 @@ smn_lookup(const char *name)
@@ -85,6 +88,7 @@ smn_lookup(const char *name)
};
int error;

View File

@ -1,7 +1,7 @@
diff -up nfs-utils-1.2.5/utils/nfsidmap/nfsidmap.c.orig nfs-utils-1.2.5/utils/nfsidmap/nfsidmap.c
--- nfs-utils-1.2.5/utils/nfsidmap/nfsidmap.c.orig 2011-12-13 15:01:26.311660000 -0500
+++ nfs-utils-1.2.5/utils/nfsidmap/nfsidmap.c 2011-12-13 15:32:48.167354000 -0500
@@ -261,7 +261,7 @@ int main(int argc, char **argv)
diff -up nfs-utils-1.2.8/utils/nfsidmap/nfsidmap.c.orig nfs-utils-1.2.8/utils/nfsidmap/nfsidmap.c
--- nfs-utils-1.2.8/utils/nfsidmap/nfsidmap.c.orig 2013-04-22 12:47:20.000000000 -0400
+++ nfs-utils-1.2.8/utils/nfsidmap/nfsidmap.c 2013-09-18 15:38:13.872514000 -0400
@@ -291,7 +291,7 @@ int main(int argc, char **argv)
xlog_stderr(0);
if ((argc - optind) != 2) {

1446
nfs-utils.1.2.9-rc4.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
Name: nfs-utils
URL: http://sourceforge.net/projects/nfs
Version: 1.2.8
Release: 4.1%{?dist}
Release: 5.0%{?dist}
Epoch: 1
# group all 32bit related archs
@ -36,7 +36,7 @@ Source51: nfs-server.preconfig
Source52: nfs-server.postconfig
%define nfs_configs %{SOURCE50} %{SOURCE51} %{SOURCE52}
Patch001: nfs-utils-1-2-9-rc4.patch
Patch001: nfs-utils.1.2.9-rc4.patch
Patch100: nfs-utils-1.2.1-statdpath-man.patch
Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
@ -312,6 +312,9 @@ fi
/sbin/umount.nfs4
%changelog
* Wed Sep 18 2013 Steve Dickson <steved@redhat.com> 1.2.8-5.0
- Updated to latest upstream RC release: nfs-utils-1-2-9-rc5
* Thu Aug 22 2013 Steve Dickson <steved@redhat.com> 1.2.8-4.1
- nfs-utils: fix a number of specfile problems