rpms/gnome-session/devel gnome-session.spec,1.269,1.270

Matthias Clasen mclasen at fedoraproject.org
Thu Jul 8 16:27:09 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-session/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27311

Modified Files:
	gnome-session.spec 
Log Message:
require dconf



Index: gnome-session.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-session/devel/gnome-session.spec,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -p -r1.269 -r1.270
--- gnome-session.spec	28 May 2010 00:55:52 -0000	1.269
+++ gnome-session.spec	8 Jul 2010 16:27:09 -0000	1.270
@@ -10,7 +10,7 @@
 Summary: GNOME session manager
 Name: gnome-session
 Version: 2.31.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.gnome.org
 #VCS: git:git://git.gnome.org/gnome-session
 Source0: http://download.gnome.org/sources/gnome-session/2.31/%{name}-%{version}.tar.bz2
@@ -76,6 +76,9 @@ Patch3: 0001-Add-ability-to-perform-acti
 # https://bugzilla.gnome.org/show_bug.cgi?id=607094
 Patch4: nag-root-user.patch
 
+# an artificial requires to make sure we get dconf, for now
+Requires: dconf
+
 %description
 gnome-session manages a GNOME desktop or GDM login session. It starts up
 the other core GNOME components and handles logout and saving the session.
@@ -179,6 +182,9 @@ fi
 
 
 %changelog
+* Thu Jul  8 2010 Matthias Clasen <mclasen at redhat.com> - 2.31.2-2
+- Require dconf
+
 * Thu May 27 2010 Matthias Clasen <mclasen at redhat.com> - 2.31.2-1
 - Update to 2.31.2
 



More information about the scm-commits mailing list