diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 9005959..35ca773 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -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 2.4.3-2 +- nfs-ganesha 2.4.3 GA, reenable FSAL_CEPH and FSAL_RGW + * Tue Feb 7 2017 Kaleb S. KEITHLEY 2.4.3-1 - nfs-ganesha 2.4.3 GA