projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9af583
)
wrong solution action for -do not install solvable-
author
Stefan Schubert
<schubi@suse.de>
Wed, 9 Jan 2008 14:33:51 +0000
(14:33 +0000)
committer
Stefan Schubert
<schubi@suse.de>
Wed, 9 Jan 2008 14:33:51 +0000
(14:33 +0000)
zypp/sat/SATResolver.cc
patch
|
blob
|
history
diff --git
a/zypp/sat/SATResolver.cc
b/zypp/sat/SATResolver.cc
index 88ea24e60091fdceb04abc45462c789db4c41d60..8baa23e1c62d9380f6fd46877ceea72a2cdf68de 100644
(file)
--- a/
zypp/sat/SATResolver.cc
+++ b/
zypp/sat/SATResolver.cc
@@
-589,7
+589,7
@@
SATResolver::problems ()
MIL << description << endl;
problemSolution->addDescription (description);
} else {
- problemSolution->addSingleAction (poolItem,
KEEP
);
+ problemSolution->addSingleAction (poolItem,
REMOVE
);
string description = str::form (_("do not install %s"), solvable2str(pool, s));
MIL << description << endl;
problemSolution->addDescription (description);