nfs-ganesha 2.4.3 GA, reenable FSAL_CEPH and FSAL_RGW

This commit is contained in:
Kaleb S. KEITHLEY 2017-02-10 16:35:30 -05:00
parent 9d32049077
commit e157f3a27c
1 changed files with 6 additions and 3 deletions

View File

@ -43,10 +43,10 @@ Requires: sles-release >= 12
%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
@ -74,7 +74,7 @@ Requires: sles-release >= 12
Name: nfs-ganesha
Version: 2.4.3
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+
@ -545,6 +545,9 @@ killall -SIGHUP dbus-daemon 2>&1 > /dev/null
%endif
%changelog
* Thu Feb 9 2017 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.4.3-2
- nfs-ganesha 2.4.3 GA, reenable FSAL_CEPH and FSAL_RGW
* Tue Feb 7 2017 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.4.3-1
- nfs-ganesha 2.4.3 GA