Do not pack test case files
This commit is contained in:
parent
2dce028a50
commit
b09651ba62
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-ecdsa
|
||||
Version: 0.18.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: ECDSA cryptographic signature library
|
||||
License: MIT
|
||||
URL: http://github.com/tlsfuzzer/python-ecdsa
|
||||
@ -82,11 +82,16 @@ mv %{buildroot}/doclist.lst .
|
||||
|
||||
%files -n python3-ecdsa -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
%exclude %{python3_sitelib}/ecdsa/test_*
|
||||
%exclude %{python3_sitelib}/ecdsa/__pycache__/test_*
|
||||
|
||||
%files help -f doclist.lst
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- update version to 0.18.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user