rpms/pm-utils/devel pm-utils-0.99.3-vbe-redirect.patch, NONE, 1.1 pm-utils.spec, 1.54, 1.55

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 25 17:35:48 UTC 2007


Author: pjones

Update of /cvs/dist/rpms/pm-utils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5357

Modified Files:
	pm-utils.spec 
Added Files:
	pm-utils-0.99.3-vbe-redirect.patch 
Log Message:
- get rid of bogus redirect on "vbetool post"


pm-utils-0.99.3-vbe-redirect.patch:
 99video |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE pm-utils-0.99.3-vbe-redirect.patch ---
--- pm-utils-0.99.3/pm/hooks/99video	6 Mar 2007 19:55:31 -0000	1.3
+++ pm-utils-0.99.3/pm/hooks/99video	25 Apr 2007 17:30:22 -0000
@@ -35,7 +35,7 @@ resume_video()
 	fi
 	# We might need to do one or many of these quirks
 	if [ "${DISPLAY_QUIRK_VBE_POST}" == "true" ]; then
-		vbe post </dev/tty0
+		vbe post
 		usleep 100000
 	fi
 	if [ "${DISPLAY_QUIRK_VBESTATE_RESTORE}" == "true" ]; then



Index: pm-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/pm-utils/devel/pm-utils.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- pm-utils.spec	26 Mar 2007 14:20:54 -0000	1.54
+++ pm-utils.spec	25 Apr 2007 17:35:46 -0000	1.55
@@ -2,7 +2,7 @@
 Summary: Power management utilities and scripts for Fedora Core
 License: GPL
 Version: 0.99.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Base
 ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64
 Requires: usermode kbd pciutils >= 2.2.1
@@ -34,6 +34,7 @@
 
 Patch0: pm-utils-0.99.3-disable.patch
 #Patch1: pm-utils-0.19-vidhooks.patch
+Patch2: pm-utils-0.99.3-vbe-redirect.patch
 
 Patch10: vbetool-0.3-fix-gcc4bug.patch
 
@@ -50,6 +51,7 @@
 
 %patch0 -p1 -b .disable
 #%patch1 -p1 -b .vidhooks
+%patch2 -p1 -b .vbe-redirect
 
 %patch10 -p0 -b .gcc4
 
@@ -161,6 +163,9 @@
 %{_mandir}/man*/*
 
 %changelog
+* Wed Apr 25 2007 Peter Jones <pjones at redhat.com> - 0.99.3-2
+- Get rid of bogus redirect on "vbetool post"
+
 * Mon Mar 26 2007 Peter Jones <pjones at redhat.com> - 0.99.3-1
 - update to 0.99.3
 - configure manually in the spec to avoid %%_lib as lib64




More information about the fedora-cvs-commits mailing list