new release. new intel firmware 20151106
Signed-off-by: Anton Arapov <arapov@gmail.com>
This commit is contained in:
parent
8e579fb075
commit
cb0a6a7aa8
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@ microcode-20100826.dat
|
|||||||
/microcode_ctl-2.1-5.tar.xz
|
/microcode_ctl-2.1-5.tar.xz
|
||||||
/microcode_ctl-2.1-6.tar.xz
|
/microcode_ctl-2.1-6.tar.xz
|
||||||
/microcode_ctl-2.1-7.tar.xz
|
/microcode_ctl-2.1-7.tar.xz
|
||||||
|
/microcode_ctl-2.1-8.tar.xz
|
||||||
|
@ -1,15 +1,13 @@
|
|||||||
%define upstream_version 2.1-7
|
%define upstream_version 2.1-8
|
||||||
|
|
||||||
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.1
|
Version: 2.1
|
||||||
Release: 9.1%{?dist}
|
Release: 10%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
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}-%{upstream_version}.tar.xz
|
Source0: http://fedorahosted.org/released/microcode_ctl/%{name}-%{upstream_version}.tar.xz
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
ExclusiveArch: %{ix86} x86_64
|
ExclusiveArch: %{ix86} x86_64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -27,26 +25,25 @@ back to the old microcode.
|
|||||||
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean
|
make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
/usr/sbin/intel-microcode2ucode
|
%{_sbindir}/intel-microcode2ucode
|
||||||
/lib/firmware/*
|
/%{_lib}/firmware/*
|
||||||
%doc /usr/share/doc/microcode_ctl/*
|
%doc /usr/share/doc/microcode_ctl/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 12 2016 Anton Arapov <arapov@gmail.com> 2.1-10
|
||||||
|
- Update to upstream 2.1-8. 20151106
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.1-9.1
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.1-9.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Feb 03 2015 Anton Arapov <atont@descope.org> 2.1-8.1
|
* Tue Feb 03 2015 Anton Arapov <arapov@gmail.com> 2.1-8.1
|
||||||
- Update to upstream 2.1-7. 20150121
|
- Update to upstream 2.1-7. 20150121
|
||||||
|
|
||||||
* Sun Sep 21 2014 Anton Arapov <anton@descope.org> 2.1-8
|
* Sun Sep 21 2014 Anton Arapov <arapov@gmail.com> 2.1-8
|
||||||
- Update to upstream 2.1-6. 20140913
|
- Update to upstream 2.1-6. 20140913
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.1-7
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.1-7
|
||||||
|
Loading…
Reference in New Issue
Block a user