diff --git a/python-keras-rl2.spec b/python-keras-rl2.spec index 3e497aa5c79e6c75675c318d261732d48f160ecf..db3f2551728680a7ce2008544a1f1619b4733918 100644 --- a/python-keras-rl2.spec +++ b/python-keras-rl2.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-keras-rl2 Version: 1.0.4 -Release: 1 +Release: 2 Summary: Deep Reinforcement Learning for Tensorflow 2 Keras License: MIT URL: https://github.com/wau/keras-rl2 @@ -52,10 +52,14 @@ mv %{buildroot}/doclist.lst . %files -n python3-keras-rl2 %{python3_sitelib}/* +%exclude %{python3_sitelib}/tests %files help -f doclist.lst %{_docdir}/* %changelog +* Wed May 31 2023 zhangruifang2020 - 1.0.4-2 +- Remove tests files + * Thu Oct 15 2020 Python_Bot - Package Spec generated