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-9.tar.xz
|
||||||
/microcode_ctl-2.1-10.tar.xz
|
/microcode_ctl-2.1-10.tar.xz
|
||||||
/microcode_ctl-2.1-11.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
|
Summary: Tool to transform and deploy CPU microcode update for x86
|
||||||
Name: microcode_ctl
|
Name: microcode_ctl
|
||||||
Version: 2.1
|
Version: 2.1
|
||||||
Release: 14.1%{?dist}
|
Release: 14.2%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: GPLv2+ and Redistributable, no modification permitted
|
License: GPLv2+ and Redistributable, no modification permitted
|
||||||
URL: http://fedorahosted.org/microcode_ctl
|
URL: https://pagure.io/microcode_ctl
|
||||||
Source0: http://fedorahosted.org/released/microcode_ctl/%{name}-%{upstream_version}.tar.xz
|
Source0: https://releases.pagure.org/microcode_ctl/%{name}-%{upstream_version}.tar.xz
|
||||||
ExclusiveArch: %{ix86} x86_64
|
ExclusiveArch: %{ix86} x86_64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -28,12 +28,14 @@ make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
|||||||
make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean
|
make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_sbindir}/intel-microcode2ucode
|
|
||||||
/lib/firmware/*
|
/lib/firmware/*
|
||||||
%doc /usr/share/doc/microcode_ctl/*
|
%doc /usr/share/doc/microcode_ctl/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user