[PATCH 0/3] Unify handling of directories used for loadable modules

Andrea Bolognani posted 3 patches 7 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20250121141011.265289-1-abologna@redhat.com
libvirt.spec.in              |  7 ++++---
meson.build                  |  5 +++++
src/locking/meson.build      |  6 ++----
src/meson.build              | 13 +++++++++++--
src/storage/meson.build      |  2 --
src/storage_file/meson.build |  2 --
6 files changed, 22 insertions(+), 13 deletions(-)
[PATCH 0/3] Unify handling of directories used for loadable modules
Posted by Andrea Bolognani 7 months, 2 weeks ago
This solves the same problem as 7a8c2319acf2 but in a different, more
generic fashion.

Andrea Bolognani (3):
  meson: Unify handling of directories used for loadable modules
  rpm: Add missing Requires
  rpm: Unify handling of directories used for loadable modules

 libvirt.spec.in              |  7 ++++---
 meson.build                  |  5 +++++
 src/locking/meson.build      |  6 ++----
 src/meson.build              | 13 +++++++++++--
 src/storage/meson.build      |  2 --
 src/storage_file/meson.build |  2 --
 6 files changed, 22 insertions(+), 13 deletions(-)

-- 
2.48.1
Re: [PATCH 0/3] Unify handling of directories used for loadable modules
Posted by Michal Prívozník 7 months, 2 weeks ago
On 1/21/25 15:10, Andrea Bolognani wrote:
> This solves the same problem as 7a8c2319acf2 but in a different, more
> generic fashion.
> 
> Andrea Bolognani (3):
>   meson: Unify handling of directories used for loadable modules
>   rpm: Add missing Requires
>   rpm: Unify handling of directories used for loadable modules
> 
>  libvirt.spec.in              |  7 ++++---
>  meson.build                  |  5 +++++
>  src/locking/meson.build      |  6 ++----
>  src/meson.build              | 13 +++++++++++--
>  src/storage/meson.build      |  2 --
>  src/storage_file/meson.build |  2 --
>  6 files changed, 22 insertions(+), 13 deletions(-)
> 

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

Michal