|
Bugzilla – Full Text Bug Listing |
| Summary: | splashy still used because the package suspend holds on to it | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.2 | Reporter: | Forgotten User --EoyBps8f <forgotten_--EoyBps8f> |
| Component: | Other | Assignee: | Thomas Renninger <trenn> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | auxsvr, riggwelter |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE 12.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User --EoyBps8f
2012-11-06 09:31:27 UTC
It's down to linking rather than an explicit reference in the spec file:
ogley@capybara:~> rpm -q --requires suspend | grep splash
libsplashy.so.1()(64bit)
This could well be because the spec file still has:
BuildRequires: splashy-devel
...
--enable-splashy \
There are test packages with these references removed in home:riggwelter:branches:openSUSE:12.2:Update - they appear to work but I can't confirm because of bug #782817 - can someone for whom that bug doesn't occur test them please? The test packages work in regard to removing splashy only. Since I encounter the splash=y bug as well, I cannot test that aspect either. :( I took over the package, but do not have a good overview yet (it's some time ago I looked at suspend bugs and those were more lower leveled). I doubt it makes sense to change splashy dependencies or usage in 12.2 anymore. Even for 12.3 it may be difficult, first things should definitely get fixed for latest code base. Is your cleanup still necessary for factory? Could you attach a diff (eosc diff) for review, please. This could well be because the spec file still has:
BuildRequires: splashy-devel
...
--enable-splashy \
This is not the case anymore (suspend.spec):
This could well be because the spec file still has:
BuildRequire: splashy-devel is gone and it has:
--disable-splashy
Resolved fixed. Probably not for 12.2, but at least for Factory.
|