From: Sandon Van Ness Date: Wed, 5 Mar 2014 00:15:15 +0000 (-0800) Subject: Make symlink of librbd to qemu's folder so it can detect it. X-Git-Tag: v0.79~181^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1370%2Fhead;p=ceph.git Make symlink of librbd to qemu's folder so it can detect it. Per issue #7293. Signed-off-by: Sandon Van Ness --- diff --git a/ceph.spec.in b/ceph.spec.in index 22ad45926b4..de0c8217cd6 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -583,6 +583,8 @@ fi %post -n librbd1 /sbin/ldconfig +mkdir -p /usr/lib64/qemu/ +ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1 %postun -n librbd1 /sbin/ldconfig