]> xenbits.xensource.com Git - libvirt.git/commit
spec: Fix python3-libvirt requirement in client-qemu package
authorJiri Denemark <jdenemar@redhat.com>
Wed, 2 Nov 2022 11:42:26 +0000 (12:42 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 2 Nov 2022 12:47:15 +0000 (13:47 +0100)
commit0e23ef8222685b70b104d35c8276c2c2d7b3403e
treee96142c12f0c033f2fc87a84c3a4e0c0043d476e
parentd4b00a6572637620188175046709d1b96afdb6b3
spec: Fix python3-libvirt requirement in client-qemu package

The %{release} part of the requirement is just wrong as python bindings
are not rebuilt anytime libvirt release is increased, which means the
client-qemu package may require nonexistent release of python bindings.

The %{version} part is not wrong, but it's too strict for no reason as
the virt-qemu-qmp-proxy script will work happily even with ancient
python bindings. And since all distros supported by libvirt.spec already
contain python3-libvirt, we can depend on the first package called this
way.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
libvirt.spec.in