From 2f69aeb3ca2e204bfbb3f859a52690fdb2160cc2 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 13 Jun 2023 16:07:23 -0400 Subject: [PATCH] Use SPDX-format license; also make it match upstream --- python-pyudev.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pyudev.spec b/python-pyudev.spec index f175415..49948ea 100644 --- a/python-pyudev.spec +++ b/python-pyudev.spec @@ -1,10 +1,10 @@ %global srcname pyudev Name: python-%{srcname} Version: 0.24.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A libudev binding -License: LGPLv2+ +License: LGPL-2.1-or-later URL: http://pypi.python.org/pypi/pyudev Source0: https://pypi.io/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz @@ -97,6 +97,9 @@ rm -rf pyudev.egg-info %{python3_sitelib}/pyudev/__pycache__/pyqt5.* %changelog +* Tue Jun 13 2023 mulhern - 0.24.1-3 +- Use SPDX-format license; also make it match upstream + * Tue Jun 13 2023 Python Maint - 0.24.1-2 - Rebuilt for Python 3.12