From b5d9744c39e6ec549fdcc9416ead5519fbe3c5eb Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 5 Nov 2019 07:21:24 -0500 Subject: [PATCH] nfs-ganesha 3.0 RC5, enable fsal_mem (again) Signed-off-by: Kaleb S. KEITHLEY --- nfs-ganesha.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 5e917f1..7237ba7 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -43,7 +43,7 @@ Requires: openSUSE-release %bcond_without nullfs %global use_fsal_null %{on_off_switch nullfs} -%bcond_with mem +%bcond_without mem %global use_fsal_mem %{on_off_switch mem} %bcond_without gpfs @@ -131,7 +131,7 @@ Requires: openSUSE-release Name: nfs-ganesha Version: 3.0 -Release: 0.1%{?dev:%{dev}}%{?dist} +Release: 0.2%{?dev:%{dev}}%{?dist} Summary: NFS-Ganesha is a NFS Server running in user space License: LGPLv3+ Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki @@ -896,6 +896,9 @@ exit 0 %endif %changelog +* Tue Nov 5 2019 Kaleb S. KEITHLEY - 3.0-0.2rc5 +- nfs-ganesha 3.0 RC5, enable fsal_mem (again) + * Sun Nov 3 2019 Kaleb S. KEITHLEY - 3.0-0.1rc5 - nfs-ganesha 3.0 RC5