diff --git a/libnotify.spec b/libnotify.spec index f5eb0a6..5826b1f 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -3,7 +3,7 @@ Summary: libnotify notification library Name: libnotify Version: 0.3.0 -Release: 3 +Release: 4 URL: http://www.galago-project.org/specs/notification/ Source0: %{name}-%{version}.tar.gz License: LGPL @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-root BuildPreReq: libtool BuildRequires: glib2-devel >= %{glib2_version} Requires: glib2 >= %{glib2_version} +Requires: desktop-notification-daemon %description @@ -68,6 +69,12 @@ development of programs using %{name}. %changelog +* Thu Jan 12 2006 Christopher Aillon - 0.3.0-4 +- Require a desktop-notification-daemon to be present. Currently, + this is notify-daemon, but libnotify doesn't specifically require + that one. Require 'desktop-notification-daemon' which daemons + providing compatible functionality are now expected to provide. + * Wed Jan 11 2006 Christopher Aillon - 0.3.0-3 - Let there be libnotify-devel...