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

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: d8ceacdc87
Reported-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Peter Krempa 2022-11-07 11:56:18 +01:00
parent 1dd30e2e22
commit f8ebb58163

View File

@ -19,6 +19,7 @@ schema_files = [
'nwfilterbinding.rng',
'nwfilter_params.rng',
'nwfilter.rng',
'privatedata.rng',
'secret.rng',
'storagecommon.rng',
'storagepoolcaps.rng',