From 75045b9669c4f267f6405d1edf232e14526aaf01 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:22:04 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- rpm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpm.spec b/rpm.spec index 1b4cb7a..77ead79 100644 --- a/rpm.spec +++ b/rpm.spec @@ -30,7 +30,7 @@ %global rpmver 4.18.0 %global snapver alpha2 -%global baserelease 1 +%global baserelease 2 %global sover 9 %global srcver %{rpmver}%{?snapver:-%{snapver}} @@ -611,6 +611,9 @@ fi %doc docs/librpm/html/* %changelog +* Mon Jun 13 2022 Python Maint - 4.18.0-0.alpha2.2 +- Rebuilt for Python 3.11 + * Mon May 23 2022 Panu Matilainen - 4.18.0-0.alpha2.1 - Rebase to 4.18.0-0.alpha2 - Prevent uncontrolled sqlite WAL growth during large transactions