From cf13d4e61716ef2c54dd6c1fcd49236d1ec82751 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Thu, 22 Feb 2024 16:11:18 +0800 Subject: [PATCH] do not pack test case files --- python-pycryptodome.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index edd6b0d..5a1bae8 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -3,7 +3,7 @@ Name: python-pycryptodome Version: 3.19.1 -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.19.1-2 +- do not pack test case files + * Tue Jan 09 2024 wangkai <13474090681@163.com> - 3.19.1-1 - Upgrade to version 3.19.1 for fix CVE-2023-52323 -- Gitee