From 28ee43ed1a3a7aab04468c676224718eda1f5b22 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Tue, 17 May 2016 13:42:19 +0200 Subject: [PATCH] We always need the rerunsolver label in the example solver --- examples/solv/solv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/solv/solv.c b/examples/solv/solv.c index 0714649d..e12a6869 100644 --- a/examples/solv/solv.c +++ b/examples/solv/solv.c @@ -673,9 +673,7 @@ main(int argc, char **argv) queue_push2(&job, SOLVER_ERASE|SOLVER_CLEANDEPS|SOLVER_SOLVABLE_PROVIDES, pool_rel2id(pool, NAMESPACE_LANGUAGE, 0, REL_NAMESPACE, 1)); #endif -#if defined(ENABLE_RPMDB) && (defined(SUSE) || defined(FEDORA) || defined(MANDRIVA) || defined(MAGEIA)) rerunsolver: -#endif solv = solver_create(pool); solver_set_flag(solv, SOLVER_FLAG_SPLITPROVIDES, 1); #ifdef FEDORA -- 2.47.2