rpms/cpuspeed/F-7 cpuspeed.init,1.34,1.35 cpuspeed.spec,1.59,1.60

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Tue Jul 10 03:34:15 UTC 2007


Author: jwilson

Update of /cvs/pkgs/rpms/cpuspeed/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22861

Modified Files:
	cpuspeed.init cpuspeed.spec 
Log Message:
Prep for cpuidle feature coming RSN (#247352)


Index: cpuspeed.init
===================================================================
RCS file: /cvs/pkgs/rpms/cpuspeed/F-7/cpuspeed.init,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- cpuspeed.init	11 Jun 2007 17:35:34 -0000	1.34
+++ cpuspeed.init	10 Jul 2007 03:33:43 -0000	1.35
@@ -18,7 +18,7 @@
 fi
 
 cpu0freqd=/sys/devices/system/cpu/cpu0/cpufreq
-cpus='/sys/devices/system/cpu/cpu*'
+cpus='/sys/devices/system/cpu/cpu[0-9]*'
 testpat="${cpus}/cpufreq/scaling_driver"
 lockfile="/var/lock/subsys/$prog"
 xendir="/proc/xen"


Index: cpuspeed.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cpuspeed/F-7/cpuspeed.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- cpuspeed.spec	11 Jun 2007 17:35:34 -0000	1.59
+++ cpuspeed.spec	10 Jul 2007 03:33:43 -0000	1.60
@@ -1,7 +1,7 @@
 Summary:        CPU frequency adjusting daemon
 Name:           cpuspeed
 Version:        1.2.1
-Release:        %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?})%{?dist}
+Release:        %(R="$Revision$"; R="${R%% \$}"; R="${R##: 1.}"; expr $R - 58)%{?dist}
 Epoch:          1
 Group:          System Environment/Base
 License:        GPL
@@ -85,6 +85,10 @@
 exit 0
 
 %changelog
+* Sat Jul 07 2007 Jarod Wilson <jwilson at redhat.com>
+- Account for the cpuidle feature in rawhide kernels,
+  slated for release in kernel 2.6.23 (#247352)
+
 * Mon Jun 11 2007 Jarod Wilson <jwilson at redhat.com>
 - Add e_powersaver (new Via C3 cpufreq driver) to list
   of those which should use ondemand governor by default




More information about the fedora-extras-commits mailing list