iki tane fix.

- buildhelper'a fonksiyonu ekledik ama çalıştırmasını söylemeyi unutmuşuz bir önceki commit'de
- specfile'da ComarProfiles, Package altına node olarak eklenmeli.
This commit is contained in:
Barış Metin
2005-07-15 12:29:59 +00:00
parent 84ff1a4f11
commit 74e960fee3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ class RemoteSource(object):
self.fetch_actionsfile()
self.fetch_patches()
self.fetch_comarfiles()
self.fetch_additionalFiles()
+1 -1
View File
@@ -266,7 +266,7 @@ class PackageInfo(object):
for conflict in self.conflicts:
xml.addTextNodeUnder(node, "Conflicts/Package", conflict)
for pcomar in self.providesComar:
xml.addTextNodeUnder(node, "Provides/COMAR", pcomar.elt(xml))
xml.addNodeUnder(node, "Provides/COMAR", pcomar.elt(xml))
for rcomar in self.requiresComar:
xml.addTextNodeUnder(node, "Requires/COMAR", rcomar)
return node