2.4-dev-23

This commit is contained in:
Kaleb S KEITHLEY 2016-07-05 07:48:53 -04:00
parent edb8a2f067
commit b22c558234
2 changed files with 13 additions and 9 deletions

View File

@ -74,16 +74,16 @@ Requires: sles-release >= 12
Name: nfs-ganesha
Version: 2.4.0
%global dev dev21
%global dash_dev_version 2.4-dev-21
Release: 0.8%{?dev:%{dev}}%{?dist}
%global dev dev23
%global dash_dev_version 2.4-dev-23
Release: 0.9%{?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.4dev19-FSAL-FSAL_CEPH-handle.patch
#Patch0: nfs-ganesha-2.4dev19-FSAL-FSAL_CEPH-handle.patch
BuildRequires: cmake
@ -238,27 +238,27 @@ be used with NFS-Ganesha to support GPFS backend
# CEPH
%if %{with ceph}
%package ceph
Summary: The NFS-GANESHA's CEPH FSAL
Summary: The NFS-GANESHA's CephFS FSAL
Group: Applications/System
Requires: nfs-ganesha = %{version}-%{release}
BuildRequires: libcephfs1-devel >= 10.2.0
%description ceph
This package contains a FSAL shared object to
be used with NFS-Ganesha to support CEPH
be used with NFS-Ganesha to support CephFS
%endif
# RGW
%if %{with rgw}
%package rgw
Summary: The NFS-GANESHA's RGW FSAL
Summary: The NFS-GANESHA's Ceph RGW FSAL
Group: Applications/System
Requires: nfs-ganesha = %{version}-%{release}
BuildRequires: librgw2-devel >= 10.2.0
%description rgw
This package contains a FSAL shared object to
be used with NFS-Ganesha to support RGW
be used with NFS-Ganesha to support Ceph RGW
%endif
# XFS
@ -303,7 +303,7 @@ be used with NFS-Ganesha to support Gluster
%prep
%setup -q -n %{name}-%{dash_dev_version}
rm -rf contrib/libzfswrapper
%patch0 -p1
# %%patch0 -p1
%build
cd src && %cmake . -DCMAKE_BUILD_TYPE=Debug \
@ -554,6 +554,9 @@ killall -SIGHUP dbus-daemon 2>&1 > /dev/null
%endif
%changelog
* Tue Jul 5 2016 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.4.0-0.9dev23
- 2.4-dev-23
* Fri Jun 24 2016 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.4.0-0.8dev21
- 2.4-dev-21 w/ FSAL_RGW

View File

@ -1 +1,2 @@
3aac1106799e48e65e4e332c8ad676bb nfs-ganesha-2.4-dev-21.tar.gz
409689331d387e876bb6ad23a7a964a5 nfs-ganesha-2.4-dev-23.tar.gz