|
Bugzilla – Full Text Bug Listing |
| Summary: | zypper in does not show p at the y/n prompt, when removing packages | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Juergen Weigert <jw> |
| Component: | Installation | Assignee: | Jan Kupec <jkupec> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | ma, mls |
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Juergen Weigert
2009-10-22 14:00:00 UTC
Aaah, stupid mistake!!
popts.setOptions(_("y/n/p/v/a/r/m/d/g"), 0);
- popts.setShownCount(2);
+ popts.setShownCount(3);
if (!(zypper.runtimeData().force_resolution && show_p_option))
popts.disable(2);
Thanx for reporting! fixed in git, will be in next zypper, hopefully in time for the 11.2 GM
This bug report is mentioned in 11.2 RC2's zypper changelog |