From 0c4653903831ddfecbb843788fb62466c41a794f Mon Sep 17 00:00:00 2001 From: shixuantong Date: Sat, 4 Dec 2021 17:42:53 +0800 Subject: [PATCH] fix build fail for python3.10 --- python-productmd.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-productmd.spec b/python-productmd.spec index 715ebf9..be60e6f 100644 --- a/python-productmd.spec +++ b/python-productmd.spec @@ -1,6 +1,6 @@ Name: python-productmd Version: 1.30 -Release: 1 +Release: 2 Summary: Python library providing parsers for metadata License: LGPLv2+ URL: https://github.com/release-engineering/productmd @@ -53,10 +53,12 @@ sed -i "s/generic_os/%{_vendor}/g" productmd/treeinfo.py %files -n python3-productmd %license LICENSE AUTHORS -%{python3_sitelib}/productmd/ -%{python3_sitelib}/productmd-%{version}-py?.?.egg-info +%{python3_sitelib}/productmd* %changelog +* Sat Dec 04 2021 shixuantong - 1.30-2 +- fix build fail for python3.10 + * Tue Feb 2 2021 shangyibin - 1.30-1 - Upgrade to version 1.30 -- Gitee