diff --git a/python-productmd.spec b/python-productmd.spec index 715ebf951fc7b950c739b10ba98c59895ea0aa2e..be60e6fc56129369f0d9143d1684cff9ba3af1ed 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