diff --git a/createrepo_c.spec b/createrepo_c.spec index 07604de..56809e6 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -25,7 +25,7 @@ Summary: Creates a common metadata repository Name: createrepo_c Version: 0.17.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://github.com/rpm-software-management/createrepo_c Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz @@ -175,6 +175,9 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo %{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info %changelog +* Fri Jun 04 2021 Python Maint - 0.17.2-2 +- Rebuilt for Python 3.10 + * Thu Apr 15 2021 Nicola Sella - 0.17.2-1 - Update to 0.17.2 - Remove empty arrays in tests, pass NULL instead (fixes a compiler war…