From 6fda97dc583bcca6cfcb19b96f15e80e1df0fb32 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Thu, 6 May 2010 19:08:45 +0200 Subject: [PATCH] - argh, forgot the check prune bitmap in 'required' case --- src/rules.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rules.c b/src/rules.c index 30c6269..783ce6c 100644 --- a/src/rules.c +++ b/src/rules.c @@ -2221,6 +2221,8 @@ static void solver_createcleandepsmap(Solver *solv) { if (p == ip) continue; + if (MAPTST(&userinstalled, p - installed->start)) + continue; #ifdef CLEANDEPSDEBUG printf("%s requires %s\n", solvid2str(pool, ip), solvid2str(pool, p)); #endif -- 2.7.4