Update to upstream 2.1-12. 20170511
Signed-off-by: Anton Arapov <arapov@gmail.com>
This commit is contained in:
parent
fabc487203
commit
232fdf0223
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@ microcode-20100826.dat
|
||||
/microcode_ctl-2.1-9.tar.xz
|
||||
/microcode_ctl-2.1-10.tar.xz
|
||||
/microcode_ctl-2.1-11.tar.xz
|
||||
/microcode_ctl-2.1-12.tar.xz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%define upstream_version 2.1-11
|
||||
%define upstream_version 2.1-12
|
||||
|
||||
Summary: Tool to transform and deploy CPU microcode update for x86
|
||||
Name: microcode_ctl
|
||||
Version: 2.1
|
||||
Release: 14.1%{?dist}
|
||||
Release: 14.2%{?dist}
|
||||
Epoch: 2
|
||||
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
|
||||
URL: https://pagure.io/microcode_ctl
|
||||
Source0: https://releases.pagure.org/microcode_ctl/%{name}-%{upstream_version}.tar.xz
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
|
||||
%description
|
||||
@ -28,12 +28,14 @@ make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||
make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean
|
||||
|
||||
%files
|
||||
%{_sbindir}/intel-microcode2ucode
|
||||
/lib/firmware/*
|
||||
%doc /usr/share/doc/microcode_ctl/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 23 2017 Anton Arapov <aarapov@redhat.com> 2:2.1-14.2
|
||||
- Update to upstream 2.1-12. 20170511
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.1-14.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user