From 69cb6cf4bedac49efd0dc08908f89ef9c17eaad2 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Wed, 1 Feb 2023 05:21:48 +0100 Subject: [PATCH] Explicitly require the python3.11-rpm-macros Resolves: rhbz#2157718 --- python3.11-pyparsing.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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