From a64bd848b2ac5201f8e1d26c7ad8c8f1bf8d7ebf Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:28:34 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- libtdb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libtdb.spec b/libtdb.spec index 83f0b86..57b4fac 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -4,7 +4,7 @@ Name: libtdb Version: 1.4.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The tdb library License: LGPLv3+ URL: http://tdb.samba.org/ @@ -102,6 +102,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %ldconfig_scriptlets %changelog +* Mon Jun 13 2022 Python Maint - 1.4.7-2 +- Rebuilt for Python 3.11 + * Fri Jun 10 2022 Andreas Schneider - 1.4.7-1 - Update to version 1.4.7 - resolves: rhbz#2095128