]> git.ipfire.org Git - thirdparty/libvirt.git/commit
spec: Drop BuildRequires on dnsmasq
authorAndrea Bolognani <abologna@redhat.com>
Mon, 17 Jan 2022 16:27:52 +0000 (17:27 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 18 Jan 2022 15:50:15 +0000 (16:50 +0100)
commitcef015e3250fa5b9b2d8a95c24c7109f9db663d3
tree1ae26dbd6b92aba40bb5345efe93b9bd32a767db
parent11627e021de282ebea64b718d90e170e0a30e6a8
spec: Drop BuildRequires on dnsmasq

It's been an optional build time dependency for a long time, so
if Meson couldn't find it the only consequence was that libvirt
would look for it at runtime instead, which is what we are doing
for most of our non-library dependencies anyway.

Since 5c98d1cee0be we've stopped even looking for it at build
time, so there's no point in having it installed in the build
environment.

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