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:
e85d94d
)
setNoTransact on PoolItem after rpm was successful.
author
Klaus Kaempf
<kkaempf@suse.de>
Wed, 1 Feb 2006 10:38:13 +0000
(10:38 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Wed, 1 Feb 2006 10:38:13 +0000
(10:38 +0000)
zypp/target/TargetImpl.cc
patch
|
blob
|
history
diff --git
a/zypp/target/TargetImpl.cc
b/zypp/target/TargetImpl.cc
index 1c9e171ae473bec53b706d322bb32aef65096443..a942ca4a70e5fc7dbb42389d347516ae9b886314 100644
(file)
--- a/
zypp/target/TargetImpl.cc
+++ b/
zypp/target/TargetImpl.cc
@@
-126,6
+126,7
@@
namespace zypp
{
rpm().removePackage(p);
}
+ it->status().setNoTransact(ResStatus::APPL_HIGH);
}
#warning FIXME other resolvables
}