summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwwwbin/clean-dups.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wwwbin/clean-dups.py b/wwwbin/clean-dups.py
index b1b0e33..335a89e 100755
--- a/wwwbin/clean-dups.py
+++ b/wwwbin/clean-dups.py
@@ -46,7 +46,7 @@ ignore = re.compile('^(kernel-.*)$')
#xorg-driver-video-nvidia-legacy-304xx-.*|\
#xtables-addons-.*)$')
-ts = rpm.TransactionSet("", (rpm.RPMVSF_NOHDRCHK or rpm.RPMVSF_NEEDPAYLOAD))
+ts = rpm.TransactionSet("", (rpm.RPMVSF_NOHDRCHK | rpm.RPMVSF_NEEDPAYLOAD | rpm.RPMVSF_MASK_NODIGESTS | rpm.RPMVSF_MASK_NOSIGNATURES))
def compare(f1, f2):
try: