Make symlink of librbd to qemu's folder so it can detect it.

Per issue #7293.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
This commit is contained in:
Sandon Van Ness 2014-03-04 16:15:15 -08:00
parent a7057e1069
commit 65f3354903

View File

@ -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