[libvirt PATCH 0/3] meson: Fix RPM builds

Andrea Bolognani posted 3 patches 2 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220202122853.190793-1-abologna@redhat.com
libvirt.spec.in             |  1 +
src/ch/meson.build          |  1 +
src/interface/meson.build   |  4 ++++
src/libxl/meson.build       |  8 +++++++-
src/lxc/meson.build         |  4 +++-
src/meson.build             |  2 +-
src/network/meson.build     |  2 ++
src/node_device/meson.build |  4 ++++
src/nwfilter/meson.build    |  6 ++++++
src/qemu/meson.build        | 20 ++++++++++++++++----
src/remote/meson.build      |  2 ++
src/secret/meson.build      |  5 +++++
src/storage/meson.build     |  6 ++++++
13 files changed, 58 insertions(+), 7 deletions(-)
[libvirt PATCH 0/3] meson: Fix RPM builds
Posted by Andrea Bolognani 2 years, 3 months ago
Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/461702102

The Ubuntu failures are due to connection issues and should be
transient; all RPM builds passed.

Andrea Bolognani (3):
  rpm: List one more directory
  meson: Sort virt_install_dirs
  meson: Add missing virt_install_dirs

 libvirt.spec.in             |  1 +
 src/ch/meson.build          |  1 +
 src/interface/meson.build   |  4 ++++
 src/libxl/meson.build       |  8 +++++++-
 src/lxc/meson.build         |  4 +++-
 src/meson.build             |  2 +-
 src/network/meson.build     |  2 ++
 src/node_device/meson.build |  4 ++++
 src/nwfilter/meson.build    |  6 ++++++
 src/qemu/meson.build        | 20 ++++++++++++++++----
 src/remote/meson.build      |  2 ++
 src/secret/meson.build      |  5 +++++
 src/storage/meson.build     |  6 ++++++
 13 files changed, 58 insertions(+), 7 deletions(-)

-- 
2.34.1


Re: [libvirt PATCH 0/3] meson: Fix RPM builds
Posted by Michal Prívozník 2 years, 3 months ago
On 2/2/22 13:28, Andrea Bolognani wrote:
> Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/461702102
> 
> The Ubuntu failures are due to connection issues and should be
> transient; all RPM builds passed.
> 
> Andrea Bolognani (3):
>   rpm: List one more directory
>   meson: Sort virt_install_dirs
>   meson: Add missing virt_install_dirs
> 
>  libvirt.spec.in             |  1 +
>  src/ch/meson.build          |  1 +
>  src/interface/meson.build   |  4 ++++
>  src/libxl/meson.build       |  8 +++++++-
>  src/lxc/meson.build         |  4 +++-
>  src/meson.build             |  2 +-
>  src/network/meson.build     |  2 ++
>  src/node_device/meson.build |  4 ++++
>  src/nwfilter/meson.build    |  6 ++++++
>  src/qemu/meson.build        | 20 ++++++++++++++++----
>  src/remote/meson.build      |  2 ++
>  src/secret/meson.build      |  5 +++++
>  src/storage/meson.build     |  6 ++++++
>  13 files changed, 58 insertions(+), 7 deletions(-)
> 

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

Michal