2 ===================================================================
3 RCS file: /v/rpm/cvs/rpm/lib/depends.c,v
4 retrieving revision 1.404
5 retrieving revision 1.405
6 diff -w -u -r1.404 -r1.405
7 --- lib/depends.c 3 Jul 2008 15:08:05 -0000 1.404
8 +++ lib/depends.c 17 Jul 2008 13:57:42 -0000 1.405
10 int terminate = 2; /* XXX terminate if rc >= terminate */
16 requires = rpmdsInit(requires);
22 + dirname_deps = rpmExpandNumeric("%{?_check_dirname_deps}%{?!_check_dirname_deps:1}");
24 dirnames = rpmdsInit(dirnames);
26 while (ourrc < terminate && rpmdsNext(dirnames) >= 0) {
27 @@ -1577,7 +1581,10 @@
28 /*@switchbreak@*/ break;
33 + symlink_deps = rpmExpandNumeric("%{?_check_symlink_deps}%{?!_check_symlink_deps:1}");
35 linktos = rpmdsInit(linktos);
37 while (ourrc < terminate && rpmdsNext(linktos) >= 0) {
39 dscolor = rpmdsColor(linktos);
40 if (tscolor && dscolor && !(tscolor & dscolor))
44 rc = unsatisfiedDepend(ts, linktos, adding);