From: Peter Krempa Date: Mon, 7 Nov 2022 10:56:18 +0000 (+0100) Subject: conf: schemas: Include 'privatedata.rng' in installed schema files X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f8ebb58163504e98a3c791dcf8bd08d308b0b4b7;p=libvirt.git 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: d8ceacdc87907a3c8656f7ee815ed32f06fe5c7f Reported-by: Daniel P. Berrangé Signed-off-by: Peter Krempa Reviewed-by: Daniel P. Berrangé --- 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',