diff --git a/python-cheetah.spec b/python-cheetah.spec index c1819e3..3ab09ca 100644 --- a/python-cheetah.spec +++ b/python-cheetah.spec @@ -1,6 +1,6 @@ Name: python-cheetah Version: 3.3.1 -Release: 1 +Release: 2 Summary: The Python-Powered Template Engine License: MIT URL: http://cheetahtemplate.org/ @@ -20,6 +20,8 @@ to traditional Python syntax to allow for easier text-generation. %package -n python3-cheetah Summary: The Python-Powered Template Engine %{?python_provide:%python_provide python3-cheetah} +Provides: python%{python3_pkgversion}dist(cheetah3) = %{version} +Provides: python%{python3_version}dist(cheetah3) = %{version} %description -n python3-cheetah The Python-Powered Template Engine @@ -45,6 +47,9 @@ export PATH="%{buildroot}/%{_bindir}:$PATH" PYTHONPATH="%{buildroot}/%{python3_s %{python3_sitearch}/ %changelog +* Thu May 25 2023 caodongxia - 3.3.1-2 +- Provide python3dist(cheetah3) to be compatible with older versions + * Sat Feb 18 2023 huangduirong - 3.3.1-1 - Upgrade to version 3.3.1