From 20075c5a172958f9a773ad49f00f360edfc53fd7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 15 Jun 2022 18:16:08 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- osbuild.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/osbuild.spec b/osbuild.spec index 6dce91c..413cb11 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -9,7 +9,7 @@ Version: 58 %global pkgdir %{_prefix}/lib/%{pypi_name} Name: %{pypi_name} -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: %{forgeurl} @@ -248,6 +248,9 @@ fi %changelog +* Wed Jun 15 2022 Python Maint - 58-2 +- Rebuilt for Python 3.11 + * Wed Jun 08 2022 Packit - 58-1 Changes with 58 ----------------