2.4-dev-7

This commit is contained in:
Kaleb S KEITHLEY 2016-02-06 04:25:13 -05:00
parent fc2cc6affa
commit 2bad9cc406
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- nfs-ganesha-2.4-dev-7/src/SAL/9p_owner.c.orig 2016-02-06 04:16:28.354869468 -0500
+++ nfs-ganesha-2.4-dev-7/src/SAL/9p_owner.c 2016-02-06 04:17:01.382869468 -0500
@@ -238,7 +238,7 @@
(uint64_t)paddr->sin_addr.s_addr;
if (isDebug(COMPONENT_HASHTABLE))
- LogFullDebug(COMPONENT_STATE, "rbt = %lu", res);
+ LogFullDebug(COMPONENT_STATE, "rbt = %" PRIu64 , res);
return res;
}

View File

@ -89,6 +89,7 @@ Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki
Source0: https://github.com/%{name}/%{name}/archive/V%{dash_dev_version}/%{name}-%{dash_dev_version}.tar.gz
Patch0: nfs-ganesha-2.4dev7-RPCAL-rpc_tools.patch
Patch1: nfs-ganesha-2.4dev7-FSAL-FSAL_CEPHFS-mds.patch
Patch2: nfs-ganesha-2.4dev7-SAL-9p_owner.patch
BuildRequires: cmake
BuildRequires: bison
@ -333,6 +334,7 @@ be used with NFS-Ganesha to support Gluster
rm -rf contrib/libzfswrapper
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
cd src && %cmake . -DCMAKE_BUILD_TYPE=Debug \