nfs-ganesha 2.6.2 w/ ceph and rgw FSALs
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
14f2b8c96f
commit
5c8952e684
@ -52,10 +52,10 @@ Requires: openSUSE-release
|
||||
%bcond_without xfs
|
||||
%global use_fsal_xfs %{on_off_switch xfs}
|
||||
|
||||
%bcond_with ceph
|
||||
%bcond_without ceph
|
||||
%global use_fsal_ceph %{on_off_switch ceph}
|
||||
|
||||
%bcond_with rgw
|
||||
%bcond_without rgw
|
||||
%global use_fsal_rgw %{on_off_switch rgw}
|
||||
|
||||
%bcond_without gluster
|
||||
@ -100,7 +100,7 @@ Requires: openSUSE-release
|
||||
|
||||
Name: nfs-ganesha
|
||||
Version: 2.6.2
|
||||
Release: 1%{?dev:%{dev}}%{?dist}
|
||||
Release: 2%{?dev:%{dev}}%{?dist}
|
||||
Summary: NFS-Ganesha is a NFS Server running in user space
|
||||
Group: Applications/System
|
||||
License: LGPLv3+
|
||||
@ -307,7 +307,7 @@ be used with NFS-Ganesha to support GPFS backend
|
||||
Summary: The NFS-GANESHA's CephFS FSAL
|
||||
Group: Applications/System
|
||||
Requires: nfs-ganesha = %{version}-%{release}
|
||||
BuildRequires: libcephfs1-devel >= 10.2.7
|
||||
BuildRequires: libcephfs2-devel >= 12.2.0
|
||||
|
||||
%description ceph
|
||||
This package contains a FSAL shared object to
|
||||
@ -320,7 +320,7 @@ be used with NFS-Ganesha to support CephFS
|
||||
Summary: The NFS-GANESHA's Ceph RGW FSAL
|
||||
Group: Applications/System
|
||||
Requires: nfs-ganesha = %{version}-%{release}
|
||||
BuildRequires: librgw2-devel >= 10.2.7
|
||||
BuildRequires: librgw2-devel >= 12.2.0
|
||||
|
||||
%description rgw
|
||||
This package contains a FSAL shared object to
|
||||
@ -729,6 +729,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed May 16 2018 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.6.2-2
|
||||
- nfs-ganesha 2.6.2 w/ ceph and rgw FSALs
|
||||
|
||||
* Thu May 10 2018 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.6.2-1
|
||||
- nfs-ganesha 2.6.2 GA
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user