Due to 'virschematest' being broken commit fff2bbee7feb0fdfbf40aac4fe9 forgot to add schema for the new attribute. Fixes: fff2bbee7feb0fdfbf40aac4fe9efd070f72ce9e Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> --- src/conf/schemas/domaincaps.rng | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/conf/schemas/domaincaps.rng b/src/conf/schemas/domaincaps.rng index 142a54d1d7..40bae6e578 100644 --- a/src/conf/schemas/domaincaps.rng +++ b/src/conf/schemas/domaincaps.rng @@ -164,6 +164,11 @@ <ref name="virYesNo"/> </attribute> </optional> + <optional> + <attribute name="canonical"> + <text/> + </attribute> + </optional> <attribute name='vendor'> <text/> </attribute> -- 2.47.0