From a6e4f795a7cb691af0fb9f0652e971287905b5bd Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 14 Jun 2022 09:03:59 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- pcs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pcs.spec b/pcs.spec index 77aa854..b0dafd9 100644 --- a/pcs.spec +++ b/pcs.spec @@ -1,6 +1,6 @@ Name: pcs Version: 0.11.2 -Release: 2%{?dist} +Release: 3%{?dist} # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ # https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses # GPLv2: pcs @@ -426,6 +426,9 @@ run_all_tests %license pyagentx_LICENSE.txt %changelog +* Tue Jun 14 2022 Python Maint - 0.11.2-3 +- Rebuilt for Python 3.11 + * Thu Jun 09 2022 Miroslav Lisik - 0.11.2-2 - Python 3.11 related fixes - Resolves: rhbz#bz2093935