]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-set-failed-on-reopen.patch
- javaprov improved to find deps recursively from jar (eclipse pkgs)
[packages/rpm.git] / rpm-set-failed-on-reopen.patch
CommitLineData
62238cf9 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.028053 seconds and 4 git commands to generate.