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