From b90fb6a3164881355e281a0c4b3b67ba8a4be851 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Mar 19 2007 19:47:49 +0000 Subject: - BR gtk2-devel and make ConsoleKit Require gtk2 (could just be libX11 with a simple patch) --- diff --git a/ConsoleKit.spec b/ConsoleKit.spec index d0e5907..4e01123 100644 --- a/ConsoleKit.spec +++ b/ConsoleKit.spec @@ -5,7 +5,7 @@ Summary: System daemon for tracking users, sessions and seats Name: ConsoleKit Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Libraries URL: http://consolekit.freedesktop.org @@ -18,9 +18,11 @@ BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: dbus-glib-devel >= %{dbus_glib_version} BuildRequires: pam-devel +BuildRequires: gtk2-devel Requires(post): chkconfig Requires(preun): chkconfig +Requires: gtk2 %description ConsoleKit is a system daemon for tracking what users are logged @@ -104,6 +106,10 @@ fi %changelog +* Mon Mar 19 2007 David Zeuthen - 0.2.0-2 +- BR gtk2-devel and make ConsoleKit Require gtk2 (could just be + libX11 with a simple patch) + * Mon Mar 19 2007 David Zeuthen - 0.2.0-1 - Update to upstream release 0.2.0 - Daemonize properly (#229206)