summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2018-11-12 11:13:38 -0500
committerShyamsundar Ranganathan <srangana@redhat.com>2018-11-13 13:55:19 +0000
commit786a2136ac1a6a3d1e7566a923a32ed9af77e1bf (patch)
treeb049ce6855e8c1f65900e78a4c8597e14309995c
parentc20122d6e9ad949a803d6ed78e120f9f7242e26d (diff)
packaging: don't include bd.so rpm in rpm when --without bd
long standing bug in .spec file. I guess nobody has ever built rpms with '--without bd' Change-Id: I71e26c3d06af5d329ae89cc249a4ad88664ddf53 fixes: bz#1648982 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
-rw-r--r--glusterfs.spec.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index a9d306e7cfc..7a441939505 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -1341,7 +1341,9 @@ 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
@@ -1454,6 +1456,9 @@ exit 0
%endif
%changelog
+* Mon Nov 12 2018 Kaleb S. KEITHLEY <kkeithley@redhat.com>
+- disabled bd xlator (#1648982)
+
* Sun Jul 29 2018 Niels de Vos <ndevos@redhat.com>
- Disable building glusterfs-resource-agents on el6 (#1609551)