]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-fix-filedigests-verify.patch
gcc6 fix
[packages/rpm.git] / rpm-fix-filedigests-verify.patch
1 --- rpm-5.4.10.orig/build/files.c       2012-10-15 23:29:13.601832730 +0200
2 +++ rpm-5.4.10/build/files.c    2012-10-15 23:29:50.264308164 +0200
3 @@ -393,7 +393,6 @@
4                 if (strcmp(p, vfa->attribute))
5                     /*@innercontinue@*/ continue;
6                 verifyFlags |= vfa->flag;
7 -                   verifyFlags &= ~RPMVERIFY_FDIGEST;
8                 /*@innerbreak@*/ break;
9             }
10             if (vfa->attribute)
This page took 0.022237 seconds and 3 git commands to generate.