diff --git a/createrepo_c.spec b/createrepo_c.spec index eb88be2..a0736d9 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -38,7 +38,7 @@ Summary: Creates a common metadata repository Name: createrepo_c Version: 0.16.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 @@ -263,6 +263,9 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo %endif %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.16.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Nov 23 2020 Nicola Sella - 0.16.2-1 - Fix various memory leaks - Add a new function to replace PyObject_ToStrOrNull()