diff --git a/python-plum-py.spec b/python-plum-py.spec index bad155c..191ce7c 100644 --- a/python-plum-py.spec +++ b/python-plum-py.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 0.8.0 -Release: 1 +Release: 2 Summary: Pack/Unpack Memory. License: MIT URL: https://pypi.org/project/plum-py/ @@ -17,7 +17,7 @@ The plum-py Python package provides classes and utility functions to transform b %package -n python3-plum-py Summary: Pack/Unpack Memory. BuildRequires: python3-pytest -%{?python_provide:%python_provide python3-%{srcname}} +BuildRequires: python3-rpm-generators %description -n python3-plum-py The plum-py Python package provides classes and utility functions to transform byte sequences into Python objects and back. @@ -39,5 +39,8 @@ The plum-py Python package provides classes and utility functions to transform b %{python3_sitelib}/* %changelog +* Mon Jun 6 2022 lin zhang - 0.8.0-2 +- Add BuildRequires : python3-rpm-generators + * Fri May 6 2022 lin zhang - 0.8.0-1 - Initial Packaging