2.4-dev-12

This commit is contained in:
Kaleb S KEITHLEY 2016-03-31 09:36:24 -04:00
parent cd40e4bb53
commit b3a4f82167
3 changed files with 20 additions and 4 deletions

View File

@ -0,0 +1,11 @@
--- nfs-ganesha-2.4-dev-12/src/include/nfsv41.h.orig 2016-03-31 09:24:59.815760250 -0400
+++ nfs-ganesha-2.4-dev-12/src/include/nfsv41.h 2016-03-31 09:25:38.566760250 -0400
@@ -3775,7 +3775,7 @@
return false;
/* skip any further elements and lie on bitmap len */
for (i = mapsize; i < objp->bitmap4_len; i++) {
- u_int crud;
+ u_int crud = 0;
if (!inline_xdr_u_int32_t(xdrs, &crud))
return false;

View File

@ -81,15 +81,16 @@
Name: nfs-ganesha
Version: 2.4.0
%global dev dev10
%global dash_dev_version 2.4-dev-10
Release: 0.2%{?dev:%{dev}}%{?dist}
%global dev dev12
%global dash_dev_version 2.4-dev-12
Release: 0.3%{?dev:%{dev}}%{?dist}
Summary: NFS-Ganesha is a NFS Server running in user space
Group: Applications/System
License: LGPLv3+
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.4dev12-include-nfsv41.patch
BuildRequires: cmake
BuildRequires: bison
@ -346,6 +347,7 @@ be used with NFS-Ganesha to support Gluster
%prep
%setup -q -n %{name}-%{dash_dev_version}
rm -rf contrib/libzfswrapper
%patch0 -p1
%build
cd src && %cmake . -DCMAKE_BUILD_TYPE=Debug \
@ -607,6 +609,9 @@ killall -SIGHUP dbus-daemon 2>&1 > /dev/null
%endif
%changelog
* Thu Mar 31 2016 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.4.0-0.3dev12
- 2.4-dev-12
* Mon Feb 29 2016 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.4.0-0.2dev10
- 2.4-dev-10

View File

@ -1 +1 @@
1d3d83281aec10f0f740cbf085286c07 nfs-ganesha-2.4-dev-10.tar.gz
3742ba2cf13aa797783e6b402268d31f nfs-ganesha-2.4-dev-12.tar.gz