From 13ec60a38e1dbe5bafc754dcb3922dcefbc44d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 29 Jul 2024 11:51:12 +0200 Subject: [PATCH] convert GPLv2 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- python-xmltramp.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-xmltramp.spec b/python-xmltramp.spec index 617a79c..eac248e 100644 --- a/python-xmltramp.spec +++ b/python-xmltramp.spec @@ -1,10 +1,11 @@ Name: python-xmltramp Version: 2.18 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Pythonic API for XML -License: GPLv2 +# Automatically converted from old format: GPLv2 - review is highly recommended. +License: GPL-2.0-only # License text is not present in the upstream file, though clearly marked as GPLv2 # See https://www.redhat.com/archives/fedora-legal-list/2008-January/msg00010.html @@ -54,6 +55,9 @@ install -Dm0644 -t %{buildroot}%{python3_sitelib}/ xmltramp.py %changelog +* Mon Jul 29 2024 Miroslav Suchý - 2.18-24 +- convert license to SPDX + * Fri Jul 19 2024 Fedora Release Engineering - 2.18-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild