From aa5259ac7ab401a45209c4ddeced01999bc6ca2c Mon Sep 17 00:00:00 2001 From: penelope Date: Thu, 31 Mar 2022 15:27:30 +0800 Subject: [PATCH] fix build error caused by py3.10+ wildcard --- python-incremental.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-incremental.spec b/python-incremental.spec index 2b47634..cc58524 100644 --- a/python-incremental.spec +++ b/python-incremental.spec @@ -1,6 +1,6 @@ Name: python-incremental Version: 17.5.0 -Release: 6 +Release: 7 Summary: A small library versions your Python projects License: MIT URL: https://github.com/twisted/incremental @@ -32,9 +32,12 @@ rm -rf incremental.egg-info %doc LICENSE %doc README.rst %{python3_sitelib}/incremental -%{python3_sitelib}/incremental-%{version}-py?.?.egg-info +%{python3_sitelib}/incremental-%{version}-py%{python3_version}.egg-info %changelog +* Thu Mar 31 2022 yangping - 17.5.0-7 +- Fix build error caused by py3.10+ wildcard + * Wed Oct 21 2020 leiju - 17.5.0-6 - remove python2 subpackage