From 261daeb669b0e2c820b13aee0720b292a9e10137 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Sep 21 2020 13:18:50 +0000 Subject: Fix FTBFS --- diff --git a/python-xmlsec.spec b/python-xmlsec.spec index 69fd638..41aaa2e 100644 --- a/python-xmlsec.spec +++ b/python-xmlsec.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.3.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python bindings for the XML Security Library License: MIT @@ -10,6 +10,7 @@ URL: https://pypi.python.org/pypi/%{srcname} Source0: https://files.pythonhosted.org/packages/source/x/%{srcname}/%{srcname}-%{version}.tar.gz BuildRequires: gcc +BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros BuildRequires: libxml2-devel >= 2.9.1 BuildRequires: xmlsec1-devel >= 1.2.18 @@ -25,7 +26,6 @@ Summary: %{summary} Requires: libxml2 >= 2.9.1 Requires: xmlsec1 >= 1.2.18 Requires: xmlsec1-openssl -Requires: %{py3_dist lxml} %description -n python3-%{srcname} @@ -37,7 +37,7 @@ Requires: %{py3_dist lxml} %generate_buildrequires -%pyproject_buildrequires -t +%pyproject_buildrequires %build %pyproject_wheel @@ -56,6 +56,9 @@ Requires: %{py3_dist lxml} %changelog +* Mon Sep 21 2020 Lumír Balhar - 1.3.8-3 +- Fix FTBFS + * Wed Jul 29 2020 Fedora Release Engineering - 1.3.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild