diff --git a/.gitignore b/.gitignore
index 749ebb5..29ab293 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/glusterfs-7.0.tar.gz
+SOURCES/glusterfs-7.1.tar.gz
diff --git a/.glusterfs.metadata b/.glusterfs.metadata
index 79dbd18..ea42fd5 100644
--- a/.glusterfs.metadata
+++ b/.glusterfs.metadata
@@ -1 +1 @@
-13b7ec46db119181b9ec46a54b1d2cb7cdad73a2  SOURCES/glusterfs-7.0.tar.gz
+6e9c6cb9c71cbdc4e1715fd511f1ada4290609b6  SOURCES/glusterfs-7.1.tar.gz
diff --git a/SPECS/glusterfs.spec b/SPECS/glusterfs.spec
index 379ec3d..fb44e6f 100644
--- a/SPECS/glusterfs.spec
+++ b/SPECS/glusterfs.spec
@@ -18,15 +18,6 @@
 %global _with_asan %{nil}
 %endif
 
-# bd
-# if you wish to compile an rpm without the BD map support...
-# rpmbuild -ta glusterfs-5.0rc0.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 glusterfs-5.0rc0.tar.gz --with cmocka
@@ -224,7 +215,7 @@
 Summary:          Distributed File System
 %if ( 0%{_for_fedora_koji_builds} )
 Name:             glusterfs
-Version:          7.0
+Version:          7.1
 Release:          %{?prereltag:0.}1%{?prereltag:.%{prereltag}}%{?dist}
 %else
 Name:             @PACKAGE_NAME@
@@ -1429,6 +1420,10 @@ exit 0
 %endif
 
 %changelog
+* Tue Dec 24 2019 Niels de Vos <ndevos@redhat.com> - 7.1-1
+- GlusterFS 7.1 GA
+- remove leftover bd xlator cruft
+
 * Wed Oct 16 2019 Niels de Vos <ndevos@redhat.com> - 7.0-1
 - GlusterFS 7.0 GA