diff --git a/tldr.spec b/tldr.spec index a973b64f3f2ac073aba45fbb5d9c82f49e71aa4e..b1862851c209d934a7324ef71e9941a0e6d3cf0e 100644 --- a/tldr.spec +++ b/tldr.spec @@ -1,6 +1,6 @@ Name: tldr Version: 1.2.1 -Release: 1 +Release: 2 Summary: Simplified and community-driven man pages License: MIT @@ -40,7 +40,7 @@ rm -rf %{name}.egg-info %py3_install %check -pytest -k "not test_error_message" +%{__python3} -m pytest -k "not test_error_message" %files %license LICENSE.md @@ -51,5 +51,8 @@ pytest -k "not test_error_message" %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info %changelog +* Fri Sep 24 2021 baizhonggui - 1.2.1-2 +- Fix compiled error: pytest command not found. + * Thu Jun 24 2021 wulei - 1.2.1-1 -- Initial package. \ No newline at end of file +- Initial package.