bd xlator was removed in glusterfs-6

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2019-10-10 07:56:25 -04:00
parent 121656e62d
commit 3987d5f247

View File

@ -22,15 +22,6 @@
%global _with_asan %{nil}
%endif
# bd
# if you wish to compile an rpm without the BD map support...
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without bd
%{?_without_bd:%global _without_bd --disable-bd-xlator}
%if ( 0%{?fedora} && 0%{?fedora} > 30 ) || ( 0%{?rhel} && 0%{?rhel} > 7 )
%global _without_bd --without-bd
%endif
# cmocka
# if you wish to compile an rpm with cmocka unit testing...
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --with cmocka
@ -1395,7 +1386,7 @@ exit 0
%changelog
* Wed Oct 9 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
- f31+ --without-bd
- bd xlator was removed in glusterfs-6
* Tue Oct 1 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 7.0-0.5rc3
- 7.0 RC3 (note, rc2 was tagged but not released)