https://bugzilla.redhat.com/show_bug.cgi?id=1572491
Commit id 'd2440f3b5' added printing the <microcode> for the
capabilities, but didn't update the capabilities schema.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
docs/schemas/capability.rng | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/docs/schemas/capability.rng b/docs/schemas/capability.rng
index c532f5dcc7..e1b7858540 100644
--- a/docs/schemas/capability.rng
+++ b/docs/schemas/capability.rng
@@ -102,6 +102,13 @@
<text/>
</element>
</optional>
+ <optional>
+ <element name='microcode'>
+ <attribute name='version'>
+ <ref name='positiveInteger'/>
+ </attribute>
+ </element>
+ </optional>
<element name='topology'>
<attribute name='sockets'>
<ref name='positiveInteger'/>
--
2.14.3