relaxng: deduplicate definition of arch=
This commit is contained in:
parent
a11a80531f
commit
27dbb3b62a
16
comps.rng
16
comps.rng
@ -314,15 +314,7 @@
|
||||
<ref name="string"/>
|
||||
</attribute>
|
||||
<optional>
|
||||
<attribute name="arch">
|
||||
<ref name="string"/>
|
||||
<a:documentation>
|
||||
Arch to blacklist this package from. If unspecified, it will be
|
||||
blocked on all arches.
|
||||
<!-- Technically this should be an enum of known arches:
|
||||
i386 x86_64 ppc ppc64 ia64 sparc alpha ... -->
|
||||
</a:documentation>
|
||||
</attribute>
|
||||
<ref name="arch"/>
|
||||
</optional>
|
||||
</element>
|
||||
</zeroOrMore>
|
||||
@ -358,6 +350,12 @@
|
||||
<define name="arch">
|
||||
<attribute name="arch">
|
||||
<ref name="string"/>
|
||||
<a:documentation>
|
||||
Arch to blacklist this package from. If unspecified, it will be
|
||||
blocked on all arches.
|
||||
<!-- Technically this should be an enum of known arches:
|
||||
i386 x86_64 ppc ppc64 ia64 sparc alpha ... -->
|
||||
</a:documentation>
|
||||
</attribute>
|
||||
</define>
|
||||
<define name="variant">
|
||||
|
Loading…
Reference in New Issue
Block a user