From: Pavel Hrdina Date: Tue, 15 Jul 2025 10:11:25 +0000 (+0200) Subject: conf: schemas: add sysinfo.rng and sysinfocommon.rng into list of installed schemas X-Git-Tag: v11.6.0-rc1~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=722aad03b0e2c1cef33b0aff8f625d6e00808acf;p=thirdparty%2Flibvirt.git conf: schemas: add sysinfo.rng and sysinfocommon.rng into list of installed schemas Fixes: 918594b419ea3944220fcbab6cf4f1ce7d81e609 Fixes: 6465a813d6aac5f5d8925a0dd3da64ff189796c4 Signed-off-by: Pavel Hrdina Reviewed-by: Michal Privoznik --- diff --git a/src/conf/schemas/meson.build b/src/conf/schemas/meson.build index b293373085..f6c0b96ab8 100644 --- a/src/conf/schemas/meson.build +++ b/src/conf/schemas/meson.build @@ -25,6 +25,8 @@ schema_files = [ 'storagepoolcaps.rng', 'storagepool.rng', 'storagevol.rng', + 'sysinfo.rng', + 'sysinfocommon.rng', ] install_data(schema_files, install_dir: pkgdatadir / 'schemas')