More detailed message for unsigned rpms.

This commit is contained in:
Tomas Kopecek 2015-08-25 08:07:05 -04:00 committed by Daniel Mach
parent ba9df6dc5e
commit 9235844529

View File

@ -243,7 +243,7 @@ class KojiPackageSet(PackageSetBase):
found = True found = True
else: else:
# or raise an exception # or raise an exception
raise RuntimeError("RPM not found for sigs: %s" % self.sigkey_ordering) raise RuntimeError("RPM %s not found for sigs: %s" % (rpm_info, self.sigkey_ordering))
if not found: if not found:
raise RuntimeError("Package not found: %s" % rpm_info) raise RuntimeError("Package not found: %s" % rpm_info)