Kaydet (Commit) cccd2817 authored tarafından Eray Özkural's avatar Eray Özkural

* fix: remove second redundant build no from info

üst 6a64a0fb
......@@ -59,8 +59,8 @@ class Package(specfile.Package):
def __str__(self):
s = specfile.Package.__str__(self)
s += _('Build: % s, Distribution: %s, Dist. Release: %s\n') % \
(self.build, self.distribution, self.distributionRelease)
s += _('Distribution: %s, Dist. Release: %s\n') % \
(self.distribution, self.distributionRelease)
s += _('Architecture: %s, Installed Size: %s') % \
(self.architecture, self.installedSize)
return s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment