From 786a2136ac1a6a3d1e7566a923a32ed9af77e1bf Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Mon, 12 Nov 2018 11:13:38 -0500 Subject: 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 --- glusterfs.spec.in | 5 +++++ 1 file changed, 5 insertions(+) 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 +- disabled bd xlator (#1648982) + * Sun Jul 29 2018 Niels de Vos - Disable building glusterfs-resource-agents on el6 (#1609551) -- cgit