From e5771b13dd2313d80ce296c20a418d959296ec3d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 Jun 2007 23:23:17 +0000 Subject: [PATCH] temporarily remove the notification-daemon requires --- libnotify.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)