]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
conf: schemas: add sysinfo.rng and sysinfocommon.rng into list of installed schemas
authorPavel Hrdina <phrdina@redhat.com>
Tue, 15 Jul 2025 10:11:25 +0000 (12:11 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 15 Jul 2025 10:26:56 +0000 (12:26 +0200)
Fixes: 918594b419ea3944220fcbab6cf4f1ce7d81e609
Fixes: 6465a813d6aac5f5d8925a0dd3da64ff189796c4
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/schemas/meson.build

index b293373085e7b20ab1c87426a2444534c4cb62ee..f6c0b96ab8c796dcad8efe2a316e9e9902b9bc60 100644 (file)
@@ -25,6 +25,8 @@ schema_files = [
   'storagepoolcaps.rng',
   'storagepool.rng',
   'storagevol.rng',
+  'sysinfo.rng',
+  'sysinfocommon.rng',
 ]
 
 install_data(schema_files, install_dir: pkgdatadir / 'schemas')