From 3feca71d70654a3916f4d059aaa9c36ca24167ce Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Wed, 30 Jan 2019 11:51:58 +0100 Subject: [PATCH] rpm: package crypto libraries for all archs Since 318a8e3c079c937d4e006a9eb4f47c5349648360 we are now building at least the openssl crypto plugin on all architectures, not just x86_64. This fixes the non-x86_64 builds for master. Fixes: 318a8e3c079c937d4e006a9eb4f47c5349648360 Signed-off-by: Nathan Cutler --- ceph.spec.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 9647878d1db51..23bd57d460ff3 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1180,10 +1180,8 @@ rm -rf %{buildroot} %dir %{_libdir}/ceph/compressor %{_libdir}/ceph/compressor/libceph_*.so* %{_unitdir}/ceph-crash.service -%ifarch x86_64 %dir %{_libdir}/ceph/crypto %{_libdir}/ceph/crypto/libceph_*.so* -%endif %if %{with lttng} %{_libdir}/libos_tp.so* %{_libdir}/libosd_tp.so* -- 2.39.5