diff --git a/python-configshell.spec b/python-configshell.spec index 9ecb2ac..0ebb4dd 100644 --- a/python-configshell.spec +++ b/python-configshell.spec @@ -6,7 +6,7 @@ License: ASL 2.0 Summary: A framework to implement simple but nice CLIs Epoch: 1 Version: 1.1.29 -Release: 6%{?dist} +Release: 7%{?dist} URL: https://github.com/open-iscsi/configshell-fb Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz BuildArch: noarch @@ -29,6 +29,8 @@ Requires: python3-pyparsing python3-urwid %prep %setup -q -n %{oname}-%{version} +sed -r -i "s/'pyparsing.*'/'pyparsing'/" setup.py + %build %py3_build @@ -40,7 +42,7 @@ Requires: python3-pyparsing python3-urwid %doc COPYING README.md %changelog -* Tue Jul 19 2022 Zbigniew Jędrzejewski-Szmek - 1:1.1.29-6 +* Tue Jul 19 2022 Zbigniew Jędrzejewski-Szmek - 1:1.1.29-7 - Rebuilt for pyparsing-3.0.9 * Mon Jun 13 2022 Python Maint - 1:1.1.29-5