From 3f0500f583fa0bc85d6a8bbef920107cb8526196 Mon Sep 17 00:00:00 2001 From: zhangruifang2020 Date: Wed, 31 May 2023 14:07:54 +0800 Subject: [PATCH] Remove tests files (cherry picked from commit 9dfa209faa9e5a05222fcc2245d51332b4c1d234) --- python-keras-rl2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-keras-rl2.spec b/python-keras-rl2.spec index 3e497aa..db3f255 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 -- Gitee