|
Bugzilla – Full Text Bug Listing |
| Summary: | package names truncated at "-" in installation (qt ui) | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Ruediger Oertel <ro> |
| Component: | YaST2 | Assignee: | Stefan Hundhammer <shundhammer> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 8 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ruediger Oertel
2006-03-02 23:58:16 UTC
Still happening. Looks like the API silently got changed while migrating from the old package manager to libzypp: The callbacks while installing packages used to pass package names with release no. etc., now it doesn't any more. That release no. was indeed cut off. Removing that StripReleaseNo() call. I wonder when (not if) it will break the other way around when the API silently changes back... |