diff --git a/ConsoleKit.spec b/ConsoleKit.spec index 53102ed..14afdce 100644 --- a/ConsoleKit.spec +++ b/ConsoleKit.spec @@ -5,13 +5,13 @@ Summary: System daemon for tracking users, sessions and seats Name: ConsoleKit Version: 0.1.3 -Release: 0.git20070301%{?dist} +Release: 0.git20070301.1%{?dist} License: GPL Group: System Environment/Libraries URL: http://consolekit.freedesktop.org Source0: http://people.freedesktop.org/~mccann/dist/ConsoleKit-%{version}.git20070301.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - +Patch1: ConsoleKit-0.1.3-allow-uid0.patch Requires: dbus >= %{dbus_version} BuildRequires: glib2-devel >= %{glib2_version} @@ -49,6 +49,7 @@ Headers, libraries and API docs for ConsoleKit %prep %setup -q +%patch1 -p0 %build %configure --with-pid-file=%{_localstatedir}/run/console-kit-daemon.pid --enable-pam-module @@ -102,6 +103,9 @@ fi %changelog +* Sat Mar 3 2007 David Zeuthen - 0.1.3-0.git20070301.1 +- Allow caller to pass uid=0 in libck-connector + * Thu Mar 1 2007 David Zeuthen - 0.1.3-0.git20070301 - Update to git snapshot - Drop all patches as they are committed upstream