Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 15:28:01 +02:00 committed by Tomáš Hrnčiar
parent 91e8f94780
commit d2df31dee8

View File

@ -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 <python-maint@redhat.com> - 2.3.4-2
- Rebuilt for Python 3.11
* Fri Jun 10 2022 Andreas Schneider <asn@redhat.com> - 2.3.4-1
- Update to version 2.3.4
- resolves: rhbz#2095127