X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;ds=sidebyside;f=wwwbin%2Fclean-dups.py;fp=wwwbin%2Fclean-dups.py;h=335a89e4117e8463bae26057898c4e19b553a98c;hb=14a0e5a0f866dd34ead4b2865de7b320c066ae4c;hp=b1b0e33c8fd75451a29b45ec6e17d241e127f30e;hpb=81d217de2cdce15ff340c293e800d082ce4d86d3;p=projects%2Fpld-ftp-admin.git 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: