From bf0d45c4c25d9cdc8fe6bd2c708ef8b1f7e883e3 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Dec 02 2023 21:18:22 +0000 Subject: Update the SPDX license tag in the specfile --- diff --git a/python-linux-procfs.spec b/python-linux-procfs.spec index a7ecb49..4eacd98 100644 --- a/python-linux-procfs.spec +++ b/python-linux-procfs.spec @@ -5,8 +5,8 @@ Name: python-linux-procfs Version: 0.7.3 -Release: 1%{?dist} -License: GPLv2 +Release: 2%{?dist} +License: GPL-2.0-only Summary: Linux /proc abstraction classes Source: https://cdn.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.xz URL: https://rt.wiki.kernel.org/index.php/Tuna @@ -48,6 +48,9 @@ rm -rf %{buildroot} %license COPYING %changelog +* Sat Dec 02 2023 John Kacur - 0.7.3-2 +- Update the SPDX license tag in the specfile + * Sat Dec 02 2023 John Kacur - 0.7.3-1 - Update to the latest upstream version v0.7.3 - Use an SPDX license tag in the specfile