Do not pack test case files

This commit is contained in:
shixuantong 2024-02-01 16:20:44 +08:00
parent 2dce028a50
commit b09651ba62

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