diff --git a/python-decorator.spec b/python-decorator.spec index f77dc0d..500c9d6 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -2,10 +2,10 @@ Name: python-%{pypi_name} Version: 5.1.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Module to simplify usage of decorators -License: BSD +License: BSD-2-Clause URL: https://github.com/micheles/decorator Source0: %pypi_source decorator @@ -53,6 +53,10 @@ find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \; %{python3_sitelib}/__pycache__/* %changelog +* Tue Aug 6 2024 Thomas Woerner - 5.1.1-11 +- Migrate to SPDX license: BSD-2-Clause + Resolves: FREEIPA-9620 + * Mon Jun 24 2024 Troy Dawson - 5.1.1-10 - Bump release for June 2024 mass rebuild