From 40384a37b73fe91339253532c0b3aaf09173f72b Mon Sep 17 00:00:00 2001 From: penelope Date: Fri, 1 Apr 2022 14:59:12 +0800 Subject: [PATCH] fix build error caused by py3.10+ wildcard --- python-ptyprocess.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec index b04274b..0735f8e 100644 --- a/python-ptyprocess.spec +++ b/python-ptyprocess.spec @@ -1,7 +1,7 @@ %global with_tests 0%{?_with_tests:1} Name: python-ptyprocess Version: 0.7.0 -Release: 1 +Release: 2 Summary: Run a subprocess in a pseudo terminal License: ISC URL: https://github.com/pexpect/ptyprocess @@ -52,9 +52,12 @@ LC_ALL=en_US.UTF-8 \ %files -n python%{python3_pkgversion}-ptyprocess %doc LICENSE README.rst %{python3_sitelib}/ptyprocess/ -%{python3_sitelib}/ptyprocess-%{version}-py?.?.egg-info +%{python3_sitelib}/ptyprocess-%{version}-py%{python3_version}.egg-info %changelog +* Fri Apr 01 2022 yangping - 0.7.0-2 +- Fix build error caused by py3.10+ wildcard + * Thu Jul 15 2021 OpenStack_SIG - 0.7.0-1 - update version to 0.7.0 -- Gitee