rpms/ConsoleKit/devel ConsoleKit.spec,1.37,1.38

Matthias Clasen mclasen at fedoraproject.org
Sat Feb 28 01:23:27 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/ConsoleKit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15169

Modified Files:
	ConsoleKit.spec 
Log Message:
Fix the build



Index: ConsoleKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ConsoleKit/devel/ConsoleKit.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ConsoleKit.spec	25 Feb 2009 00:33:39 -0000	1.37
+++ ConsoleKit.spec	28 Feb 2009 01:22:56 -0000	1.38
@@ -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 @@
 # 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 @@
 %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 @@
 %doc %{_datadir}/doc/%{name}-%{version}/spec/*
 
 %changelog
+* Fri Feb 27 2009 Matthias Clasen  <mclasen at redhat.com> - 0.3.0-6
+- Fix the build
+
 * Tue Feb 24 2009 Matthias Clasen  <mclasen at redhat.com> - 0.3.0-5
 - Make -docs noarch
 




More information about the fedora-extras-commits mailing list