From bdb4bbc7aaa76f766c4b5ef028fb99baeb718638 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Fri, 22 Jun 2012 16:00:47 +0200 Subject: - also parse cudf provides ;) --- tools/cudftest.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/cudftest.c') diff --git a/tools/cudftest.c b/tools/cudftest.c index 05dea10..01ce117 100644 --- a/tools/cudftest.c +++ b/tools/cudftest.c @@ -98,6 +98,9 @@ main(int argc, char **argv) solv = solver_create(pool); solver_set_flag(solv, SOLVER_FLAG_ALLOW_UNINSTALL, 1); + /* solver_set_flag(solv, SOLVER_FLAG_IGNORE_RECOMMENDED, 1); */ + + queue_push2(&job, SOLVER_VERIFY, SOLVER_SOLVABLE_ALL); if (solver_solve(solv, &job) != 0) { int problem; -- cgit v1.2.3