diff --git a/python-xmltodict.spec b/python-xmltodict.spec index 581d35f99ffe5273c958c66b5f6045ca6cae3ab2..1ec67d2e148348e245365931c9eb2589a535c0c7 100644 --- a/python-xmltodict.spec +++ b/python-xmltodict.spec @@ -2,7 +2,7 @@ Name: python-xmltodict Version: 0.12.0 -Release: 2 +Release: 3 Summary: Python module that makes working with XML feel like you are working with JSON License: MIT URL: https://github.com/martinblech/xmltodict @@ -18,6 +18,7 @@ Summary: Python module that makes working with XML feel like you are work BuildRequires: python3-pytest BuildRequires: python3-devel BuildRequires: python3-setuptools +%{?python_provide:%python_provide python3-xmltodict} %description -n python3-xmltodict Python module that makes working with XML feel like you are working with JSON @@ -41,6 +42,9 @@ Python module that makes working with XML feel like you are working with JSON %changelog +* Fri Sep 17 2021 wangyue - 0.12.0-3 +- add provide python-xmltodict + * Tue Aug 17 2021 wulei - 0.12.0-2 - add buildrequires