From d7f8ad66b4cabe8700f60af6b47aabde5d1a51c1 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 03:28:18 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- libdnf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libdnf.spec b/libdnf.spec index 14f0a38..3fa1a49 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -56,7 +56,7 @@ Name: libdnf Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library providing simplified C and Python API to libsolv License: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf @@ -305,6 +305,9 @@ popd %endif %changelog +* Thu Jun 03 2021 Python Maint - 0.62.0-2 +- Rebuilt for Python 3.10 + * Thu Apr 15 2021 Nicola Sella - 0.62.0-1 - Fix: Fully set ssl in newHandle function - [conf] Add options for working with certificates used with proxy