[PATCH] conf: schemas: Include 'privatedata.rng' in installed schema files

Peter Krempa pkrempa at redhat.com
Mon Nov 7 10:59:53 UTC 2022


The privatedata.rng file was accidentally left uninstalled, but it's
referenced by other schema files effectively breaking validation of XMLs
in new installations.

Change to libvirt.spec is not needed as we include all installed schemas
via a wildcard.

Fixes: d8ceacdc87907a3c8656f7ee815ed32f06fe5c7f
Reported-by: "Daniel P. Berrangé" <berrange at redhat.com>
Signed-off-by: Peter Krempa <pkrempa at 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 9ec4c010d6..b293373085 100644
--- a/src/conf/schemas/meson.build
+++ b/src/conf/schemas/meson.build
@@ -19,6 +19,7 @@ schema_files = [
   'nwfilterbinding.rng',
   'nwfilter_params.rng',
   'nwfilter.rng',
+  'privatedata.rng',
   'secret.rng',
   'storagecommon.rng',
   'storagepoolcaps.rng',
-- 
2.37.3



More information about the libvir-list mailing list