|
Bugzilla – Full Text Bug Listing |
| Summary: | SDL_devel depends on arts-devel | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Jan Engelhardt <jengelh> |
| Component: | Development | Assignee: | Vladimir Nadvornik <nadvornik> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jan Engelhardt
2005-09-04 10:23:31 UTC
fixed for 10.1 beta3 The same applies to the Requires of esound-devel: ------------------------------------------------------------------- Thu Feb 05 17:02:00 CET 2004 - nadvornik@suse.cz - updated to 1.2.6 - arts and esound libs are dlopened -------------------------------------------------------------------- grep esound `rpm -ql SDL-devel | grep lib.*a` (no output) ldd /usr/lib64/libSDL*o* | grep esound (no output) hence, esound-devel should be removed from Requires of SDL-devel. --- SDL.spec 2006/03/09 15:18:34 1.1 +++ SDL.spec 2006/03/09 15:18:53 @@ -55,7 +55,7 @@ Group: Development/Libraries/X11 Provides: sdl-devel Obsoletes: sdl-devel -Requires: SDL esound-devel aalib-devel xorg-x11-devel gcc-c++ slang-devel +Requires: SDL aalib-devel xorg-x11-devel gcc-c++ slang-devel %ifnarch s390 s390x Requires: alsa-devel %endif fixed/done, it required quite some work because this ment that other packages which need esound-devel needed to be changed to require it explicitly. |