diff --git a/python-jsonschema.spec b/python-jsonschema.spec index d46cec14d903a1a34cdd15fcf561a85a1a18ccfe..61d8edbb79f2cc4b21a2d52fe1495a38b4f940a9 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -51,13 +51,16 @@ Summary: An implementation of JSON Schema validation for Python %{python3 %license COPYING %{_bindir}/jsonschema %{python3_sitelib}/%{pypi_name}/ -%exclude %{python3_sitelib}/%{pypi_name}/%{pypi_name}/tests/ +%exclude %{python3_sitelib}/%{pypi_name}/tests/ %{python3_sitelib}/*.egg-info %files help %doc README.rst PKG-INFO %changelog +* Thu Feb 22 2024 huangxinhua - 3.2.0-3 +- Modify the "exclude" Test path + * Mon Oct 24 2022 zhangruifang - 3.2.0-2 - Do not pack open-source test case files