!17 Do not pack test case files

From: @tong_1001 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2024-02-18 09:14:51 +00:00 committed by Gitee
commit 5bcb0f2465
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-ecdsa Name: python-ecdsa
Version: 0.18.0 Version: 0.18.0
Release: 1 Release: 2
Summary: ECDSA cryptographic signature library Summary: ECDSA cryptographic signature library
License: MIT License: MIT
URL: http://github.com/tlsfuzzer/python-ecdsa URL: http://github.com/tlsfuzzer/python-ecdsa
@ -82,11 +82,16 @@ mv %{buildroot}/doclist.lst .
%files -n python3-ecdsa -f filelist.lst %files -n python3-ecdsa -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%exclude %{python3_sitelib}/ecdsa/test_*
%exclude %{python3_sitelib}/ecdsa/__pycache__/test_*
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Feb 01 2024 shixuantong <shixuantong1@huawei.com> - 0.18.0-2
- Do not pack test case files
* Thu Aug 04 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.18.0-1 * Thu Aug 04 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.18.0-1
- update version to 0.18.0 - update version to 0.18.0