From f8ebb58163504e98a3c791dcf8bd08d308b0b4b7 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 7 Nov 2022 11:56:18 +0100 Subject: [PATCH] conf: schemas: Include 'privatedata.rng' in installed schema files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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é --- 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.39.5