rpms/microcode_ctl/devel microcode_ctl.init, 1.16, 1.17 microcode_ctl.spec, 1.56, 1.57

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


Author: kyle

Update of /cvs/pkgs/rpms/microcode_ctl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10482

Modified Files:
	microcode_ctl.init microcode_ctl.spec 
Log Message:
* Fri Dec 04 2009 Kyle McMartin <kyle at redhat.com> 1.17-1.57
- Fix duplicate message pointed out by Edward Sheldrake.



Index: microcode_ctl.init
===================================================================
RCS file: /cvs/pkgs/rpms/microcode_ctl/devel/microcode_ctl.init,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- microcode_ctl.init	4 Dec 2009 17:32:38 -0000	1.16
+++ microcode_ctl.init	4 Dec 2009 18:43:44 -0000	1.17
@@ -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


Index: microcode_ctl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/microcode_ctl/devel/microcode_ctl.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- microcode_ctl.spec	4 Dec 2009 17:32:38 -0000	1.56
+++ microcode_ctl.spec	4 Dec 2009 18:43:44 -0000	1.57
@@ -101,6 +101,9 @@ fi
 exit 0
 
 %changelog
+* Fri Dec 04 2009 Kyle McMartin <kyle at redhat.com> 1.17-1.57
+- Fix duplicate message pointed out by Edward Sheldrake.
+
 * Wed Dec 02 2009 Kyle McMartin <kyle at redhat.com> 1.17-1.56
 - 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