rpms/rhgb/devel rhgb-0.16.2-reap-child.patch, NONE, 1.1 rhgb.spec, 1.24, 1.25

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Oct 26 19:35:06 UTC 2005


Author: rstrode

Update of /cvs/dist/rpms/rhgb/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26054

Modified Files:
	rhgb.spec 
Added Files:
	rhgb-0.16.2-reap-child.patch 
Log Message:
- Don't make setxkbmap hungry for brains 
  (reported by Chris Lumens).


rhgb-0.16.2-reap-child.patch:
 set-keymap.c |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE rhgb-0.16.2-reap-child.patch ---
--- rhgb-0.16.2/src/set-keymap.c.reap-child	2005-10-26 15:29:33.000000000 -0400
+++ rhgb-0.16.2/src/set-keymap.c	2005-10-26 15:29:43.000000000 -0400
@@ -24,8 +24,7 @@
 		      NULL, &argv,
 		      NULL);
   g_spawn_async ("/", argv, NULL,
-		 G_SPAWN_DO_NOT_REAP_CHILD,
-		 NULL, NULL, NULL, NULL);
+                 0, NULL, NULL, NULL, NULL);
   g_strfreev (argv);
   g_free (command);
 


Index: rhgb.spec
===================================================================
RCS file: /cvs/dist/rpms/rhgb/devel/rhgb.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- rhgb.spec	9 Oct 2005 07:45:43 -0000	1.24
+++ rhgb.spec	26 Oct 2005 19:35:03 -0000	1.25
@@ -3,7 +3,7 @@
 Summary: Red Hat Graphical Boot
 Name: rhgb
 Version: 0.16.2
-Release: 5
+Release: 6
 URL: http://www.redhat.com/
 Source0: %{name}-%{version}.tar.gz
 License: GPL
@@ -13,11 +13,14 @@
 BuildRequires: vte-devel
 Requires: initscripts >= 7.22-1
 
+Patch0: rhgb-0.16.2-reap-child.patch
+
 %description
 Red Hat Graphical Boot provides a clean and simple interface to the boot process
 
 %prep
 %setup -q
+%patch0 -p1 -b .reap-child
 
 %build
 %configure
@@ -42,6 +45,10 @@
 %doc doc/HOW_IT_WORKS
 
 %changelog
+* Wed Oct 26 2005 Ray Strode <rstrode at redhat.com> 0.16.2-6
+- Don't make setxkbmap hungry for brains 
+  (reported by Chris Lumens).
+
 * Sun Oct 09 2005 Florian La Roche <laroche at redhat.com>
 - fix rebuild problems
 




More information about the fedora-cvs-commits mailing list