From fe54ae47dc1af8f2480d9b89bf406ad7f69b6b26 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 16 Jun 2022 19:46:04 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-rpmautospec.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-rpmautospec.spec b/python-rpmautospec.spec index 007f84a..a0f8a3f 100644 --- a/python-rpmautospec.spec +++ b/python-rpmautospec.spec @@ -9,7 +9,7 @@ Name: python-rpmautospec Version: 0.2.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Package and CLI tool to generate release fields and changelogs License: MIT @@ -134,6 +134,9 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/ %changelog +* Thu Jun 16 2022 Python Maint - 0.2.8-2 +- Rebuilt for Python 3.11 + * Mon May 16 2022 Nils Philippsen - 0.2.8-1 - Update to 0.2.8 - Don't require python3-pytest-xdist for building on EL9