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:
2334017
)
revert
author
Klaus Kaempf
<kkaempf@suse.de>
Tue, 7 Feb 2006 17:05:52 +0000
(17:05 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Tue, 7 Feb 2006 17:05:52 +0000
(17:05 +0000)
zypp/solver/detail/Resolver.cc
patch
|
blob
|
history
diff --git
a/zypp/solver/detail/Resolver.cc
b/zypp/solver/detail/Resolver.cc
index 92270196cbb1e55c2ee8b734bace300c303ed14d..30c754878b8339be10a38edb58810ef8ed9719c8 100644
(file)
--- a/
zypp/solver/detail/Resolver.cc
+++ b/
zypp/solver/detail/Resolver.cc
@@
-607,6
+607,7
@@
struct CollectTransact : public resfilter::PoolItemFilterFunctor
{
ResStatus status = item.status();
DBG << "CollectTransact(" << item << ")" << endl;
+ item.status().setNoTransact(ResStatus::APPL_LOW);// clear any solver/establish transactions
if (status.isToBeInstalled()) {
resolver.addPoolItemToInstall(item); // -> install!