rpms/sabayon/devel xephyr.patch,NONE,1.1 sabayon.spec,1.50,1.51

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Wed Apr 23 01:56:54 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/sabayon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19708

Modified Files:
	sabayon.spec 
Added Files:
	xephyr.patch 
Log Message:
switch to xephyr


xephyr.patch:

--- NEW FILE xephyr.patch ---
diff -up sabayon-2.22.0/lib/config.py.xephyr sabayon-2.22.0/lib/config.py
--- sabayon-2.22.0/lib/config.py.xephyr	2008-04-22 21:50:19.000000000 -0400
+++ sabayon-2.22.0/lib/config.py	2008-04-22 21:51:04.000000000 -0400
@@ -52,7 +52,7 @@ DEFAULT_SHELL = "/bin/bash"
 NOLOGIN_SHELL = "/sbin/nologin"
 SKEL_HOMEDIR  = "/etc/skel"
 
-XNEST_ARGV   = [ "/usr/bin/Xnest", "-terminate", "-audit", "0", "-nolisten", "tcp" ]
+XNEST_ARGV   = [ "/usr/bin/Xephyr", "-terminate", "-audit", "0", "-nolisten", "tcp" ]
 SESSION_ARGV = [ "/etc/gdm/Xsession", "gnome" ]
 USERMOD_ARGV = [ "/usr/sbin/usermod" ]
 


Index: sabayon.spec
===================================================================
RCS file: /cvs/extras/rpms/sabayon/devel/sabayon.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- sabayon.spec	12 Mar 2008 01:11:35 -0000	1.50
+++ sabayon.spec	23 Apr 2008 01:56:18 -0000	1.51
@@ -8,7 +8,7 @@
 
 Name:    sabayon
 Version: 2.22.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Tool to maintain user profiles in a GNOME desktop
 
 Group:   Applications/System
@@ -71,7 +71,7 @@
 Summary:  The parts of sabayon needed on the client systems
 Group:    Applications/System
 
-Requires: xorg-x11-server-Xnest
+Requires: xorg-x11-server-Xephyr
 Requires: shadow-utils
 Requires: gamin-python
 Requires: python-ldap
@@ -91,7 +91,7 @@
 # More modern pam file
 cp %{SOURCE2} admin-tool/
 
-%patch1 -p1 -b .xnestbug
+%patch1 -p1 -b .xephyr
 %patch3 -p1 -b .selinux
 
 %build
@@ -281,6 +281,9 @@
 %ghost %{python_sitearch}/%{name}/lockdown/*.pyo
 
 %changelog
+* Tue Apr 22 2008 Matthias Clasen <mclasen at redhat.com> - 2.22.0-2
+- Use Xephyr instead of Xnest
+
 * Tue Mar 11 2008 Matthias Clasen <mclasen at redhat.com> - 2.22.0-1
 - Update to 2.22.0
 




More information about the fedora-extras-commits mailing list