diff --git a/python-chardet.spec b/python-chardet.spec index 2917a03..19a827f 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -1,6 +1,6 @@ Name: python-chardet Version: 3.0.4 -Release: 8 +Release: 9 Summary: Python 2/3 compatible character encoding detector. License: LGPL-2.1 URL: https://github.com/chardet/chardet @@ -25,6 +25,7 @@ Python 2/3 compatible character encoding detector,Python 2 version. %package -n python3-chardet Summary: Python 2/3 compatible character encoding detector. +%{?python_provide:%python_provide python3-chardet} %description -n python3-chardet Python 2/3 compatible character encoding detector,Python 3 version. @@ -63,5 +64,8 @@ popd %{python3_sitelib}/* %changelog +* Sat Aug 20 2022 shixuantong - 3.0.4-9 +- add python_provide for python3-chardet + * Sat Sep 14 2019 openEuler Buildteam - 3.0.4-8 - Package init \ No newline at end of file