Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/createrepo_c.git#30bccbf441c38c7d35dcdd59d701e7799a1358d9
This commit is contained in:
DistroBaker 2021-02-03 12:40:35 +01:00
parent f9e174752a
commit 770e928b3d

View File

@ -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 <releng@fedoraproject.org> - 0.16.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Nov 23 2020 Nicola Sella <nsella@redhat.com> - 0.16.2-1
- Fix various memory leaks
- Add a new function to replace PyObject_ToStrOrNull()