|
Bugzilla – Full Text Bug Listing |
| Summary: | In yast2-ncurses software managment, selection state of auto-selected packages is not shown correctly | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Martin Köhling <mk> |
| Component: | YaST2 | Assignee: | Katarina Machalkova <kmachalkova> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | gs, mk |
| Version: | Final | ||
| Target Milestone: | Future 11.3 | ||
| Hardware: | i586 | ||
| OS: | openSUSE 11.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | y2logs, created just after running the example case again | ||
|
Description
Martin Köhling
2009-12-07 14:05:39 UTC
Could you please attach y2logs according to http://en.opensuse.org/Bugs/YaST. Thanks. Created attachment 331548 [details]
y2logs, created just after running the example case again
Ouch, you are right. There's a forgotten line of code that erroneously redefines index variable locally, thus only affected line of the table gets updated. Fixed with one-liner patch. Use YaST:Head OBS repo [1] if you want to make use of the fix in 11.2 already. [1] http://download.opensuse.org/repositories/YaST:/Head/openSUSE_11.2 After installation of yast2-ncurses-pkg-2.19.0-4.1.i586 from that repo, the bug is gone - thanks! While manually installing the package from Head/openSUSE_11.2 fixed the problem, it isn't fixed in the official update repo; is this intentional? I'd thought that adding a (apparently trivial) one-line-patch shouldn't be much of a problem, wrt to testing&QA... Updates are released only for major/critical problems (e.g. data loss, security issues). Target Milestone for Fix is "Future 11.3". |