[Git][reproducible-builds/diffoscope][master] Ensure that "RPM archives" exists in the package description, regardless of...

Chris Lamb (@lamby) gitlab at salsa.debian.org
Wed Sep 22 13:23:55 UTC 2021



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
fa530947 by Chris Lamb at 2021-09-22T14:23:19+01:00
Ensure that "RPM archives" exists in the package description, regardless of whether python3-rpm is installed or not.

- - - - -


1 changed file:

- diffoscope/comparators/rpm_fallback.py


Changes:

=====================================
diffoscope/comparators/rpm_fallback.py
=====================================
@@ -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:



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/fa530947cdd784f156818102a251dffa1c0d2d13

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/fa530947cdd784f156818102a251dffa1c0d2d13
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20210922/8f072d74/attachment.htm>


More information about the rb-commits mailing list