From 4389575664d8143d3bd8e6322a3f80e9f9ca0dfa Mon Sep 17 00:00:00 2001 From: wang_yue111 <648774160@qq.com> Date: Fri, 17 Sep 2021 10:26:33 +0800 Subject: [PATCH] add provide python-xmltodict (cherry picked from commit 47e7009af6a01bce815dcb722c484ee7b3073426) --- python-xmltodict.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-xmltodict.spec b/python-xmltodict.spec index 581d35f..1ec67d2 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 -- Gitee