diff --git a/libnotify.spec b/libnotify.spec index c0af0dd..9cf6b31 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -6,7 +6,7 @@ Summary: libnotify notification library Name: libnotify Version: 0.4.4 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://www.galago-project.org/specs/notification/ Source0: http://www.galago-project.org/files/releases/source/%{name}/%{name}-%{version}.tar.bz2 License: LGPL @@ -18,7 +18,7 @@ BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: dbus-glib-devel >= %{dbus_glib_version} BuildRequires: gtk2-devel >= %{gtk2_version} Requires: glib2 >= %{glib2_version} -#Requires: desktop-notification-daemon +Requires: desktop-notification-daemon %description @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libnotify/* %changelog +* Wed Jun 6 2007 Matthias Clasen - 0.4.4-6 +- Re-add notification-daemon requirement again + * Tue Jun 5 2007 Matthias Clasen - 0.4.4-5 - Temporarily remove the notification-daemon requires for bootstrapping