|
Bugzilla – Full Text Bug Listing |
| Summary: | patch-chmlib-2536.xml does not update chmlib-devel | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Andreas Vetter <vetter> |
| Component: | KDE | Assignee: | Ruediger Oertel <ro> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | andreas.hanke, asklein, security-team |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Andreas Vetter
2007-02-07 16:20:54 UTC
Sec-team wrote patchinfo (bug 239747). AFAIK we do not ship chmlib-devel with any distribution. This is actually a packaging bug.
%package devel
Requires: %{name} = %{version}-%{release}
Should be:
%package devel
Requires: %{name} = %{version}
But for released distributions, there is no way to get around re-releasing the patch.
And chmlib-devel also includes a static library, so you would have to update that package as well in any case anyway. The static /usr/lib/libchm.a is still vulnerable. chmlib-devel released |