summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2019-10-09 10:26:39 -0400
committerhari gowtham <hari.gowtham005@gmail.com>2019-11-13 04:54:05 +0000
commit4b02b98d6a628936643e236d73836749d32332da (patch)
tree118b861e49ec28938a382e9ceec2ff69b013b5d4
parent0557ea6ddcc7281389a2623954c153b1a40b5bfa (diff)
packaging: remove leftover bd cruft in rpm .spec
$subject (xlators/storage/bd was removed in glusterfs-6) Change-Id: Ifd8e3340ae6868ea1fd2d0b53f02b093cc23f2cb Fixes: bz#1760356 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
-rw-r--r--glusterfs.spec.in12
1 files changed, 3 insertions, 9 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 89cd2a4aeb8..2bd5c77e723 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -18,15 +18,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%{?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
@@ -1409,6 +1400,9 @@ exit 0
%endif
%changelog
+* Wed Oct 9 2019 Kaleb S. KEITHLEY <kkeithle@redhat.com>
+- remove leftover bd xlator cruft
+
* Fri Jun 14 2019 Niels de Vos <ndevos@redhat.com>
- always build glusterfs-cli to allow monitoring/managing from clients