|
Bugzilla – Full Text Bug Listing |
| Summary: | Docky should depend on libwnck-1-22 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | Lionel Dricot <ploum> |
| Component: | GNOME | Assignee: | E-mail List <gnome-bugs> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | dimstar, forgotten_KjUTH09OjI, ro |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Lionel Dricot
2011-10-25 21:21:33 UTC
It's actually a bug in the wnck-sharp package, which apparently doesn't bring in the library... Stephen, Nelson: can you take a look at that? This is an autogenerated message for OBS integration: This bug (726488) was mentioned in https://build.opensuse.org/request/show/100931 12.1 / gnome-desktop-sharp2 hi, can you have a look at the specfile and change it so that it works with the current specfile validator ?
this would work:
-Version: %_version
-Release: 2
-Source: %{_name}-%{version}.tar.bz2
+Version: %{_version}
+Release: 0
+%if %{gnome_version} >= 226
+Source: %{_name}-2.26.0.tar.bz2
+%else
+%if %{gnome_version} >= 224
+Source: %{_name}-2.24.0.tar.bz2
+%else
+Source: %{_name}-2.20.1.tar.bz2
+%endif
+%endif
This is tracked in another bug as well... the SR was rejected and needs more work! *** This bug has been marked as a duplicate of bug 738011 *** |