|
Bugzilla – Full Text Bug Listing |
| Summary: | on M6 : libvirtd virt-manager missing libyajl | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.4 | Reporter: | Bruno Friedmann <bruno> |
| Component: | Other | Assignee: | James Fehlig <jfehlig> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P1 - Urgent | CC: | jdouglas, mrueckert, pascal.bleser |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Bruno Friedmann
2011-01-31 06:21:47 UTC
More the available libyajl is called now libyajl1 ! I hate those sort of trap :-) *** Bug 668228 has been marked as a duplicate of this bug. *** (In reply to comment #1) > More the available libyajl is called now libyajl1 ! > > I hate those sort of trap :-) Yes, I'm trying to understand why this naming scheme is used. What benefit does it provide? this bug is invalid. you should not require the library package manually. the package is correctly named libyajl1 according to the shared library packaging policy. if you link libyajl, rpm will automatically add the requires on libyajl.so.1() which is provided by libyajl1. so nothing you have to care about manually. drop the "Requires: libyajl" line and be done. (In reply to comment #4) > if you link libyajl, rpm will automatically add the requires on libyajl.so.1() > which is provided by libyajl1. so nothing you have to care about manually. drop > the "Requires: libyajl" line and be done. Okay. Updated libvirt package submitted, SR #59534. Thanks! |