]> xenbits.xensource.com Git - libvirt.git/commitdiff
conf: schemas: Include 'privatedata.rng' in installed schema files
authorPeter Krempa <pkrempa@redhat.com>
Mon, 7 Nov 2022 10:56:18 +0000 (11:56 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 7 Nov 2022 11:51:48 +0000 (12:51 +0100)
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@redhat.com>
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/schemas/meson.build

index 9ec4c010d6246ccfc24b706a53263fdb67e79907..b293373085e7b20ab1c87426a2444534c4cb62ee 100644 (file)
@@ -19,6 +19,7 @@ schema_files = [
   'nwfilterbinding.rng',
   'nwfilter_params.rng',
   'nwfilter.rng',
+  'privatedata.rng',
   'secret.rng',
   'storagecommon.rng',
   'storagepoolcaps.rng',