[libvirt PATCH] conf: schemas: add sysinfocommon.rng into list of installed schemas

Pavel Hrdina via Devel posted 1 patch 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/b4c6e35c0ebdcd4e753f56db72d56c9174d30900.1752574532.git.phrdina@redhat.com
src/conf/schemas/meson.build | 1 +
1 file changed, 1 insertion(+)
[libvirt PATCH] conf: schemas: add sysinfocommon.rng into list of installed schemas
Posted by Pavel Hrdina via Devel 1 month, 3 weeks ago
From: Pavel Hrdina <phrdina@redhat.com>

Fixes: 918594b419ea3944220fcbab6cf4f1ce7d81e609
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
---
 src/conf/schemas/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conf/schemas/meson.build b/src/conf/schemas/meson.build
index b293373085..7ec625b8db 100644
--- a/src/conf/schemas/meson.build
+++ b/src/conf/schemas/meson.build
@@ -25,6 +25,7 @@ schema_files = [
   'storagepoolcaps.rng',
   'storagepool.rng',
   'storagevol.rng',
+  'sysinfocommon.rng',
 ]
 
 install_data(schema_files, install_dir: pkgdatadir / 'schemas')
-- 
2.50.1
Re: [libvirt PATCH] conf: schemas: add sysinfocommon.rng into list of installed schemas
Posted by Michal Prívozník via Devel 1 month, 3 weeks ago
On 7/15/25 12:15, Pavel Hrdina via Devel wrote:
> From: Pavel Hrdina <phrdina@redhat.com>
> 
> Fixes: 918594b419ea3944220fcbab6cf4f1ce7d81e609
> Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
> ---
>  src/conf/schemas/meson.build | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/conf/schemas/meson.build b/src/conf/schemas/meson.build
> index b293373085..7ec625b8db 100644
> --- a/src/conf/schemas/meson.build
> +++ b/src/conf/schemas/meson.build
> @@ -25,6 +25,7 @@ schema_files = [
>    'storagepoolcaps.rng',
>    'storagepool.rng',
>    'storagevol.rng',
> +  'sysinfocommon.rng',
>  ]
>  
>  install_data(schema_files, install_dir: pkgdatadir / 'schemas')

Huh, funny - I was about to send similar patch. But please also do add
'sysinfo.rng' onto the list.

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

Michal
Re: [libvirt PATCH] conf: schemas: add sysinfocommon.rng into list of installed schemas
Posted by Pavel Hrdina via Devel 1 month, 3 weeks ago
On Tue, Jul 15, 2025 at 12:21:11PM +0200, Michal Prívozník wrote:
> On 7/15/25 12:15, Pavel Hrdina via Devel wrote:
> > From: Pavel Hrdina <phrdina@redhat.com>
> > 
> > Fixes: 918594b419ea3944220fcbab6cf4f1ce7d81e609
> > Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
> > ---
> >  src/conf/schemas/meson.build | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/src/conf/schemas/meson.build b/src/conf/schemas/meson.build
> > index b293373085..7ec625b8db 100644
> > --- a/src/conf/schemas/meson.build
> > +++ b/src/conf/schemas/meson.build
> > @@ -25,6 +25,7 @@ schema_files = [
> >    'storagepoolcaps.rng',
> >    'storagepool.rng',
> >    'storagevol.rng',
> > +  'sysinfocommon.rng',
> >  ]
> >  
> >  install_data(schema_files, install_dir: pkgdatadir / 'schemas')
> 
> Huh, funny - I was about to send similar patch. But please also do add
> 'sysinfo.rng' onto the list.

Ah, that was introduced by the following commit, will do, thanks!

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