- Update to microcode 20080220
- Fix rpmlint warnings in specfile.
This commit is contained in:
parent
5d74ea0b25
commit
a32498e308
@ -2,3 +2,4 @@ clog
|
|||||||
microcode_ctl-1.17
|
microcode_ctl-1.17
|
||||||
microcode_ctl-1.17.tar.gz
|
microcode_ctl-1.17.tar.gz
|
||||||
microcode-20080131.dat
|
microcode-20080131.dat
|
||||||
|
microcode-20080220.dat
|
||||||
|
24374
microcode-20080220.dat
Normal file
24374
microcode-20080220.dat
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,21 +1,21 @@
|
|||||||
Summary: Tool to update x86/x86-64 CPU microcode.
|
Summary: Tool to update x86/x86-64 CPU microcode.
|
||||||
Name: microcode_ctl
|
Name: microcode_ctl
|
||||||
Version: 1.17
|
Version: 1.17
|
||||||
Release: %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?})%{?dist}
|
Release: %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?})%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.urbanmyth.org/microcode/
|
URL: http://www.urbanmyth.org/microcode/
|
||||||
Source0: http://www.urbanmyth.org/microcode/microcode_ctl-%{version}.tar.gz
|
Source0: http://www.urbanmyth.org/microcode/microcode_ctl-%{version}.tar.gz
|
||||||
Source1: microcode_ctl.init
|
Source1: microcode_ctl.init
|
||||||
# Microcode now distributed directly by Intel, at
|
# Microcode now distributed directly by Intel, at
|
||||||
# http://downloadcenter.intel.com/default.aspx (just search for microcode)
|
# http://downloadcenter.intel.com (just search for microcode)
|
||||||
Source2: microcode-20080131.dat
|
Source2: microcode-20080220.dat
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Prereq: /sbin/chkconfig /sbin/service
|
Requires(pre): /sbin/chkconfig /sbin/service
|
||||||
Prereq: grep gawk coreutils
|
Requires(pre): grep gawk coreutils
|
||||||
Obsoletes: kernel-utils
|
Obsoletes: kernel-utils
|
||||||
ExclusiveArch: i386 x86_64
|
ExclusiveArch: i386 x86_64
|
||||||
|
|
||||||
Patch1: microcode_ctl.patch
|
Patch1: microcode_ctl.patch
|
||||||
|
|
||||||
@ -57,7 +57,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ "$1" = "0" ] ; then
|
if [ "$1" = "0" ] ; then
|
||||||
/sbin/chkconfig --del microcode_ctl
|
/sbin/chkconfig --del microcode_ctl
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -78,6 +78,10 @@ family=`cat /proc/cpuinfo | grep "^cpu family" | sort -u | awk -F ": " '{ print
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 29 2008 Dave Jones <davej@redhat.com>
|
||||||
|
- Update to microcode 20080220
|
||||||
|
- Fix rpmlint warnings in specfile.
|
||||||
|
|
||||||
* Mon Mar 17 2008 Dave Jones <davej@redhat.com>
|
* Mon Mar 17 2008 Dave Jones <davej@redhat.com>
|
||||||
- specfile cleanups.
|
- specfile cleanups.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user