diff --git a/ConsoleKit.spec b/ConsoleKit.spec index 1d8565f..906b1c4 100644 --- a/ConsoleKit.spec +++ b/ConsoleKit.spec @@ -6,7 +6,7 @@ Summary: System daemon for tracking users, sessions and seats Name: ConsoleKit Version: 0.3.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://www.freedesktop.org/wiki/Software/ConsoleKit @@ -28,6 +28,8 @@ Patch0: ConsoleKit-0.3.0-get-vt-from-display-instead-of-controlling-tty.patch # http://bugs.freedesktop.org/show_bug.cgi?id=19020 Patch1: consolekit-dbus-permissions.patch +Patch2: ConsoleKit-skipvalidation.patch + %description ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. @@ -84,6 +86,7 @@ This package contains developer documentation for ConsoleKit. %setup -q %patch0 -p1 -b .get-vt-from-display-instead-of-controlling-tty %patch1 -p0 -b .consolekit +%patch2 -p1 -b .skipvalidation %build %configure --with-pid-file=%{_localstatedir}/run/console-kit-daemon.pid --enable-pam-module --with-pam-module-dir=/%{_lib}/security --enable-docbook-docs --docdir=%{_datadir}/doc/%{name}-%{version} @@ -164,6 +167,9 @@ fi %doc %{_datadir}/doc/%{name}-%{version}/spec/* %changelog +* Fri Feb 27 2009 Matthias Clasen - 0.3.0-6 +- Fix the build + * Tue Feb 24 2009 Matthias Clasen - 0.3.0-5 - Make -docs noarch