rpms/pm-utils/devel pm-utils-0.99.3-cfg.patch, NONE, 1.1 pm-utils.spec, 1.62, 1.63

Phil Knirsch (pknirsch) fedora-extras-commits at redhat.com
Tue May 29 13:44:03 UTC 2007


Author: pknirsch

Update of /cvs/pkgs/rpms/pm-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2587

Modified Files:
	pm-utils.spec 
Added Files:
	pm-utils-0.99.3-cfg.patch 
Log Message:
- Fixed typo in functions where wrong variable was used (#241633)


pm-utils-0.99.3-cfg.patch:

--- NEW FILE pm-utils-0.99.3-cfg.patch ---
--- pm-utils-0.99.3/pm/functions.cfg	2007-05-29 15:40:55.000000000 +0200
+++ pm-utils-0.99.3/pm/functions	2007-05-29 15:41:22.000000000 +0200
@@ -24,7 +24,7 @@
 {
 	cfgs="/etc/pm/config.d/*[^~]"
 	for cfg in $cfgs ; do
-		[ -f $cfgs ] || continue
+		[ -f $cfg ] || continue
 		set -a
 		. $cfg
 		set +a


Index: pm-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pm-utils/devel/pm-utils.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- pm-utils.spec	29 May 2007 13:39:23 -0000	1.62
+++ pm-utils.spec	29 May 2007 13:43:28 -0000	1.63
@@ -35,6 +35,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
+Patch3: pm-utils-0.99.3-cfg.patch
 
 Patch10: vbetool-0.3-fix-gcc4bug.patch
 Patch11: vbetool-libz.patch
@@ -53,6 +54,7 @@
 %patch0 -p1 -b .disable
 #%patch1 -p1 -b .vidhooks
 %patch2 -p1 -b .vbe-redirect
+%patch3 -p1 -b .cfg
 
 %patch10 -p0 -b .gcc4
 %patch11 -p0 -b .zlib
@@ -173,6 +175,7 @@
 %changelog
 * Tue May 29 2007 Phil Knirsch <pknirsch at redhat.com> - 0.99.3-6
 - Fixed missing builds for vbetool and radeontool for some archs (#241469)
+- Fixed typo in functions where wrong variable was used (#241633)
 
 * Wed May 16 2007 Peter Jones <pjones at redhat.com> - 0.99.3-5
 - ... and create the directory the logfile goes in.




More information about the fedora-extras-commits mailing list