]> git.ipfire.org Git - thirdparty/libvirt.git/commit
spec: Move ldconfig calls from -client to -libs
authorAndrea Bolognani <abologna@redhat.com>
Mon, 25 Mar 2019 09:51:05 +0000 (10:51 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 27 Mar 2019 09:59:54 +0000 (10:59 +0100)
commitd2d875fd2f365e06ac6d41fd93cef9374b938243
tree00ddd8cd50675e21ea16af430a6e03a275f17d97
parent5a303994ff30134947769afdc710880837882d6f
spec: Move ldconfig calls from -client to -libs

ldconfig needs to be called after installing or uninstalling
shared libraries.

For a very long time, libvirt didn't have a separate package
containing just the shared libraries, and so it shipped them
in the same one as the clients.

Since commit 70b4f0e719cd, however, shared libraries have been
moved from -client to their own -libs package; unfortunately,
the corresponding ldconfig calls were not moved at the same
time, which is what this commit takes care of.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
libvirt.spec.in