]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- ignore loop messages for pkgs in whiteout lists on erase too
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 27 Oct 2008 12:51:16 +0000 (12:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-installbeforeerase.patch -> 1.1.2.2

rpm-installbeforeerase.patch

index 0f0d6d6cbdeaa507bee1fec9b53dc58bb8883151..33715cf99cf8dccc3171757a0083438b1ab376b8 100644 (file)
@@ -4,11 +4,17 @@
        - glen: do not skip %clean from spec file
        - robert: install rpmdeps and debugedit to pkglibdir as on HEAD
        - jbj: fix: python ts.hdrFromFdno(fdno) segfault.
-Index: rpm/lib/depends.c
-RCS File: /v/rpm/cvs/rpm/lib/depends.c,v
-rcsdiff -q -kk '-r1.327.2.9' '-r1.327.2.10' -u '/v/rpm/cvs/rpm/lib/depends.c,v' 2>/dev/null
---- ./lib/depends.c    2008/06/06 14:50:46     1.327.2.9
-+++ ./lib/depends.c    2008/10/26 18:29:50     1.327.2.10
+--- rpm-4.5/lib/depends.c~     2008/10/26 18:29:50     1.327.2.10
++++ rpm-4.5/lib/depends.c      2008-10-27 14:42:52.984295775 +0200
+@@ -1936,7 +1936,7 @@
+       return 0;
+     /* Avoid certain dependency relations. */
+-    if (teType == TR_ADDED && ignoreDep(ts, p, q))
++    if (ignoreDep(ts, p, q))
+       return 0;
+     /* Avoid redundant relations. */
 @@ -2191,6 +2191,25 @@
        }
        }
This page took 0.036976 seconds and 4 git commands to generate.