]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-verify-ghosts-broken-logic.patch
- finished patch review, some patches require update (mst notableis x32)
[packages/rpm.git] / rpm-verify-ghosts-broken-logic.patch
diff --git a/rpm-verify-ghosts-broken-logic.patch b/rpm-verify-ghosts-broken-logic.patch
deleted file mode 100644 (file)
index a9284c8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- rpm-5.4.10/lib/verify.c.orig       2012-09-22 18:33:59.791810053 +0200
-+++ rpm-5.4.10/lib/verify.c    2012-09-22 18:33:34.921810920 +0200
-@@ -594,7 +594,7 @@
-           continue;
-       /* If not verifying %ghost, skip ghost files. */
--      if (!FF_ISSET(qva->qva_fflags, GHOST) && FF_ISSET(fflags, GHOST))
-+      if (FF_ISSET(qva->qva_fflags, GHOST) && FF_ISSET(fflags, GHOST))
-           continue;
-       /* Gather per-file data into a carrier. */
This page took 0.027975 seconds and 4 git commands to generate.