rpms/rhgb/devel rhgb-0.17.6-fix-font-patch.patch, NONE, 1.1 rhgb.spec, 1.74, 1.75

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Fri Jul 27 17:39:43 UTC 2007


Author: rstrode

Update of /cvs/pkgs/rpms/rhgb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26760

Modified Files:
	rhgb.spec 
Added Files:
	rhgb-0.17.6-fix-font-patch.patch 
Log Message:
- don't hard code font path in X server command line (bug 242258)


rhgb-0.17.6-fix-font-patch.patch:

--- NEW FILE rhgb-0.17.6-fix-font-patch.patch ---
diff -up rhgb-0.17.6/src/main.c.fix-font-path rhgb-0.17.6/src/main.c
--- rhgb-0.17.6/src/main.c.fix-font-path	2007-07-27 13:34:07.000000000 -0400
+++ rhgb-0.17.6/src/main.c	2007-07-27 13:34:16.000000000 -0400
@@ -52,8 +52,8 @@
 #define DEBUGFILE TMPPATH"/rhgb.debug"
 #define X_NO_DRI "-extension XFree86-DRI"
 #define VT_NAME "/dev/tty8"
-#define X_COMMAND1 "/usr/bin/Xorg -br -s off -dpms -v -nolock -fp /usr/share/X11/fonts/misc -logfile " XLOGFILE " " X_NO_DRI " " DISPLAY_NO " vt8"
-#define X_COMMAND2 "/usr/bin/Xorg -br -config " X_CONFIG " -s off -dpms -v -nolock -fp /usr/share/X11/fonts/misc -logfile " XLOGFILE " " X_NO_DRI " " DISPLAY_NO " vt8"
+#define X_COMMAND1 "/usr/bin/Xorg -br -s off -dpms -v -nolock -logfile " XLOGFILE " " X_NO_DRI " " DISPLAY_NO " vt8"
+#define X_COMMAND2 "/usr/bin/Xorg -br -config " X_CONFIG " -s off -dpms -v -nolock -logfile " XLOGFILE " " X_NO_DRI " " DISPLAY_NO " vt8"
 #define NETWORK_COMMAND "/sbin/ifconfig lo " LOCALHOST " up"
 #define DISPLAY_ENV "DISPLAY=" DISPLAY_STRING
 #define FIX_INIT_COMMAND "/sbin/change_console -r"


Index: rhgb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhgb/devel/rhgb.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- rhgb.spec	18 Apr 2007 22:39:30 -0000	1.74
+++ rhgb.spec	27 Jul 2007 17:39:11 -0000	1.75
@@ -3,7 +3,7 @@
 Summary: Red Hat Graphical Boot
 Name: rhgb
 Version: 0.17.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.redhat.com/
 Source0: %{name}-%{version}.tar.gz
 License: GPL
@@ -16,11 +16,14 @@
 Requires: initscripts >= 7.22-1
 Requires: system-logos
 
+Patch0: rhgb-0.17.6-fix-font-patch.patch
+
 %description
 Red Hat Graphical Boot provides a clean and simple interface to the boot process
 
 %prep
 %setup -q
+%patch0 -p1 -b .fix-font-path
 
 %build
 %configure
@@ -50,6 +53,9 @@
 %dir %{_sysconfdir}/rhgb/temp
 
 %changelog
+* Fri Jul 27 2007 Ray Strode <rstrode at redhat.com> - 0.17.6-2
+- don't hard code font path in X server command line (bug 242258)
+
 * Wed Apr 18 2007 Matthias Clasen <mclasen at redhat.com> - 0.17.6-1
 - Fix two swapped highlight colors
 




More information about the scm-commits mailing list