-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
51 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -13,6 +13,7 @@ ExclusiveArch: i686 x86_64 | |
Requires(post): systemd | ||
Requires(preun): systemd | ||
Requires(postun): systemd | ||
BuildRequires: make | ||
BuildRequires: gcc | ||
BuildRequires: systemd | ||
|
||
|
@@ -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 | ||
|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters