diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index fd2b1360488f357db78c36a967cd00df2df4258f..2172e6ad6a40611d0dd11765e53103e2b505eeb2 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -3,7 +3,7 @@ Name: python-pycryptodome Version: 3.20.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 @@ -73,11 +73,12 @@ BuildRequires: gcc %doc AUTHORS.rst Changelog.rst README.rst %license LICENSE.rst %{python3_sitearch} -%exclude %{python3_sitearch}/Crypto/SelfTest/Publickey/test_vectors/ECC/*.pem -%exclude %{python3_sitearch}/Crypto/SelfTest/Publickey/test_vectors/ECC/*.der -%exclude %{python3_sitearch}/Crypto/SelfTest/Publickey/test_vectors/RSA/*.pem +%exclude %{python3_sitearch}/Crypto/SelfTest/ %changelog +* Thu Feb 22 2024 shixuantong - 3.20.0-2 +- do not pack test case files + * Thu Jan 11 2024 Paul Thomas - 3.20.0-1 - update to version 3.20.0