From 6dd25c5f13017d3ec0a8b6ec83be3b0d959da9a1 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Fri, 24 Sep 2021 14:26:37 +0800 Subject: [PATCH] Fix compiled error --- tldr.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tldr.spec b/tldr.spec index a973b64..b186285 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. -- Gitee