From d2df31dee8044759dd6329a94fb97de029a1c56b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:28:01 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- libtalloc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libtalloc.spec b/libtalloc.spec index e1c2a67..935b0a6 100644 --- a/libtalloc.spec +++ b/libtalloc.spec @@ -6,7 +6,7 @@ Name: libtalloc Version: 2.3.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The talloc library License: LGPLv3+ URL: https://talloc.samba.org/ @@ -114,6 +114,9 @@ cp -a doc/man/man3 %{buildroot}%{_mandir} %endif %changelog +* Mon Jun 13 2022 Python Maint - 2.3.4-2 +- Rebuilt for Python 3.11 + * Fri Jun 10 2022 Andreas Schneider - 2.3.4-1 - Update to version 2.3.4 - resolves: rhbz#2095127