From eea4175addff08d010c2f7c6446397561b1cd919 Mon Sep 17 00:00:00 2001 From: Kaleb S KEITHLEY Date: Thu, 18 Feb 2016 11:21:12 -0500 Subject: qemu-block: deprecated/defunct, remove from tree qemu-block xlator is not used by anyone, or so I'm told. It's also substantially out of date. There's little reason to keep it in our sources. (And FedoraProject doesn't like bundled software either.) Change-Id: I1112a5fe5278b7899484eebc2e74fca713346b75 Signed-off-by: Kaleb S KEITHLEY Reviewed-on: http://review.gluster.org/13629 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Jeff Darcy --- glusterfs.spec.in | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 8295b3672cc..7d6686db6c4 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -67,15 +67,6 @@ %global _without_bd --disable-bd-xlator %endif -# if you wish to compile an rpm without the qemu-block support... -# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without qemu-block -%{?_without_qemu_block:%global _without_qemu_block --disable-qemu-block} - -%if ( 0%{?rhel} && 0%{?rhel} < 6 ) -# xlators/features/qemu-block fails to build on RHEL5, disable it -%global _without_qemu_block --disable-qemu-block -%endif - # Disable data-tiering on EL5, sqlite is too old %if ( 0%{?rhel} && 0%{?rhel} < 6 ) %global _without_tiering --disable-tiering @@ -980,9 +971,6 @@ fi %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/cluster/*.so %exclude %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/cluster/pump.so %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/ganesha.so -%if ( 0%{!?_without_qemu_block:1} ) -%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/qemu-block.so -%endif %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/protocol/client.so %files extra-xlators -- cgit