rpms/microcode_ctl/F-11 microcode_ctl.init, 1.14, 1.15 microcode_ctl.spec, 1.52, 1.53

Kyle McMartin kyle at fedoraproject.org
Fri Dec 4 18:44:24 UTC 2009


Author: kyle

Update of /cvs/pkgs/rpms/microcode_ctl/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10718

Modified Files:
	microcode_ctl.init microcode_ctl.spec 
Log Message:
* Fri Dec 04 2009 Kyle McMartin <kyle at redhat.com> 1.17-1.53
- Copy initscript fix from devel/ (#527701)
- Fix duplicate message pointed out by Edward Sheldrake.



Index: microcode_ctl.init
===================================================================
RCS file: /cvs/pkgs/rpms/microcode_ctl/F-11/microcode_ctl.init,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- microcode_ctl.init	4 Dec 2009 17:40:21 -0000	1.14
+++ microcode_ctl.init	4 Dec 2009 18:44:23 -0000	1.15
@@ -30,8 +30,6 @@ function start ()
 		return
 	fi
 
-	echo -n $"Applying Intel CPU microcode update: "
-
 	if [ ! -e $DATAFILE ]; then 
 		echo $"$0: CPU microcode data file not present ($DATAFILE)"
 		exit 1
@@ -56,6 +54,7 @@ function start ()
 
 stop()
 {
+	return
 }
 
 case "$1" in


Index: microcode_ctl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/microcode_ctl/F-11/microcode_ctl.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- microcode_ctl.spec	4 Dec 2009 17:40:21 -0000	1.52
+++ microcode_ctl.spec	4 Dec 2009 18:44:24 -0000	1.53
@@ -99,6 +99,10 @@ fi
 exit 0
 
 %changelog
+* Fri Dec 04 2009 Kyle McMartin <kyle at redhat.com> 1.17-1.53
+- Copy initscript fix from devel/ (#527701)
+- Fix duplicate message pointed out by Edward Sheldrake.
+
 * Wed Dec 02 2009 Kyle McMartin <kyle at redhat.com> 1.17-1.52
 - Add AMD x86/x86-64 microcode. (Dated: 2009-10-09)
   Doesn't need microcode_ctl modifications as it's loaded by




More information about the scm-commits mailing list