provide python3dist(cheetah3) to be compatible with older versions
This commit is contained in:
parent
f702df1af5
commit
ec5a64d8ca
@ -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 <caodongxia@h-partners.com> - 3.3.1-2
|
||||
- Provide python3dist(cheetah3) to be compatible with older versions
|
||||
|
||||
* Sat Feb 18 2023 huangduirong <huangduirong@huawei.com> - 3.3.1-1
|
||||
- Upgrade to version 3.3.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user