From cef015e3250fa5b9b2d8a95c24c7109f9db663d3 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Mon, 17 Jan 2022 17:27:52 +0100 Subject: [PATCH] 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 Reviewed-by: Michal Privoznik --- libvirt.spec.in | 1 - 1 file changed, 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index e52fd9d063..b9f1e30906 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -299,7 +299,6 @@ BuildRequires: sanlock-devel >= 2.4 BuildRequires: libpcap-devel >= 1.5.0 BuildRequires: libnl3-devel BuildRequires: libselinux-devel -BuildRequires: dnsmasq >= 2.41 BuildRequires: iptables BuildRequires: ebtables BuildRequires: module-init-tools -- 2.47.2