[libvirt PATCH 0/4] Misc version updates

Daniel P. Berrangé posted 4 patches 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201113170318.100088-1-berrange@redhat.com
libvirt.spec.in |  8 +++----
meson.build     | 63 ++++++++++++++-----------------------------------
2 files changed, 22 insertions(+), 49 deletions(-)
[libvirt PATCH 0/4] Misc version updates
Posted by Daniel P. Berrangé 3 years, 5 months ago
In both yajl and wireshark we can bump our min version per our platform
support matrix and thus eliminate some historical cruft.

Daniel P. Berrangé (4):
  meson: assume pkg-config support for yajl
  meson: bump min wireshark to 2.6.0
  rpm: remove version checks for wireshark
  rpm: enable wireshark build for RHEL-8 and later

 libvirt.spec.in |  8 +++----
 meson.build     | 63 ++++++++++++++-----------------------------------
 2 files changed, 22 insertions(+), 49 deletions(-)

-- 
2.28.0


Re: [libvirt PATCH 0/4] Misc version updates
Posted by Michal Privoznik 3 years, 5 months ago
On 11/13/20 6:03 PM, Daniel P. Berrangé wrote:
> In both yajl and wireshark we can bump our min version per our platform
> support matrix and thus eliminate some historical cruft.
> 
> Daniel P. Berrangé (4):
>    meson: assume pkg-config support for yajl
>    meson: bump min wireshark to 2.6.0
>    rpm: remove version checks for wireshark
>    rpm: enable wireshark build for RHEL-8 and later
> 
>   libvirt.spec.in |  8 +++----
>   meson.build     | 63 ++++++++++++++-----------------------------------
>   2 files changed, 22 insertions(+), 49 deletions(-)
> 

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

Michal