From 97fd4c27a9d25c37022541c215e91b790bc47d2d Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Sep 18 2017 14:10:03 +0000 Subject: PR#579: ignore inodes when running rpmdiff. Merges #579 https://pagure.io/koji/pull-request/579 --- diff --git a/hub/kojihub.py b/hub/kojihub.py index 818fe65..668b6e7 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -8369,7 +8369,7 @@ def rpmdiff(basepath, rpmlist): # embedded dates or other insignificant differences) args = ['/usr/libexec/koji-hub/rpmdiff', '--ignore', 'S', '--ignore', '5', - '--ignore', 'T', + '--ignore', 'T', '--ignore', 'N', os.path.join(basepath, first_rpm), os.path.join(basepath, other_rpm)] proc = subprocess.Popen(args,