disable gnfs by default

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2019-09-16 11:38:49 -04:00
parent 76308eab06
commit bbae6ba75c

View File

@ -59,12 +59,7 @@
# gnfs # gnfs
# if you wish to compile an rpm with the legacy gNFS server xlator # if you wish to compile an rpm with the legacy gNFS server xlator
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --with gnfs # rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --with gnfs
%{?_with_gnfs:%global _with_gnfs --enable-gnfs} %{?_without_gnfs:%global _with_gnfs --disable-gnfs}
# gnfs subpackages for glusterfs-5, will be obsoleted in glusterfs-6
%if ( 0%{_for_fedora_koji_builds} )
%global _with_gnfs --enable-gnfs
%endif
# ipv6default # ipv6default
# if you wish to compile an rpm with IPv6 default... # if you wish to compile an rpm with IPv6 default...
@ -1399,7 +1394,10 @@ exit 0
%endif %endif
%changelog %changelog
* Mon Sep 16 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 7.0-0.1rc1 * Mon Sep 16 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
- disable gnfs by default
* Mon Sep 16 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 7.0-0.3rc1
- 7.0 RC1 - 7.0 RC1
* Wed Aug 28 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 7.0-0.2rc0 * Wed Aug 28 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 7.0-0.2rc0