Bugzilla – Attachment 219221 Details for
Bug 385990
confusing output for zypper up
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
the patch
patch (text/plain), 908 bytes, created by
Jan Kupec
on 2008-05-30 16:36:01 UTC
(
hide
)
Description:
the patch
Filename:
MIME Type:
Creator:
Jan Kupec
Created:
2008-05-30 16:36:01 UTC
Size:
908 bytes
patch
obsolete
>Index: src/zypper.cc >=================================================================== >--- src/zypper.cc (revision 10285) >+++ src/zypper.cc (working copy) >@@ -664,7 +664,7 @@ > { > case ZypperCommand::INSTALL_e: > case ZypperCommand::REMOVE_e: >- //case Zyppercommand::UPDATE_e: TODO once the update will take arguments >+ case ZypperCommand::UPDATE_e: > { > remove_selections(*this); > break; >@@ -2957,10 +2957,10 @@ > kinds.insert(kind); > } > } >- else if (globalOpts().is_rug_compatible) >- kinds.insert(ResTraits<Package>::kind); >+ else if (globalOpts().is_rug_compatible || !_arguments.empty() /* bnc #385990*/) >+ kinds.insert(ResKind::package); > else >- kinds.insert(ResTraits<Patch>::kind); >+ kinds.insert(ResKind::patch); > > bool best_effort = copts.count( "best-effort" ); > if (globalOpts().is_rug_compatible && best_effort)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 385990
: 219221