From: Nathan Cutler Date: Wed, 30 Jan 2019 10:51:58 +0000 (+0100) Subject: rpm: package crypto libraries for all archs X-Git-Tag: v14.1.0~209^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F26202%2Fhead;p=ceph.git 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 --- diff --git a/ceph.spec.in b/ceph.spec.in index 9647878d1db..23bd57d460f 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*