rpms/cpuspeed/devel cpuspeed.init, 1.34, 1.35 cpuspeed.spec, 1.59, 1.60

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Sat Jul 7 20:16:00 UTC 2007


Author: jwilson

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

Modified Files:
	cpuspeed.init cpuspeed.spec 
Log Message:
Account for the cpuidle feature in rawhide kernels, slated for release in kernel 2.6.23 (#247352)


Index: cpuspeed.init
===================================================================
RCS file: /cvs/pkgs/rpms/cpuspeed/devel/cpuspeed.init,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- cpuspeed.init	11 Jun 2007 18:06:14 -0000	1.34
+++ cpuspeed.init	7 Jul 2007 20:15:25 -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/devel/cpuspeed.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- cpuspeed.spec	11 Jun 2007 18:06:14 -0000	1.59
+++ cpuspeed.spec	7 Jul 2007 20:15:25 -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