diff options
| author | Amar Tumballi <amarts@redhat.com> | 2018-08-10 15:57:50 +0530 | 
|---|---|---|
| committer | Amar Tumballi <amarts@redhat.com> | 2018-11-08 07:36:50 +0000 | 
| commit | a907e468e724c32b9833ce59806fc215c7122d63 (patch) | |
| tree | b0004661c83edc02f3778af8a836877cbe8118b5 /glusterfs.spec.in | |
| parent | 8f82c1165871e43de945ba0ed3fdaaf0d68aeef3 (diff) | |
bd: remove from the build
Based on the proposal to remove few features as they are not
actively maintained [1], removed BD (block device) translator
from the build.
[1] - https://lists.gluster.org/pipermail/gluster-users/2018-July/034400.html
Updates: bz#1635688
Change-Id: Ia96db406c58a7aef355dde6bc33523bb2492b1a9
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
| -rw-r--r-- | glusterfs.spec.in | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 1bec9677c92..81fef8e9ac0 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -270,9 +270,6 @@ BuildRequires:    libuuid-devel  %if ( 0%{?_with_cmocka:1} )  BuildRequires:    libcmocka-devel >= 1.0.1  %endif -%if ( 0%{!?_without_bd:1} ) -BuildRequires:    lvm2-devel -%endif  %if ( 0%{!?_without_georeplication:1} )  BuildRequires:    libattr-devel  %endif @@ -688,7 +685,6 @@ done          %{?_with_gnfs} \          %{?_with_tmpfilesdir} \          %{?_with_valgrind} \ -        %{?_without_bd} \          %{?_without_epoll} \          %{?_without_events} \          %{?_without_fusermount} \ @@ -1265,9 +1261,6 @@ exit 0  %dir %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/protocol       %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/protocol/server.so  %dir %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/storage -%if ( 0%{!?_without_bd:1} ) -     %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/storage/bd.so -%endif       %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/storage/posix.so  %dir %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/performance       %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/performance/decompounder.so  | 
