From 6f9d6786cdb39fb7b2f0e46e0a517ae54727241f Mon Sep 17 00:00:00 2001 From: Maurizio Lombardi Date: Mon, 12 Feb 2024 19:05:05 +0100 Subject: [PATCH] migrate to SPDX license Signed-off-by: Maurizio Lombardi --- python-kmod.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-kmod.spec b/python-kmod.spec index 16c55e9..b717bf2 100644 --- a/python-kmod.spec +++ b/python-kmod.spec @@ -1,8 +1,8 @@ Name: python-kmod -License: LGPLv2+ +License: LGPL-2.0-or-later Summary: Python module to work with kernel modules Version: 0.9.2 -Release: 3%{?dist} +Release: 4%{?dist} URL: https://github.com/maurizio-lombardi/python-kmod/ Source0: https://github.com/downloads/maurizio-lombardi/%{name}/%{name}-%{version}.tar.gz BuildRequires: gcc @@ -40,6 +40,9 @@ Linux kernel modules, using libkmod. %doc COPYING.LESSER README %changelog +* Mon Feb 12 2024 Maurizio Lombardi - 0.9.2-4 +- migrated to SPDX license + * Fri Jan 26 2024 Fedora Release Engineering - 0.9.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild