Skip to content

Commit

Permalink
Upgraded mcelog to version 175
Browse files Browse the repository at this point in the history
  • Loading branch information
aninda-al committed Dec 31, 2024
1 parent 81fb40a commit 936062f
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 13 deletions.
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/mcelog/mcelog.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"mcelog-168.tar.gz": "11c0f9ab9c97e12d912a51d2b4d2ee937378c5b08a3bb4e34214e0736c6fb7ef",
"mcelog-175.tar.gz": "ed25a39bb20178e79e18cc5d3202b198868986ec3e964b6285f6a7bac8469fdf",
"mcelog.conf": "cb97abe60244407ce8474b5b217c37ca93fd7b2dbb21f7c1760070141f05fe25"
}
}
}
56 changes: 47 additions & 9 deletions SPECS-EXTENDED/mcelog/mcelog.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Summary: Tool to translate x86-64 CPU Machine Check Exception data
Name: mcelog
Version: 168
Release: 3%{?dist}
License: GPLv2
Version: 175
Release: 12%{?dist}
License: GPL-2.0-only
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://github.com/andikleen/mcelog
Expand All @@ -13,6 +13,7 @@ ExclusiveArch: i686 x86_64
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
BuildRequires: make
BuildRequires: gcc
BuildRequires: systemd

Expand Down Expand Up @@ -61,11 +62,49 @@ install -p -m644 mcelog*.5 $RPM_BUILD_ROOT/%{_mandir}/man5/
%{_mandir}/*/*

%changelog
* Mon Nov 01 2021 Muhammad Falak <[email protected]> - 168-3
- Remove epoch
* Tue Dec 31 2024 Aninda Pradhan <[email protected]> - 175-12
- Initial Azure Linux import from Fedora 41 (license: MIT)
- License verified

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 3:168-2
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 3:175-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 3:175-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 3:175-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sat Jul 29 2023 Prarit Bhargava <[email protected]> 3:175-8
- migrated to SPDX license

* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 3:175-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 3:175-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 3:175-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 3:175-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 3:175-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <[email protected]> - 3:175-2
- Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.

* Mon Feb 08 2021 Nicolas Chauvet <[email protected]> - 3:175-1
- Update to 175

* Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 3:168-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 3:168-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Mon Feb 24 2020 Nicolas Chauvet <[email protected]> - 3:168-1
- Update to 168
Expand Down Expand Up @@ -218,5 +257,4 @@ install -p -m644 mcelog*.5 $RPM_BUILD_ROOT/%{_mandir}/man5/
- Update to upstream 0.4

* Thu Jan 27 2005 Dave Jones <[email protected]>
- Initial packaging.

- Initial packaging.
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12881,8 +12881,8 @@
"type": "other",
"other": {
"name": "mcelog",
"version": "168",
"downloadUrl": "https://github.com/andikleen/mcelog/archive/v168/mcelog-168.tar.gz"
"version": "175",
"downloadUrl": "https://github.com/andikleen/mcelog/archive/v168/mcelog-175.tar.gz"
}
}
},
Expand Down

0 comments on commit 936062f

Please sign in to comment.