]> xenbits.xensource.com Git - libvirt.git/commit
spec: Split libvirt-client
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 25 Jun 2016 06:37:22 +0000 (08:37 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 7 Jul 2016 05:22:15 +0000 (07:22 +0200)
commit70b4f0e719cdb956946c26c291d80ca9d67fb2d7
tree04c6ebc260ae4d5514c6837e355d07fd9aaa17ac
parent660468b1a32d8f669c4718358bff4d7aa5082d0e
spec: Split libvirt-client

Currently, we have libvirt-client library which serves as a
collection point for all the libraries and client binaries we
have. Therefore we have couple of silly dependencies, for
instance libvirt-daemon depends on libvirt-client. Only because
the shared library is in the client package.
To solve this, new package libvirt-libs is introduced where all
the libraries are going to live. The client package is then set
to depend on this new package, just like the rest of packages
that suffer the same problem.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
libvirt.spec.in