- Change ExclusiveArch to i586 instead of i386. Resolves rhbz#497711.
This commit is contained in:
parent
4ef5e19a02
commit
062051aa6e
@ -15,7 +15,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
Requires(pre): /sbin/chkconfig /sbin/service
|
Requires(pre): /sbin/chkconfig /sbin/service
|
||||||
Requires(pre): grep gawk coreutils
|
Requires(pre): grep gawk coreutils
|
||||||
Obsoletes: kernel-utils
|
Obsoletes: kernel-utils
|
||||||
ExclusiveArch: i386 x86_64
|
ExclusiveArch: i586 x86_64
|
||||||
|
|
||||||
Patch1: microcode_ctl.patch
|
Patch1: microcode_ctl.patch
|
||||||
|
|
||||||
@ -78,6 +78,9 @@ family=`cat /proc/cpuinfo | grep "^cpu family" | sort -u | awk -F ": " '{ print
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 03 2009 Kyle McMartin <kyle@redhat.com> 1:1.17-1.50
|
||||||
|
- Change ExclusiveArch to i586 instead of i386. Resolves rhbz#497711.
|
||||||
|
|
||||||
* Wed May 13 2009 Dave Jones <davej@redhat.com>
|
* Wed May 13 2009 Dave Jones <davej@redhat.com>
|
||||||
- update to microcode 20090330
|
- update to microcode 20090330
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user