diff --git a/python3.11-pyparsing.spec b/python3.11-pyparsing.spec index f697ec8..edce555 100644 --- a/python3.11-pyparsing.spec +++ b/python3.11-pyparsing.spec @@ -12,7 +12,7 @@ Summary: Python package with an object-oriented approach to text processing Name: python%{python3_pkgversion}-pyparsing Version: 3.0.7 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: https://github.com/pyparsing/pyparsing @@ -20,6 +20,7 @@ Source0: https://github.com/%{srcname}/%{srcname}/archive/%{srcname}_%{ve BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-rpm-macros BuildRequires: python%{python3_pkgversion}-setuptools %if %{with tests} @@ -60,6 +61,9 @@ definitions for any number of text parsing applications. %{python3_sitelib}/pyparsing-%{version}.dist-info/ %changelog +* Wed Feb 01 2023 Charalampos Stratakis - 3.0.7-3 +- Explicitly require the python3.11-rpm-macros + * Wed Feb 01 2023 Charalampos Stratakis - 3.0.7-2 - Enable tests