From 884d82f94d3c26f0c28388dc46342b2b5654edf3 Mon Sep 17 00:00:00 2001 From: shirely16 <1360148247@qq.com> Date: Tue, 16 Jun 2020 16:34:16 +0800 Subject: [PATCH] fix can not find python3.8 path --- python-dockerpty.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-dockerpty.spec b/python-dockerpty.spec index 225041e..ef903b8 100644 --- a/python-dockerpty.spec +++ b/python-dockerpty.spec @@ -2,7 +2,7 @@ %bcond_without python3 Name: python-dockerpty Version: 0.4.1 -Release: 1 +Release: 2 Summary: Python library to use the pseudo-tty of a docker container License: ASL 2.0 URL: https://github.com/d11wtq/dockerpty @@ -68,8 +68,8 @@ to a docker container, using the Python client %files -n python3-dockerpty %defattr(-,root,root) %license LICENSE.txt -%_prefix/lib/python3.7/site-packages/dockerpty -%_prefix/lib/python3.7/site-packages/dockerpty-%{version}-py%{python3_version}.egg-info +%_prefix/lib/python%{python3_version}/site-packages/dockerpty +%_prefix/lib/python%{python3_version}/site-packages/dockerpty-%{version}-py%{python3_version}.egg-info %endif %files help @@ -77,5 +77,8 @@ to a docker container, using the Python client %doc README.md MANIFEST.in %changelog +* Tue Jun 16 2020 hanhui - 0.4.1-2 +- fix python3 can not find path + * Tue Feb 11 2020 huzunhao - 0.4.1-1 - Package init