]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-set-failed-on-reopen.patch
- compress debuginfo sections with zlib (reduce /usr/lib/debug size).
[packages/rpm.git] / rpm-set-failed-on-reopen.patch
1 --- rpm-4.4.9/lib/transaction.c~        2009-03-03 20:03:31.000000000 +0200
2 +++ rpm-4.4.9/lib/transaction.c 2009-03-03 20:15:17.337085230 +0200
3 @@ -1775,6 +1775,9 @@
4                         /*@innerbreak@*/ break;
5                     }
6                     if (rpmteFd(p) != NULL) gotfd = 1;
7 +               } else {
8 +                   ourrc++;
9 +                   xx = markLinkedFailed(ts, p);
10                 }
11             }
12             /*@=type@*/
This page took 0.020643 seconds and 3 git commands to generate.