comps comps.rng,1.8,1.9

Will Woods wwoods at fedoraproject.org
Tue Jul 7 21:01:51 UTC 2009


Author: wwoods

Update of /cvs/pkgs/comps
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18607

Modified Files:
	comps.rng 
Log Message:
Doc change for groupreq and minor whitespace change


Index: comps.rng
===================================================================
RCS file: /cvs/pkgs/comps/comps.rng,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- comps.rng	20 Nov 2008 22:10:10 -0000	1.8
+++ comps.rng	7 Jul 2009 21:01:20 -0000	1.9
@@ -9,7 +9,9 @@
           create grammar for comps.xml.in
           add more documentation for comps elements
 -->
-<grammar xmlns="http://relaxng.org/ns/structure/1.0" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
+<grammar xmlns="http://relaxng.org/ns/structure/1.0" 
+         xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" 
+         datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
   <start>
     <ref name="comps"/>
   </start>
@@ -61,6 +63,11 @@
     </element>
   </define>
   <define name="groupreqlist">
+    <a:documentation>
+      Contains a list of other groups that this group requires.
+      This element has been ignored by yum et. al. since 2005 and should
+      therefore be considered deprecated.
+    </a:documentation>
     <element name="grouplist">
       <oneOrMore>
         <ref name="groupreq"/>
@@ -69,7 +76,6 @@
   </define>
   <define name="groupreq">
     <element name="groupreq">
-      <a:documentation>Other groups that this group requires.</a:documentation>
       <ref name="groupname"/>
     </element>
   </define>




More information about the fedora-extras-commits mailing list