]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blobdiff - wwwbin/clean-dups.py
- use rpm.RPMVSF_NODSAHEADER where we had NOSIGNATURES in rpm4
[projects/pld-ftp-admin.git] / wwwbin / clean-dups.py
index e5c3693dfcd7316561c98b42d79cf00ce8b2e08d..464c2f490988b8d2be5a35f4e5773c5783e3389f 100644 (file)
@@ -32,7 +32,7 @@ ignore = re.compile('^(kernel-.*|\
         openvswitch-.*|\
         xorg-driver-video-nvidia-legacy3-.*)$')
 
-ts = rpm.TransactionSet("", (rpm.RPMVSF_NOHDRCHK or rpm.RPMVSF_NEEDPAYLOAD))
+ts = rpm.TransactionSet("", (rpm.RPMVSF_NOHDRCHK or rpm.RPMVSF_NEEDPAYLOAD or rpm.RPMVSF_NODSAHEADER))
 
 def compare(f1, f2):
        try:
This page took 0.057056 seconds and 4 git commands to generate.