Skip to content
Snippets Groups Projects
Commit fa530947 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Ensure that "RPM archives" exists in the package description, regardless of...

Ensure that "RPM archives" exists in the package description, regardless of whether python3-rpm is installed or not.
parent 277efd98
No related branches found
No related tags found
No related merge requests found
Pipeline #292777 failed
......@@ -27,6 +27,8 @@ class AbstractRpmFile(File):
class RpmFile(AbstractRpmFile):
DESCRIPTION = "RPM archives"
def compare(self, other, source=None):
difference = self.compare_bytes(other)
if not difference:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment