diff --git a/createrepo_c.spec b/createrepo_c.spec index ed3ba37..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 @@ -126,6 +126,7 @@ Summary: Python 3 bindings for the createrepo_c library BuildRequires: python3-devel BuildRequires: python3-nose BuildRequires: python3-sphinx +BuildRequires: make Requires: %{name}-libs = %{version}-%{release} %description -n python3-%{name} @@ -262,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()