diff --git a/libnotify.spec b/libnotify.spec index c02baef..44f056b 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -6,7 +6,7 @@ Summary: libnotify notification library Name: libnotify Version: 0.4.4 -Release: 2%{?dist} +Release: 3%{?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,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libnotify/* %changelog +* Mon Jun 4 2007 Matthias Clasen - 0.4.4-3 +- Temporarily remove the notification-daemon requires + for bootstrapping + * Sun Mar 25 2007 Matthias Clasen - 0.4.4-2 - Require gtk2-devel in the -devel package (#216946)