temporary workaround, revert with next build
Signed-off-by: Anton Arapov <anton@redhat.com>
This commit is contained in:
parent
b401619a10
commit
19d3d9a46f
@ -1,12 +1,12 @@
|
|||||||
Summary: Tool to transform and deploy CPU microcode update for x86.
|
Summary: Tool to transform and deploy CPU microcode update for x86.
|
||||||
Name: microcode_ctl
|
Name: microcode_ctl
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Release: 1
|
Release: 1.1
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+ and Redistributable, no modification permitted
|
License: GPLv2+ and Redistributable, no modification permitted
|
||||||
URL: http://fedorahosted.org/microcode_ctl
|
URL: http://fedorahosted.org/microcode_ctl
|
||||||
Source0: http://fedorahosted.org/released/microcode_ctl/%{name}-%{version}-%{release}.tar.xz
|
Source0: http://fedorahosted.org/released/microcode_ctl/%{name}-%{version}-1.tar.xz
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
ExclusiveArch: %{ix86} x86_64
|
ExclusiveArch: %{ix86} x86_64
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ boot i.e. it doesn't reflash your cpu permanently, reboot and it reverts
|
|||||||
back to the old microcode.
|
back to the old microcode.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-%{release}
|
%setup -q -n %{name}-%{version}-1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||||
@ -38,7 +38,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 02 2012 Anton Arapov <anton@redhat.com> 2.0-1
|
* Tue Oct 02 2012 Anton Arapov <anton@redhat.com> 2.0-1.1
|
||||||
- Update to upstream 2.0-1
|
- Update to upstream 2.0-1
|
||||||
|
|
||||||
* Mon Aug 06 2012 Anton Arapov <anton@redhat.com> 2.0
|
* Mon Aug 06 2012 Anton Arapov <anton@redhat.com> 2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user