From ae9134b24deb4b3daa9017e0b3f4488c96b3459d Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 09:20:55 +0100 Subject: [PATCH] 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/libcomps.git#b98836eb97fac025a3786d650f1ff4e3fa8cf614 --- libcomps.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libcomps.spec b/libcomps.spec index 7d79caa..5e1fec0 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -16,7 +16,7 @@ Name: libcomps Version: 0.1.15 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Comps XML file manipulation library License: GPLv2+ @@ -84,6 +84,7 @@ Python 2 bindings for libcomps library. %package -n python3-%{name} Summary: Python 3 bindings for libcomps library BuildRequires: python3-devel +BuildRequires: make %{?python_provide:%python_provide python3-%{name}} Requires: %{name}%{?_isa} = %{version}-%{release} Obsoletes: platform-python-%{name} < %{version}-%{release} @@ -194,6 +195,9 @@ popd %endif %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.1.15-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Aug 07 2020 Nicola Sella - 0.1.15-5 - spec: Fix building with new cmake macros