From f23e6627c969dc3c0ee709accf5f85ffbb54af14 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 3 May 2023 08:17:19 -0400 Subject: [PATCH] Confirm License is SPDX MIT --- python-ruamel-yaml.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-ruamel-yaml.spec b/python-ruamel-yaml.spec index 2b099e8..0aaaf4d 100644 --- a/python-ruamel-yaml.spec +++ b/python-ruamel-yaml.spec @@ -5,9 +5,10 @@ Name: python-%{pname} Version: 0.17.22 -Release: 1%{?dist} +Release: 2%{?dist} Summary: YAML 1.2 loader/dumper package for Python +# SPDX License: MIT URL: https://sourceforge.net/projects/ruamel-yaml # Use bitbucket sources so we can run the tests @@ -60,6 +61,9 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Thu May 04 2023 Benjamin A. Beasley - 0.17.22-2 +- Confirm License is SPDX MIT + * Wed May 03 2023 Maxwell G - 0.17.22-1 - Update to 0.17.22. Fixes rhbz#2192464.