|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
Summary: Tool to translate x86-64 CPU Machine Check Exception data
|
|
|
|
|
Name: mcelog
|
|
|
|
|
Version: 194
|
|
|
|
|
Release: 0%{?dist}
|
|
|
|
|
Version: 200
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Epoch: 3
|
|
|
|
|
License: GPLv2
|
|
|
|
|
License: GPL-2.0-only
|
|
|
|
|
URL: https://github.com/andikleen/mcelog
|
|
|
|
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
# note that this source OVERRIDES the one on the tarball above!
|
|
|
|
@ -24,10 +24,7 @@ on x86-32 and x86-64 systems.
|
|
|
|
|
%autosetup
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# automatically populate the .os_version file so that "mcelog --version"
|
|
|
|
|
# returns a valid value instead of "unknown"
|
|
|
|
|
echo "%{version}-%{release}" > .os_version
|
|
|
|
|
%make_build CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
|
|
|
|
%make_build CFLAGS="$RPM_OPT_FLAGS -fpie -pie"
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man{5,8}
|
|
|
|
@ -63,37 +60,44 @@ install -p -m644 mcelog*.5 $RPM_BUILD_ROOT/%{_mandir}/man5/
|
|
|
|
|
%{_mandir}/*/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 5 2022 Prarit Bhargava <prarit@redhat.com> - 3:194-0
|
|
|
|
|
* Add support for EMR and SPR
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3:200-2
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Sep 2 2022 Prarit Bhargava <prarit@redhat.com> - 3:189-0
|
|
|
|
|
* Add support for RPL-P, RPL-S, ADL-N
|
|
|
|
|
* Mon Jul 22 2024 Jakub Čajka <jcajka@redhat.com> - 3:200-1
|
|
|
|
|
- Update to latest upstream version
|
|
|
|
|
- Resolves: RHEL-20091, RHEL-20085, RHEL-20556, RHEL-47461 and RHEL-37248
|
|
|
|
|
|
|
|
|
|
* Tue Jun 21 2022 Prarit Bhargava <prarit@redhat.com> - 3:182-3
|
|
|
|
|
* Also update local mcelog.conf
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3:175-11
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 15 2022 Prarit Bhargava <prarit@redhat.com> - 3:182-2
|
|
|
|
|
* Bump NVR to kick build
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3:175-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Prarit Bhargava <prarit@redhat.com> - 3:182-1
|
|
|
|
|
- Change CE threshhold from 10/day to 2/day [2094574]
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3:175-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Apr 20 2022 Prarit Bhargava <prarit@redhat.com> - 3:180-1
|
|
|
|
|
- update .os_version
|
|
|
|
|
* Sat Jul 29 2023 Prarit Bhargava <prarit@redhat.com> 3:175-8
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
* Wed Mar 09 2022 Prarit Bhargava <prarit@redhat.com> - 3:180-0
|
|
|
|
|
- Update to v180 [2040073]
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3:175-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Oct 18 2021 Prarit Bhargava <prarit@redhat.com> - 3:179-2
|
|
|
|
|
- Update to v179 [2013002]
|
|
|
|
|
- fix annocheck errors found during CI [2013002]
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3:175-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3:175-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3:175-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3:175-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3:175-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3:175-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3:175-2
|
|
|
|
|
- Rebuilt for updated systemd-rpm-macros
|
|
|
|
|
See https://pagure.io/fesco/issue/2583.
|
|
|
|
|
|
|
|
|
|
* Mon Feb 08 2021 Nicolas Chauvet <kwizart@gmail.com> - 3:175-1
|
|
|
|
|
- Update to 175
|
|
|
|
|