Package class already have a partOf tag (defined in specfile.Package)

This commit is contained in:
Bahadır Kandemir
2006-07-28 23:35:50 +00:00
parent 8edafdec3e
commit f3ff013cf0
+1 -4
View File
@@ -38,10 +38,7 @@ class Source:
class Package(specfile.Package): class Package(specfile.Package):
__metaclass__ = autoxml.autoxml __metaclass__ = autoxml.autoxml
# if this is working autoxml r0Xx0rz
t_PartOf = [autoxml.String, autoxml.mandatory]
t_Build = [ autoxml.Integer, autoxml.optional] t_Build = [ autoxml.Integer, autoxml.optional]
t_Distribution = [ autoxml.String, autoxml.mandatory] t_Distribution = [ autoxml.String, autoxml.mandatory]
t_DistributionRelease = [ autoxml.String, autoxml.mandatory] t_DistributionRelease = [ autoxml.String, autoxml.mandatory]