diff --git a/python-decorator.spec b/python-decorator.spec index 500c9d6..88cde14 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 5.1.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Module to simplify usage of decorators License: BSD-2-Clause @@ -53,6 +53,10 @@ find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \; %{python3_sitelib}/__pycache__/* %changelog +* Tue Oct 29 2024 Troy Dawson - 5.1.1-12 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Tue Aug 6 2024 Thomas Woerner - 5.1.1-11 - Migrate to SPDX license: BSD-2-Clause Resolves: FREEIPA-9620