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