From bbae6ba75c836c76ba6b336a40f7ba0e270983ca Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Mon, 16 Sep 2019 11:38:49 -0400 Subject: [PATCH] disable gnfs by default Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index 9b26e4e..aed0071 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -59,12 +59,7 @@ # gnfs # if you wish to compile an rpm with the legacy gNFS server xlator # rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --with gnfs -%{?_with_gnfs:%global _with_gnfs --enable-gnfs} - -# gnfs subpackages for glusterfs-5, will be obsoleted in glusterfs-6 -%if ( 0%{_for_fedora_koji_builds} ) -%global _with_gnfs --enable-gnfs -%endif +%{?_without_gnfs:%global _with_gnfs --disable-gnfs} # ipv6default # if you wish to compile an rpm with IPv6 default... @@ -1399,7 +1394,10 @@ exit 0 %endif %changelog -* Mon Sep 16 2019 Kaleb S. KEITHLEY - 7.0-0.1rc1 +* Mon Sep 16 2019 Kaleb S. KEITHLEY +- disable gnfs by default + +* Mon Sep 16 2019 Kaleb S. KEITHLEY - 7.0-0.3rc1 - 7.0 RC1 * Wed Aug 28 2019 Kaleb S. KEITHLEY - 7.0-0.2rc0