[libvirt PATCH 0/2] dnsmasq: Some small tweaks

Andrea Bolognani posted 2 patches 2 years, 2 months ago
Failed in applying to current master (apply log)
libvirt.spec.in       |  1 -
src/util/virdnsmasq.c | 14 +++++++-------
2 files changed, 7 insertions(+), 8 deletions(-)
[libvirt PATCH 0/2] dnsmasq: Some small tweaks
Posted by Andrea Bolognani 2 years, 2 months ago
Applies on top of Michal's patches.

https://listman.redhat.com/archives/libvir-list/2022-January/msg00715.html

Andrea Bolognani (2):
  spec: Drop BuildRequires on dnsmasq
  util: Stop storing dnsmasq version

 libvirt.spec.in       |  1 -
 src/util/virdnsmasq.c | 14 +++++++-------
 2 files changed, 7 insertions(+), 8 deletions(-)

-- 
2.34.1


Re: [libvirt PATCH 0/2] dnsmasq: Some small tweaks
Posted by Michal Prívozník 2 years, 2 months ago
On 1/17/22 17:40, Andrea Bolognani wrote:
> Applies on top of Michal's patches.
> 
> https://listman.redhat.com/archives/libvir-list/2022-January/msg00715.html
> 
> Andrea Bolognani (2):
>   spec: Drop BuildRequires on dnsmasq
>   util: Stop storing dnsmasq version
> 
>  libvirt.spec.in       |  1 -
>  src/util/virdnsmasq.c | 14 +++++++-------
>  2 files changed, 7 insertions(+), 8 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal