13 lines
358 B
Diff
13 lines
358 B
Diff
|
--- backends/zypp/pk-backend-zypp.cpp
|
||
|
+++ backends/zypp/pk-backend-zypp.cpp
|
||
|
@@ -218,9 +218,6 @@
|
||
|
}else if (it->status ().isToBeUninstalledDueToUpgrade ()) {
|
||
|
status = PK_INFO_ENUM_UPDATING;
|
||
|
hit = TRUE;
|
||
|
- }else if (it->status ().isToBeUninstalledDueToObsolete ()) {
|
||
|
- status = PK_INFO_ENUM_OBSOLETING;
|
||
|
- hit = TRUE;
|
||
|
}
|
||
|
|
||
|
if (hit) {
|