diff --git a/python-path.spec b/python-path.spec index ac29dfc..03bd0c4 100644 --- a/python-path.spec +++ b/python-path.spec @@ -1,6 +1,6 @@ Name: python-path Version: 5.2 -Release: 15 +Release: 16 Summary: Python module wrapper for path License: MIT URL: https://pypi.python.org/pypi/path.py @@ -22,6 +22,7 @@ allowing common operations on files to be invoked on those path objects directly %package -n python3-path Summary: Python3 module wrapper for path +%{?python_provide:%python_provide python3-path} %description -n python3-path This package implements a path objects as first-class entities, @@ -53,5 +54,8 @@ cd - %{python3_sitelib}/* %changelog +* Mon Sep 27 2021 lingsheng - 5.2-16 +- Provides python-path for compatibility + * Wed Mar 4 2020 zhujunhao - 5.2-15 - Package init