Bug 196344
| Summary: | Update libnotify to 0.4.2 and fix devel requirements | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthias Saou <matthias> |
| Component: | libnotify | Assignee: | John (J5) Palmieri <johnp> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | jkeck |
| Target Milestone: | --- | Keywords: | EasyFix, Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-07-21 18:54:31 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 150223 | ||
|
Description
Matthias Saou
2006-06-22 17:33:17 UTC
*** This bug has been marked as a duplicate of 191731 *** Please update libnotify to 0.4.2 ASAP. See the patch from bug #191731 if you want, but it's pretty straightforward. Another problem in the current package worth mentioning : "Package 'dbus-glib-1', required by 'libnotify', not found" From the libnotify.pc file : Requires: gtk+-2.0 >= 2.2.2, glib-2.0 >= 2.2.2, dbus-1 >= 0.36, dbus-glib-1 >= 0.36 This would have been picked up automatically if rpm had been recent enough, but for the time being, requirements should be manually added to the libnotify-devel package. At least dbus-glib-devel and possibly dbus-devel (*) since gtk2-devel is already listed and requires glib2-devel. (*) Current dbus-glib-devel doesn't require dbus-devel, this seems like a bug since its pkgconfig file indicates it requires it. Building in rawhide now. Thanks. |