projects
/
tools
/
createrepo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b4bd4c
)
fix for namespace for license, vendor, group, buildhost and sourcerpm
author
Seth Vidal
<skvidal@linux.duke.edu>
Mon, 28 Jun 2004 15:24:25 +0000
(15:24 +0000)
committer
Seth Vidal
<skvidal@linux.duke.edu>
Mon, 28 Jun 2004 15:24:25 +0000
(15:24 +0000)
was None, should have been formatns (rpm namespace)
dumpMetadata.py
patch
|
blob
|
history
diff --git
a/dumpMetadata.py
b/dumpMetadata.py
index 66dcbd50995ee1be922ec5775537f301ef2a0987..9ee2bad4afc9a009ffbab6add1e0ec2b9a3880e5 100644
(file)
--- a/
dumpMetadata.py
+++ b/
dumpMetadata.py
@@
-496,7
+496,7
@@
def generateXML(doc, node, rpmObj, sumtype):
value = rpmObj.tagByName(tag)
value = utf8String(value)
value = re.sub("\n$", '', value)
- entry = format.newChild(
None
, tag, None)
+ entry = format.newChild(
formatns
, tag, None)
value = xmlCleanString(doc, value)
entry.addContent(value)