]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-verify-ghosts-broken-logic.patch
- staring playing with rpm.org
[packages/rpm.git] / rpm-verify-ghosts-broken-logic.patch
CommitLineData
7f7a3f24
JR
1--- rpm-5.4.10/lib/verify.c.orig 2012-09-22 18:33:59.791810053 +0200
2+++ rpm-5.4.10/lib/verify.c 2012-09-22 18:33:34.921810920 +0200
3@@ -594,7 +594,7 @@
b5280b8b 4 continue;
7f7a3f24
JR
5
6 /* If not verifying %ghost, skip ghost files. */
b5280b8b 7- if (!FF_ISSET(qva->qva_fflags, GHOST) && FF_ISSET(fflags, GHOST))
7f7a3f24
JR
8+ if (FF_ISSET(qva->qva_fflags, GHOST) && FF_ISSET(fflags, GHOST))
9 continue;
10
11 /* Gather per-file data into a carrier. */
This page took 0.025797 seconds and 4 git commands to generate.