projects
/
platform
/
upstream
/
libsolv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa45bad
)
bugfix if whatprovides,... does not exist
author
Stefan Schubert
<schubi@suse.de>
Fri, 7 Dec 2007 10:21:50 +0000
(10:21 +0000)
committer
Stefan Schubert
<schubi@suse.de>
Fri, 7 Dec 2007 10:21:50 +0000
(10:21 +0000)
src/solver.c
patch
|
blob
|
history
diff --git
a/src/solver.c
b/src/solver.c
index
93ba617
..
26ee20e
100644
(file)
--- a/
src/solver.c
+++ b/
src/solver.c
@@
-3283,11
+3283,11
@@
solver_solve(Solver *solv, Queue *job)
Solvable *s;
/* create whatprovides if not already there */
- if (pool->whatprovides)
+ if (
!
pool->whatprovides)
pool_createwhatprovides(pool);
/* create obsolete index if needed */
- if (solv->noupdateprovide)
+ if (
!
solv->noupdateprovide)
create_obsolete_index(solv);
/*