nfs-ganesha 2.5.5, w/ ceph and rgw FSALs

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2018-05-16 10:39:49 -04:00
parent d1d36ab693
commit 8e6f6c0fc3

View File

@ -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.5.5
Release: 2%{?dev:%{dev}}%{?dist}
Release: 3%{?dev:%{dev}}%{?dist}
Summary: NFS-Ganesha is a NFS Server running in user space
Group: Applications/System
License: LGPLv3+
@ -124,6 +124,7 @@ Requires: dbus
BuildRequires: libcap-devel
BuildRequires: libblkid-devel
BuildRequires: libuuid-devel
BuildRequires: libwbclient-devel
BuildRequires: gcc-c++
%if %{with system_ntirpc}
BuildRequires: libntirpc-devel >= 1.5.4
@ -304,7 +305,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
@ -317,7 +318,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
@ -728,6 +729,9 @@ exit 0
%endif
%changelog
* Wed May 16 2018 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.5.5-3
- nfs-ganesha 2.5.5, w/ ceph and rgw FSALs
* Tue Mar 6 2018 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.5.5-2
- nfs-ganesha 2.5.5, rebuild with libntirpc-1.5.5