On 7/15/25 12:15, Pavel Hrdina via Devel wrote: > From: Pavel Hrdina <phrd...@redhat.com> > > Fixes: 918594b419ea3944220fcbab6cf4f1ce7d81e609 > Signed-off-by: Pavel Hrdina <phrd...@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 <mpriv...@redhat.com> Michal