Author: glen Date: Sat Mar 21 21:59:42 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - use real microcode data file not 404 html page; rel 4
---- Files affected: SPECS: microcode_ctl.spec (1.40 -> 1.41) ---- Diffs: ================================================================ Index: SPECS/microcode_ctl.spec diff -u SPECS/microcode_ctl.spec:1.40 SPECS/microcode_ctl.spec:1.41 --- SPECS/microcode_ctl.spec:1.40 Sat Mar 21 22:52:51 2009 +++ SPECS/microcode_ctl.spec Sat Mar 21 22:59:37 2009 @@ -3,17 +3,16 @@ Summary(pl.UTF-8): Aktualizator mikrokodu procesorów Intel IA32 Name: microcode_ctl Version: 1.17 -Release: 3 +Release: 4 Epoch: 1 License: GPL Group: Base Source0: http://www.urbanmyth.org/microcode/%{name}-%{version}.tar.gz # Source0-md5: 98a7f06acef8459c8ef2a1b0fb86a99e Source1: %{name}.init -# http://downloadcenter.intel.com/, enter "xeon", go to generic xeon link, -# choose Linux as OS and get latest microcode release -Source2: http://downloadmirror.intel.com/14303/eng/microcode-20080910.dat -# Source2-md5: b12d0df79afe9fc363bd3ed5163eb591 +# http://downloadcenter.intel.com/, enter "microcode" to the search +Source2: http://downloadmirror.intel.com/14303/eng/microcode-20080910.tgz +# Source2-md5: 3c8b13c711380bccbdd2477bbad08d7d URL: http://www.urbanmyth.org/microcode/ Requires(post,preun): /sbin/chkconfig Requires: rc-scripts @@ -44,8 +43,8 @@ stary mikrokod. %prep -%setup -q -cp %{SOURCE2} microcode.dat +%setup -q -a2 +mv microcode*.dat microcode.dat %build if ! grep -q 0x00000000 microcode.dat; then @@ -89,6 +88,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.41 2009/03/21 21:59:37 glen +- use real microcode data file not 404 html page; rel 4 + Revision 1.40 2009/03/21 21:52:51 glen - microcode.dat contains giberrish! ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/microcode_ctl.spec?r1=1.40&r2=1.41&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
