2.4-dev-19
This commit is contained in:
parent
f2cd5cb1f2
commit
ee3c33d435
11
nfs-ganesha-2.4dev19-FSAL-FSAL_CEPH-handle.patch
Normal file
11
nfs-ganesha-2.4dev19-FSAL-FSAL_CEPH-handle.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- nfs-ganesha-2.4-dev-19/src/FSAL/FSAL_CEPH/handle.c.orig 2016-05-30 08:54:35.653769734 -0400
|
||||
+++ nfs-ganesha-2.4-dev-19/src/FSAL/FSAL_CEPH/handle.c 2016-05-30 08:55:35.314769734 -0400
|
||||
@@ -233,7 +233,7 @@
|
||||
}
|
||||
|
||||
LogFullDebug(COMPONENT_FSAL,
|
||||
- "Created %s inode %lu Inode %p",
|
||||
+ "Created %s inode %" PRIu64 " Inode %p",
|
||||
name, st.st_ino, i);
|
||||
|
||||
construct_handle(&st, i, export, &obj);
|
@ -81,16 +81,16 @@
|
||||
|
||||
Name: nfs-ganesha
|
||||
Version: 2.4.0
|
||||
%global dev dev17
|
||||
%global dash_dev_version 2.4-dev-17
|
||||
Release: 0.5%{?dev:%{dev}}%{?dist}
|
||||
%global dev dev19
|
||||
%global dash_dev_version 2.4-dev-19
|
||||
Release: 0.6%{?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.4dev17-FSAL-fsal_helper.patch
|
||||
Patch0: nfs-ganesha-2.4dev19-FSAL-FSAL_CEPH-handle.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: bison
|
||||
@ -407,7 +407,7 @@ install -m 644 scripts/systemd/nfs-ganesha-config.service %{buildroot}%{_unitdir
|
||||
install -m 644 scripts/systemd/sysconfig/nfs-ganesha %{buildroot}%{_sysconfdir}/sysconfig/ganesha
|
||||
%else
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/init.d
|
||||
install -m 755 scripts/init.d/nfs-ganesha %{buildroot}%{_sysconfdir}/init.d/nfs-ganesha
|
||||
install -m 755 scripts/init.d/nfs-ganesha.el6 %{buildroot}%{_sysconfdir}/init.d/nfs-ganesha
|
||||
install -m 644 scripts/init.d/sysconfig/ganesha %{buildroot}%{_sysconfdir}/sysconfig/ganesha
|
||||
%endif
|
||||
|
||||
@ -614,6 +614,9 @@ killall -SIGHUP dbus-daemon 2>&1 > /dev/null
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon May 30 2016 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.4.0-0.6dev19
|
||||
- 2.4-dev-19
|
||||
|
||||
* Tue May 10 2016 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.4.0-0.5dev17
|
||||
- 2.4-dev-17
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user