rpms/gdm/devel gdm.spec,1.218,1.219

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Jan 13 21:57:14 UTC 2007


Author: mclasen

Update of /cvs/dist/rpms/gdm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20630

Modified Files:
	gdm.spec 
Log Message:
Enable ConsoleKit



Index: gdm.spec
===================================================================
RCS file: /cvs/dist/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- gdm.spec	11 Jan 2007 05:56:24 -0000	1.218
+++ gdm.spec	13 Jan 2007 21:57:12 -0000	1.219
@@ -16,7 +16,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.17.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: LGPL/GPL
 Group: User Interface/X
@@ -98,6 +98,7 @@
 BuildRequires: xorg-x11-server-Xorg
 %endif
 BuildRequires: nss-devel >= %{nss_version}
+BuildRequires: ConsoleKit
 Requires: libselinux >= %{libselinuxver}
 Requires: audit-libs >= %{libauditver}
 
@@ -136,7 +137,8 @@
 %configure --with-pam-prefix=%{_sysconfdir} \
 	   --enable-console-helper \
 	   --disable-scrollkeeper  \
-	   --with-selinux
+	   --with-selinux \
+	   --with-console-kit
 make
 
 %install
@@ -309,6 +311,9 @@
 %attr(1770, root, gdm) %dir %{_localstatedir}/gdm
 
 %changelog
+* Sat Jan 13 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.17.5-2
+- Enable ConsoleKit support
+
 * Thu Jan 11 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.17.5-1
 - Update to 2.17.5
 




More information about the fedora-cvs-commits mailing list