]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
build/ops: rpm: do not create librbd.so.1 symlink in /usr/lib64/qemu 17324/head
authorNathan Cutler <ncutler@suse.com>
Mon, 28 Aug 2017 22:19:24 +0000 (00:19 +0200)
committerNathan Cutler <ncutler@suse.com>
Mon, 4 Sep 2017 13:00:47 +0000 (15:00 +0200)
commitbe4d6b1a74a0612621c3ad2cedebaa1fa40ffbab
treedcc985a7a3d7852280358803048cc068fca52b06
parentaa27ac779144e62a7ff1b6456ebef3e027bc35c7
build/ops: rpm: do not create librbd.so.1 symlink in /usr/lib64/qemu

As reported by Ademar de Souza Reis Jr <areis@redhat.com>:

This symlink should not be necessary anymore. QEMU is properly linked to
ceph/librbd these days (look at the qemu-block-rbd sub-package in Fedora and
the respective package in RHEL).

The symlink was a hack from a time when librbd was distributed and supported by
ceph and the rbd driver would be enabled at runtime only when/if the symlink
was present.

So the right fix is to actually get rid of the symlink altogether and never
touch (much less own) /usr/lib64/qemu.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in