From 8ca867b850e7854e12ce81b380525cea174034fe Mon Sep 17 00:00:00 2001 From: Prarit Bhargava Date: Sat, 29 Jul 2023 13:26:59 -0400 Subject: [PATCH] mcelog.spec: migrated to SPDX license No functional change. Signed-off-by: Prarit Bhargava --- mcelog.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mcelog.spec b/mcelog.spec index 646f2a5..3c818a4 100644 --- a/mcelog.spec +++ b/mcelog.spec @@ -1,9 +1,9 @@ Summary: Tool to translate x86-64 CPU Machine Check Exception data Name: mcelog Version: 175 -Release: 7%{?dist} +Release: 8%{?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! @@ -60,6 +60,9 @@ install -p -m644 mcelog*.5 $RPM_BUILD_ROOT/%{_mandir}/man5/ %{_mandir}/*/* %changelog +* Sat Jul 29 2023 Prarit Bhargava 3:175-8 +- migrated to SPDX license + * Thu Jul 20 2023 Fedora Release Engineering - 3:175-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild