diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index 556985cb47e9495ac49cc7896517434c8d3965ac..7eb570116014fbd7ebdebd98058131ca7e884766 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -3,7 +3,7 @@ Name: python-pycryptodome Version: 3.11.0 -Release: 1 +Release: 2 Summary: Cryptographic library for Python License: BSD 2-Clause and Public Domain and Apache-2.0 URL: https://www.pycryptodome.org @@ -66,6 +66,9 @@ BuildRequires: gcc %install %py3_install +%check +%{__python3} setup.py test + %files -n python3-%{pypi_name} %doc AUTHORS.rst Changelog.rst README.rst %license LICENSE.rst @@ -75,6 +78,9 @@ BuildRequires: gcc %exclude %{python3_sitearch}/Crypto/SelfTest/Publickey/test_vectors/RSA/*.pem %changelog +* Fri Jul 01 2022 wangjiang - 3.11.0-2 +- enable check test suite + * Thu Dec 09 2021 shixuantong - 3.11.0-1 - update version to 3.11.0