Blame SPECS/microcode_ctl.spec

62b1c6
%define intel_ucode_version 20190514a
c08efc
%define intel_ucode_file_id 28727
b24a43
%global debug_package %{nil}
b24a43
b24a43
%define caveat_dir %{_datarootdir}/microcode_ctl/ucode_with_caveats
b24a43
%define microcode_ctl_libexec %{_libexecdir}/microcode_ctl
b24a43
b24a43
%define update_ucode %{microcode_ctl_libexec}/update_ucode
b24a43
%define check_caveats %{microcode_ctl_libexec}/check_caveats
b24a43
%define reload_microcode %{microcode_ctl_libexec}/reload_microcode
b24a43
b24a43
%define dracutlibdir %{_prefix}/lib/dracut
b24a43
b24a43
Summary:        CPU microcode updates for Intel x86 processors
b24a43
Name:           microcode_ctl
c08efc
Version:        20180807a
62b1c6
Release:        2.%{intel_ucode_version}.2%{?dist}
b24a43
Epoch:          4
b24a43
License:        CC0 and Redistributable, no modification permitted
b24a43
URL:            https://downloadcenter.intel.com/download/%{intel_ucode_file_id}/Linux-Processor-Microcode-Data-File
62b1c6
Source0:        https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-%{intel_ucode_version}.tar.gz
b24a43
b24a43
b24a43
# systemd unit
b24a43
Source10:       microcode.service
b24a43
b24a43
# dracut-related stuff
b24a43
Source20:       01-microcode.conf
b24a43
Source21:       99-microcode-override.conf
b24a43
Source22:       dracut_99microcode_ctl-fw_dir_override_module_init.sh
b24a43
b24a43
# libexec
b24a43
Source30:       update_ucode
b24a43
Source31:       check_caveats
b24a43
Source32:       reload_microcode
b24a43
b24a43
# docs
b24a43
Source41:       README.caveats
b24a43
b24a43
## Caveats
b24a43
# BDW EP/EX
b24a43
Source100:      06-4f-01_readme
b24a43
Source101:      06-4f-01_config
b24a43
b24a43
# Unsafe early MC update inside VM:
b24a43
# https://bugzilla.redhat.com/show_bug.cgi?id=1596627
b24a43
Source110:      intel_readme
b24a43
Source111:      intel_config
b24a43
c08efc
Source200:      gen_provides.sh
b24a43
b24a43
ExclusiveArch:  %{ix86} x86_64
b24a43
BuildRequires:  systemd-units
b24a43
Requires(post): systemd
b24a43
Requires(preun): systemd
b24a43
Requires(postun): systemd
b24a43
Requires(posttrans): kernel
b24a43
c08efc
%global _use_internal_dependency_generator 0
c08efc
%define __find_provides "%{SOURCE200}"
b24a43
b24a43
%description
b24a43
This package provides microcode update files for Intel x86 and x86_64 CPUs.
b24a43
b24a43
The microcode update is volatile and needs to be uploaded on each system
b24a43
boot i.e. it isn't stored on a CPU permanently; reboot and it reverts
b24a43
back to the old microcode.
b24a43
b24a43
Package name "microcode_ctl" is historical, as the binary with the same name
b24a43
is no longer used for microcode upload and, as a result, no longer provided.
b24a43
b24a43
%prep
62b1c6
%setup -n "Intel-Linux-Processor-Microcode-Data-Files-microcode-%{intel_ucode_version}"
b24a43
b24a43
%build
b24a43
:
b24a43
b24a43
%install
b24a43
install -m 755 -d \
b24a43
	"%{buildroot}/%{_datarootdir}/microcode_ctl/intel-ucode" \
b24a43
	"%{buildroot}/%{caveat_dir}/" \
b24a43
	"%{buildroot}/etc/microcode_ctl/ucode_with_caveats/"
b24a43
b24a43
# systemd unit
b24a43
install -m 755 -d "%{buildroot}/%{_unitdir}"
b24a43
install -m 644 "%{SOURCE10}" -t "%{buildroot}/%{_unitdir}/"
b24a43
b24a43
# dracut
b24a43
%define dracut_mod_dir "%{buildroot}/%{dracutlibdir}/modules.d/99microcode_ctl-fw_dir_override"
b24a43
install -m 755 -d \
b24a43
	"%{dracut_mod_dir}" \
b24a43
	"%{buildroot}/%{dracutlibdir}/dracut.conf.d/"
b24a43
install -m 644 "%{SOURCE20}" "%{SOURCE21}" \
b24a43
	-t "%{buildroot}/%{dracutlibdir}/dracut.conf.d/"
b24a43
install -m 755 "%{SOURCE22}" "%{dracut_mod_dir}/module-setup.sh"
b24a43
b24a43
# Internal helper scripts
b24a43
install -m 755 -d "%{buildroot}/%{microcode_ctl_libexec}"
b24a43
install "%{SOURCE30}" "%{SOURCE31}" "%{SOURCE32}" \
b24a43
	-m 755 -t "%{buildroot}/%{microcode_ctl_libexec}"
b24a43
b24a43
b24a43
## Documentation
b24a43
install -m 755 -d "%{buildroot}/%{_pkgdocdir}/caveats"
b24a43
62b1c6
install "%{SOURCE41}" \
b24a43
	-m 644 -t "%{buildroot}/%{_pkgdocdir}/"
b24a43
b24a43
# Provide Intel microcode license, as it requires so
b24a43
install -m 644 license \
b24a43
	"%{buildroot}/%{_pkgdocdir}/LICENSE.intel-ucode"
b24a43
install -m 644 releasenote \
b24a43
	"%{buildroot}/%{_pkgdocdir}/RELEASE_NOTES.intel-ucode"
b24a43
b24a43
# caveats
b24a43
install -m 644 "%{SOURCE100}" "%{SOURCE110}" \
b24a43
        -t "%{buildroot}/%{_pkgdocdir}/caveats/"
b24a43
b24a43
b24a43
## Caveat data
b24a43
b24a43
# BDW caveat
b24a43
%define bdw_inst_dir %{buildroot}/%{caveat_dir}/intel-06-4f-01/
b24a43
install -m 755 -d "%{bdw_inst_dir}/intel-ucode"
b24a43
install -m 644 intel-ucode-with-caveats/* -t "%{bdw_inst_dir}/intel-ucode/"
b24a43
install -m 644 "%{SOURCE100}" "%{bdw_inst_dir}/readme"
b24a43
install -m 644 "%{SOURCE101}" "%{bdw_inst_dir}/config"
b24a43
b24a43
# Early update caveat
b24a43
%define intel_inst_dir %{buildroot}/%{caveat_dir}/intel/
b24a43
install -m 755 -d "%{intel_inst_dir}/intel-ucode"
b24a43
install -m 644 intel-ucode/* -t "%{intel_inst_dir}/intel-ucode/"
b24a43
install -m 644 "%{SOURCE110}" "%{intel_inst_dir}/readme"
b24a43
install -m 644 "%{SOURCE111}" "%{intel_inst_dir}/config"
b24a43
b24a43
b24a43
## Cleanup
b24a43
#rm -f intel-ucode-with-caveats/06-4f-01
b24a43
#rmdir intel-ucode-with-caveats
b24a43
#rm -rf intel-ucode
b24a43
b24a43
b24a43
%post
b24a43
%systemd_post microcode.service
b24a43
%{update_ucode}
b24a43
%{reload_microcode}
b24a43
b24a43
exit 0
b24a43
b24a43
%posttrans
b24a43
# We only want to regenerate the initramfs for a fully booted
b24a43
# system; if this package happened to e.g. be pulled in as a build
b24a43
# dependency, it is pointless at best to regenerate the initramfs,
b24a43
# and also does not work with rpm-ostree:
b24a43
# https://bugzilla.redhat.com/show_bug.cgi?id=1199582
b24a43
#
b24a43
# Also check that the running kernel is actually installed:
b24a43
# https://bugzilla.redhat.com/show_bug.cgi?id=1591664
b24a43
# We use the presence of symvers file as an indicator, the check similar
b24a43
# to what weak-modules script does.
b24a43
#
b24a43
# Now that /boot/symvers-KVER.gz population is now relies on some shell scripts
b24a43
# that are triggered by other shell scripts (kernel-install, which is a part
b24a43
# of systemd) that called by RPM scripts, and systemd is not inclined to fix
b24a43
# https://bugzilla.redhat.com/show_bug.cgi?id=1609698
b24a43
# https://bugzilla.redhat.com/show_bug.cgi?id=1609696
b24a43
# So, we check for symvers file inside /lib/modules.
b24a43
if [ -d /run/systemd/system -a -e "/lib/modules/$(uname -r)/symvers.gz" ]; then
b24a43
	dracut -f
b24a43
fi
b24a43
b24a43
%global rpm_state_dir %{_localstatedir}/lib/rpm-state
b24a43
b24a43
b24a43
%preun
b24a43
%systemd_preun microcode.service
b24a43
b24a43
# Storing ucode list before uninstall
b24a43
ls /usr/share/microcode_ctl/intel-ucode |
b24a43
	sort > "%{rpm_state_dir}/microcode_ctl_un_intel-ucode"
b24a43
ls /usr/share/microcode_ctl/ucode_with_caveats |
b24a43
	sort > "%{rpm_state_dir}/microcode_ctl_un_ucode_caveats"
b24a43
%{update_ucode} --action list --skip-common |
b24a43
	sort > "%{rpm_state_dir}/microcode_ctl_un_file_list"
b24a43
b24a43
%postun
b24a43
%systemd_postun microcode.service
b24a43
b24a43
ls /usr/share/microcode_ctl/intel-ucode 2> /dev/null |
b24a43
	sort > "%{rpm_state_dir}/microcode_ctl_un_intel-ucode_after"
b24a43
comm -23 \
b24a43
	"%{rpm_state_dir}/microcode_ctl_un_intel-ucode" \
b24a43
	"%{rpm_state_dir}/microcode_ctl_un_intel-ucode_after" \
b24a43
	> "%{rpm_state_dir}/microcode_ctl_un_intel-ucode_diff"
b24a43
b24a43
if [ -e "%{update_ucode}" ]; then
b24a43
	ls /usr/share/microcode_ctl/ucode_with_caveats 2> /dev/null |
b24a43
		sort > "%{rpm_state_dir}/microcode_ctl_un_ucode_caveats_after"
b24a43
b24a43
	comm -23 \
b24a43
		"%{rpm_state_dir}/microcode_ctl_un_ucode_caveats" \
b24a43
		"%{rpm_state_dir}/microcode_ctl_un_ucode_caveats_after" \
b24a43
		> "%{rpm_state_dir}/microcode_ctl_un_ucode_caveats_diff"
b24a43
b24a43
	%{update_ucode} --action remove --cleanup \
b24a43
		"%{rpm_state_dir}/microcode_ctl_un_intel-ucode_diff" \
b24a43
		"%{rpm_state_dir}/microcode_ctl_un_ucode_caveats_diff" || :
b24a43
b24a43
	rm -f "%{rpm_state_dir}/microcode_ctl_un_ucode_caveats_after"
b24a43
	rm -f "%{rpm_state_dir}/microcode_ctl_un_ucode_caveats_diff"
b24a43
else
b24a43
	while read -r f; do
b24a43
		[ -L "/lib/firmware/intel-ucode/$f" ] || continue
b24a43
		rm -f "/lib/firmware/intel-ucode/$f"
b24a43
	done < "%{rpm_state_dir}/microcode_ctl_un_intel-ucode_diff"
b24a43
b24a43
	rmdir "/lib/firmware/intel-ucode" 2>/dev/null || :
b24a43
b24a43
	# We presume that if we don't have update_ucode script, we can remove
b24a43
	# all the caveats-related files.
b24a43
	while read -r f; do
b24a43
		if [ -L "$f" ] || [ "${f%%readme-*}" != "$f" ]; then
b24a43
			rm -f "$f"
b24a43
			rmdir -p $(dirname "$f") 2>/dev/null || :
b24a43
		fi
b24a43
	done < "%{rpm_state_dir}/microcode_ctl_un_file_list"
b24a43
fi
b24a43
b24a43
rm -f "%{rpm_state_dir}/microcode_ctl_un_intel-ucode"
b24a43
rm -f "%{rpm_state_dir}/microcode_ctl_un_intel-ucode_after"
b24a43
rm -f "%{rpm_state_dir}/microcode_ctl_un_intel-ucode_diff"
b24a43
b24a43
rm -f "%{rpm_state_dir}/microcode_ctl_un_ucode_caveats"
b24a43
b24a43
rm -f "%{rpm_state_dir}/microcode_ctl_un_file_list"
b24a43
b24a43
exit 0
b24a43
b24a43
b24a43
%triggerin -- kernel-core
b24a43
%{update_ucode}
b24a43
b24a43
%triggerpostun -- kernel-core
b24a43
%{update_ucode}
b24a43
b24a43
b24a43
%clean
b24a43
rm -rf %{buildroot}
b24a43
b24a43
b24a43
%files
b24a43
%ghost %attr(0755, root, root) /lib/firmware/intel-ucode
b24a43
%{microcode_ctl_libexec}
b24a43
/usr/share/microcode_ctl
b24a43
/etc/microcode_ctl
b24a43
%{dracutlibdir}/modules.d/*
b24a43
%config(noreplace) %{dracutlibdir}/dracut.conf.d/*
b24a43
%{_unitdir}/microcode.service
b24a43
%doc %{_pkgdocdir}
b24a43
b24a43
b24a43
%changelog
62b1c6
* Sun Jun 02 2019 Eugene Syromiatnikov <esyr@redhat.com> - 4:20180807a-2.20190514a.2
62b1c6
- Remove disclaimer, as it is not as important now to justify kmsg/log
62b1c6
  pollution; its contents are partially adopted in README.caveats.
62b1c6
62b1c6
* Mon May 20 2019 Eugene Syromiatnikov <esyr@redhat.com> - 4:20180807a-2.20190514a.1
62b1c6
- Intel CPU microcode update to 20190514a (#1715334).
62b1c6
c08efc
* Fri May 10 2019 Eugene Syromiatnikov <esyr@redhat.com> - 4:20180807a-2.20190507.1
c08efc
- Intel CPU microcode update to 20190507 (#1704339).
c08efc
c08efc
* Fri May 10 2019 Eugene Syromiatnikov <esyr@redhat.com> 4:20180807a-2.20190312.1
c08efc
- Intel CPU microcode update to 20190312 (#1704339).
c08efc
- Add "Provides:" tags generation.
c08efc
b24a43
* Tue Nov 06 2018 Eugene Syromiatnikov <esyr@redhat.com> 4:20180807a-2
b24a43
- Do not exit with error in %postin if disclaimer printing returned an error
b24a43
  (#1647083).
b24a43
b24a43
* Wed Oct 17 2018 Eugene Syromiatnikov <esyr@redhat.com> 4:20180807a-1
b24a43
- Use the tar ball distributed by Intel directly, sync up with RHEL 7.6.
b24a43
b24a43
* Fri Aug 24 2018 Eugene Syromiatnikov <esyr@redhat.com> 3:2.1-27
b24a43
- Bump epoch in order to ensure upgrade from RHEL 7 (#1622131).
b24a43
b24a43
* Mon Aug 13 2018 Anton Arapov <aarapov@redhat.com> 2:2.1-26
b24a43
- Update to upstream 2.1-19. 20180807
b24a43
b24a43
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.1-25
b24a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b24a43
b24a43
* Mon Jul 09 2018 Anton Arapov <aarapov@redhat.com> 2:2.1-24
b24a43
- Update to upstream 2.1-18. 20180703
b24a43
b24a43
* Wed May 16 2018 Anton Arapov <aarapov@redhat.com> 2:2.1-23
b24a43
- Update to upstream 2.1-17. 20180425
b24a43
b24a43
* Thu Mar 15 2018 Anton Arapov <aarapov@redhat.com> 2:2.1-22
b24a43
- Update to upstream 2.1-16. 20180312
b24a43
b24a43
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.1-21
b24a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b24a43
b24a43
* Tue Jan 09 2018 Anton Arapov <aarapov@redhat.com> 2:2.1-20
b24a43
- Update to upstream 2.1-15. 20180108
b24a43
b24a43
* Tue Nov 21 2017 Anton Arapov <aarapov@redhat.com> 2:2.1-19
b24a43
- Update to upstream 2.1-14. 20171117
b24a43
b24a43
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.1-18
b24a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b24a43
b24a43
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.1-17
b24a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b24a43
b24a43
* Wed Jul 12 2017 Anton Arapov <aarapov@redhat.com> 2:2.1-16
b24a43
- Update to upstream 2.1-13. 20170707
b24a43
b24a43
* Tue May 23 2017 Anton Arapov <aarapov@redhat.com> 2:2.1-15
b24a43
- Update to upstream 2.1-12. 20170511
b24a43
b24a43
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.1-14.1
b24a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b24a43
b24a43
* Fri Dec 02 2016 Anton Arapov <arapov@gmail.com> 2.1-13.1
b24a43
- Update to upstream 2.1-11. 20161104
b24a43
b24a43
* Thu Jul 21 2016 Anton Arapov <arapov@gmail.com> 2.1-13
b24a43
- Update to upstream 2.1-10. 20160714
b24a43
- Fixes rhbz#1353103
b24a43
b24a43
* Fri Jun 24 2016 Anton Arapov <arapov@gmail.com> 2.1-12
b24a43
- Update to upstream 2.1-9. 20160607
b24a43
b24a43
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.1-11
b24a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b24a43
b24a43
* Tue Jan 12 2016 Anton Arapov <arapov@gmail.com> 2.1-10
b24a43
- Update to upstream 2.1-8. 20151106
b24a43
b24a43
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.1-9.1
b24a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b24a43
b24a43
* Tue Feb 03 2015 Anton Arapov <arapov@gmail.com> 2.1-8.1
b24a43
- Update to upstream 2.1-7. 20150121
b24a43
b24a43
* Sun Sep 21 2014 Anton Arapov <arapov@gmail.com> 2.1-8
b24a43
- Update to upstream 2.1-6. 20140913
b24a43
b24a43
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.1-7
b24a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b24a43
b24a43
* Tue Jul 08 2014 Anton Arapov <anton@descope.org> 2.1-6
b24a43
- Update to upstream 2.1-5. 20140624
b24a43
b24a43
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.1-5
b24a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b24a43
b24a43
* Thu May 01 2014 Anton Arapov <anton@redhat.com> 2.1-4
b24a43
- Update to upstream 2.1-4.
b24a43
b24a43
* Fri Jan 24 2014 Anton Arapov <anton@redhat.com> 2.1-3
b24a43
- Update to upstream 2.1-3.
b24a43
b24a43
* Mon Sep 09 2013 Anton Arapov <anton@redhat.com> 2.1-2
b24a43
- Update to upstream 2.1-2.
b24a43
b24a43
* Wed Aug 14 2013 Anton Arapov <anton@redhat.com> 2.1-1
b24a43
- Update to upstream 2.1-1.
b24a43
b24a43
* Sat Jul 27 2013 Anton Arapov <anton@redhat.com> 2.1-0
b24a43
- Update to upstream 2.1. AMD microcode has been removed, find it in linux-firmware.
b24a43
b24a43
* Wed Apr 03 2013 Anton Arapov <anton@redhat.com> 2.0-3.1
b24a43
- Update to upstream 2.0-3
b24a43
b24a43
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.0-3
b24a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b24a43
b24a43
* Wed Oct 17 2012 Anton Arapov <anton@redhat.com> 2.0-2
b24a43
- Update to upstream 2.0-2
b24a43
b24a43
* Tue Oct 02 2012 Anton Arapov <anton@redhat.com> 2.0-1
b24a43
- Update to upstream 2.0-1
b24a43
b24a43
* Mon Aug 06 2012 Anton Arapov <anton@redhat.com> 2.0
b24a43
- Update to upstream 2.0
b24a43
b24a43
* Wed Jul 25 2012 Anton Arapov <anton@redhat.com> 1.18-1
b24a43
- Update to upstream 1.18
b24a43
b24a43
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.17-26
b24a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b24a43
b24a43
* Thu Jun 07 2012 Anton Arapov <anton@redhat.com> 1.17-25
b24a43
- Update to microcode-20120606.dat
b24a43
b24a43
* Tue Feb 07 2012 Anton Arapov <anton@redhat.com> 1.17-24
b24a43
- Update to amd-ucode-2012-01-17.tar
b24a43
b24a43
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.17-22
b24a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b24a43
b24a43
* Thu Dec 22 2011 Anton Arapov <anton@redhat.com> 1.17-21
b24a43
- Fix a segfault that may be triggered by very long parameter [#768803]
b24a43
b24a43
* Tue Dec 13 2011 Anton Arapov <anton@redhat.com> 1.17-20
b24a43
- Update to microcode-20111110.dat
b24a43
b24a43
* Tue Sep 27 2011 Anton Arapov <anton@redhat.com> 1.17-19
b24a43
- Update to microcode-20110915.dat
b24a43
b24a43
* Thu Aug 04 2011 Anton Arapov <anton@redhat.com> 1.17-18
b24a43
- Ship splitted microcode for Intel CPUs [#690930]
b24a43
- Include tool for splitting microcode for Intl CPUs (Kay Sievers )
b24a43
b24a43
* Thu Jun 30 2011 Anton Arapov <anton@redhat.com> 1.17-17
b24a43
- Fix udev rules (Dave Jones ) [#690930]
b24a43
b24a43
* Thu May 12 2011 Anton Arapov <anton@redhat.com> 1.17-14
b24a43
- Update to microcode-20110428.dat
b24a43
b24a43
* Thu Mar 24 2011 Anton Arapov <anton@redhat.com> 1.17-13
b24a43
- fix memory leak.
b24a43
b24a43
* Mon Mar 07 2011 Anton Arapov <anton@redhat.com> 1.17-12
b24a43
- Update to amd-ucode-2011-01-11.tar
b24a43
b24a43
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.17-11
b24a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b24a43
b24a43
* Wed Jan 19 2011 Anton Arapov <anton@redhat.com> 1.17-10
b24a43
- manpage fix (John Bradshaw ) [#670879]
b24a43
b24a43
* Wed Jan 05 2011 Anton Arapov <anton@redhat.com> 1.17-9
b24a43
- Update to microcode-20101123.dat
b24a43
b24a43
* Mon Nov 01 2010 Anton Arapov <anton@redhat.com> 1.17-8
b24a43
- Update to microcode-20100914.dat
b24a43
b24a43
* Wed Sep 29 2010 jkeating - 1:1.17-7
b24a43
- Rebuilt for gcc bug 634757
b24a43
b24a43
* Wed Sep 15 2010 Anton Arapov <anton@redhat.com> 1.17-6
b24a43
- Update to microcode-20100826.dat
b24a43
b24a43
* Tue Sep 07 2010 Toshio Kuratomi <toshio@fedoraproject.org> 1.17-5
b24a43
- Fix license tag: bz#450491
b24a43
b24a43
* Fri Aug 27 2010 Dave Jones <davej@redhat.com> 1.17-4
b24a43
- Update to microcode-20100826.dat
b24a43
b24a43
* Tue Mar 23 2010 Anton Arapov <anton@redhat.com> 1.17-3
b24a43
- Fix the udev rules (Harald Hoyer )
b24a43
b24a43
* Mon Mar 22 2010 Anton Arapov <anton@redhat.com> 1.17-2
b24a43
- Make microcode_ctl event driven (Bill Nottingham ) [#479898]
b24a43
b24a43
* Thu Feb 11 2010 Dave Jones <davej@redhat.com> 1.17-1.58
b24a43
- Update to microcode-20100209.dat
b24a43
b24a43
* Fri Dec 04 2009 Kyle McMartin <kyle@redhat.com> 1.17-1.57
b24a43
- Fix duplicate message pointed out by Edward Sheldrake.
b24a43
b24a43
* Wed Dec 02 2009 Kyle McMartin <kyle@redhat.com> 1.17-1.56
b24a43
- Add AMD x86/x86-64 microcode. (Dated: 2009-10-09)
b24a43
  Doesn't need microcode_ctl modifications as it's loaded by
b24a43
  request_firmware() like any other sensible driver.
b24a43
- Eventually, this AMD firmware can probably live inside
b24a43
  kernel-firmware once it is split out.
b24a43
b24a43
* Wed Sep 30 2009 Dave Jones <davej@redhat.com>
b24a43
- Update to microcode-20090927.dat
b24a43
b24a43
* Fri Sep 11 2009 Dave Jones <davej@redhat.com>
b24a43
- Remove some unnecessary code from the init script.
b24a43
b24a43
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.17-1.52.1
b24a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b24a43
b24a43
* Thu Jun 25 2009 Dave Jones <davej@redhat.com>
b24a43
- Shorten sleep time during init.
b24a43
  This really needs to be replaced with proper udev hooks, but this is
b24a43
  a quick interim fix.
b24a43
b24a43
* Wed Jun 03 2009 Kyle McMartin <kyle@redhat.com> 1:1.17-1.50
b24a43
- Change ExclusiveArch to i586 instead of i386. Resolves rhbz#497711.
b24a43
b24a43
* Wed May 13 2009 Dave Jones <davej@redhat.com>
b24a43
- update to microcode 20090330
b24a43
b24a43
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.17-1.46.1
b24a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b24a43
b24a43
* Fri Sep 12 2008 Dave Jones <davej@redhat.com>
b24a43
- update to microcode 20080910
b24a43
b24a43
* Tue Apr 01 2008 Jarod Wilson <jwilson@redhat.com>
b24a43
- Update to microcode 20080401
b24a43
b24a43
* Sat Mar 29 2008 Dave Jones <davej@redhat.com>
b24a43
- Update to microcode 20080220
b24a43
- Fix rpmlint warnings in specfile.
b24a43
b24a43
* Mon Mar 17 2008 Dave Jones <davej@redhat.com>
b24a43
- specfile cleanups.
b24a43
b24a43
* Fri Feb 22 2008 Jarod Wilson <jwilson@redhat.com>
b24a43
- Use /lib/firmware instead of /etc/firmware
b24a43
b24a43
* Wed Feb 13 2008 Jarod Wilson <jwilson@redhat.com>
b24a43
- Fix permissions on microcode.dat
b24a43
b24a43
* Thu Feb 07 2008 Jarod Wilson <jwilson@redhat.com>
b24a43
- Spec cleanup and macro standardization.
b24a43
- Update license
b24a43
- Update microcode data file to 20080131 revision.
b24a43
b24a43
* Mon Jul  2 2007 Dave Jones <davej@redhat.com>
b24a43
- Update to upstream 1.17
b24a43
b24a43
* Thu Oct 12 2006 Jon Masters <jcm@redhat.com>
b24a43
- BZ209455 fixes.
b24a43
b24a43
* Mon Jul 17 2006 Jesse Keating <jkeating@redhat.com>
b24a43
- rebuild
b24a43
b24a43
* Fri Jun 16 2006 Bill Nottingham <notting@redhat.com>
b24a43
- remove kudzu requirement
b24a43
- add prereq for coreutils, awk, grep
b24a43
b24a43
* Thu Feb 09 2006 Dave Jones <davej@redhat.com>
b24a43
- rebuild.
b24a43
b24a43
* Fri Jan 27 2006 Dave Jones <davej@redhat.com>
b24a43
- Update to upstream 1.13
b24a43
b24a43
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
b24a43
- rebuilt for new gcj
b24a43
b24a43
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
b24a43
- rebuilt
b24a43
b24a43
* Mon Nov 14 2005 Dave Jones <davej@redhat.com>
b24a43
- initscript tweaks.
b24a43
b24a43
* Tue Sep 13 2005 Dave Jones <davej@redhat.com>
b24a43
- Update to upstream 1.12
b24a43
b24a43
* Wed Aug 17 2005 Dave Jones <davej@redhat.com>
b24a43
- Check for device node *after* loading the module. (#157672)
b24a43
b24a43
* Tue Mar  1 2005 Dave Jones <davej@redhat.com>
b24a43
- Rebuild for gcc4
b24a43
b24a43
* Thu Feb 17 2005 Dave Jones <davej@redhat.com>
b24a43
- s/Serial/Epoch/
b24a43
b24a43
* Tue Jan 25 2005 Dave Jones <davej@redhat.com>
b24a43
- Drop the node creation/deletion change from previous release.
b24a43
  It'll cause grief with selinux, and was a hack to get around
b24a43
  a udev shortcoming that should be fixed properly.
b24a43
b24a43
* Fri Jan 21 2005 Dave Jones <davej@redhat.com>
b24a43
- Create/remove the /dev/cpu/microcode dev node as needed.
b24a43
- Use correct path again for the microcode.dat.
b24a43
- Remove some no longer needed tests in the init script.
b24a43
b24a43
* Fri Jan 14 2005 Dave Jones <davej@redhat.com>
b24a43
- Only enable microcode_ctl service if the CPU is capable.
b24a43
- Prevent microcode_ctl getting restarted multiple times on initlevel change (#141581)
b24a43
- Make restart/reload work properly
b24a43
- Do nothing if not started by root.
b24a43
b24a43
* Wed Jan 12 2005 Dave Jones <davej@redhat.com>
b24a43
- Adjust dev node location. (#144963)
b24a43
b24a43
* Tue Jan 11 2005 Dave Jones <davej@redhat.com>
b24a43
- Load/Remove microcode module in initscript.
b24a43
b24a43
* Mon Jan 10 2005 Dave Jones <davej@redhat.com>
b24a43
- Update to upstream 1.11 release.
b24a43
b24a43
* Sat Dec 18 2004 Dave Jones <davej@redhat.com>
b24a43
- Initial packaging, based upon kernel-utils.
b24a43