]> xenbits.xensource.com Git - libvirt.git/commit
spec: Modularize the storage driver
authorPeter Krempa <pkrempa@redhat.com>
Wed, 8 Feb 2017 08:20:21 +0000 (09:20 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 22 Feb 2017 08:31:33 +0000 (09:31 +0100)
commit27c8e36d60c7f2d7abf105207546f87e15256c45
tree750aadafe95da715da15c02c66560ee83808f166
parent93a3f516ee5453f9fbea63a2e9d1495fc369d226
spec: Modularize the storage driver

Create a new set of sub-packages containing the new storage driver
modules so that certain heavy-weight backends (gluster, rbd) can be
installed separately only if required.

To keep backward compatibility the 'libvirt-driver-storage' package
will be turned into a virtual package pulling in all the new storage
backend sub-packages. The storage driver module will be moved into
libvirt-driver-storage-core including the filesystem backend which is
mandatory.

This then allows to make libvirt-daemon-driver-qemu depend only on the
core of the storage driver.

All other meta-packages still depend on the full storage driver and thus
pull in all the backends.
libvirt.spec.in