diff --git a/python-pyproject-metadata.spec b/python-pyproject-metadata.spec index 243473b..c1e20d5 100644 --- a/python-pyproject-metadata.spec +++ b/python-pyproject-metadata.spec @@ -5,7 +5,7 @@ Name: python-pyproject-metadata Version: 0.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PEP 621 metadata parsing License: MIT @@ -64,6 +64,9 @@ Documentation for python3-pyproject-metadata. %prep %autosetup -p1 +# Allow usage of packaging 21 until we can update Feodra to >= 22 +sed -i 's/22\.0/21.0/' setup.cfg + %build %pyproject_wheel rst2html --no-datestamp CHANGELOG.rst CHANGELOG.html @@ -93,6 +96,9 @@ rm -rf html/{.buildinfo,.doctrees} %endif %changelog +* Wed Jan 18 2023 Jerry James - 0.7.0-2 +- Work around FTI due to version of packaging (rhbz#2161981) + * Tue Jan 17 2023 Jerry James - 0.7.0-1 - Version 0.7.0