2.4-dev-23
This commit is contained in:
parent
edb8a2f067
commit
b22c558234
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user