From f29e2e640849aee362d847c9994e0a29554dc527 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Wed, 9 Oct 2019 10:26:39 -0400 Subject: packaging: remove leftover bd cruft in rpm .spec $subject Change-Id: Ifd8e3340ae6868ea1fd2d0b53f02b093cc23f2cb Fixes: bz#1193929 Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec.in | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 2fc953b3aec..7ff4294fc2d 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 @@ -1459,6 +1450,9 @@ exit 0 %endif %changelog +* Wed Oct 9 2019 Kaleb S. KEITHLEY +- remove leftover bd xlator cruft + * Fri Aug 23 2019 Shwetha K Acharya - removed {name}-ufs from Obsoletes - added "< version" for obsoletes {name}-gnfs and {name}-rdma -- cgit