better name for node
authorSeth Vidal <skvidal@fedoraproject.org>
Mon, 3 Mar 2008 16:35:47 +0000 (11:35 -0500)
committerSeth Vidal <skvidal@fedoraproject.org>
Mon, 3 Mar 2008 16:35:47 +0000 (11:35 -0500)
createrepo/__init__.py

index 7c463460d8a11abdcb5413cf005ef543f40d33d8..4cf53118f2494b5cc943a28592d291b19ada319e 100644 (file)
@@ -683,7 +683,7 @@ class MetaDataGenerator:
             self.addArbitraryMetadata(self.conf.groupfile, 'group', reporoot, compress=False)            
         
         if self.rpmlib_reqs:
-            rpmlib = reporoot.newChild(None, 'rpmlib_requirements', None)
+            rpmlib = reporoot.newChild(None, 'rpm:lib', None)
             for r in self.rpmlib_reqs.keys():
                 req  = rpmlib.newChild(None, 'requires', r)