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