From f0cfeb49c32553950f47515f116e1d3e6034c13c Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 13 Oct 2022 09:58:20 -0400 Subject: [PATCH] Confirm License is SPDX MIT --- python-re-assert.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-re-assert.spec b/python-re-assert.spec index a2ddc2d..2dcaf7f 100644 --- a/python-re-assert.spec +++ b/python-re-assert.spec @@ -5,8 +5,9 @@ Name: python-%{pkgname} Version: 1.1.0 Release: 2%{?dist} Summary: Show where your regex match assertion failed! -License: MIT +# SPDX +License: MIT URL: https://github.com/asottile/re-assert # The PyPI sdist lacks the tests, so we must use the GitHub archive Source0: %{url}/archive/v%{version}/re-assert-%{version}.tar.gz