From 770e928b3da301f1e35faf6066e7c23534abbf63 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Feb 03 2021 11:40:35 +0000 Subject: 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 --- 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()