new release. new intel firmware 20151106

Signed-off-by: Anton Arapov <arapov@gmail.com>
This commit is contained in:
Anton Arapov 2016-01-12 15:24:04 +01:00
parent 8e579fb075
commit cb0a6a7aa8
3 changed files with 12 additions and 14 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ microcode-20100826.dat
/microcode_ctl-2.1-5.tar.xz
/microcode_ctl-2.1-6.tar.xz
/microcode_ctl-2.1-7.tar.xz
/microcode_ctl-2.1-8.tar.xz

View File

@ -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
Version: 2.1
Release: 9.1%{?dist}
Release: 10%{?dist}
Epoch: 2
Group: System Environment/Base
License: GPLv2+ and Redistributable, no modification permitted
URL: http://fedorahosted.org/microcode_ctl
Source0: http://fedorahosted.org/released/microcode_ctl/%{name}-%{upstream_version}.tar.xz
Buildroot: %{_tmppath}/%{name}-%{version}-root
ExclusiveArch: %{ix86} x86_64
%description
@ -27,26 +25,25 @@ back to the old microcode.
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean
%clean
rm -rf %{buildroot}
%files
/usr/sbin/intel-microcode2ucode
/lib/firmware/*
%{_sbindir}/intel-microcode2ucode
/%{_lib}/firmware/*
%doc /usr/share/doc/microcode_ctl/*
%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
- 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
* 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
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.1-7

View File

@ -1 +1 @@
15de1bf30b1925eba0661ef485cacbd0 microcode_ctl-2.1-7.tar.xz
f1285c0ef5a97611690ccf200bcab1c2 microcode_ctl-2.1-8.tar.xz