From 410fff7f8e84f335fb462c1cc7ff2086ce3b58ed Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:55:06 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- tensorboard.spec => python-tensorboard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename tensorboard.spec => python-tensorboard.spec (95%) diff --git a/tensorboard.spec b/python-tensorboard.spec similarity index 95% rename from tensorboard.spec rename to python-tensorboard.spec index a647c3b..26ccf24 100644 --- a/tensorboard.spec +++ b/python-tensorboard.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-tensorboard Version: 2.3.0 -Release: 1 +Release: 2 Summary: TensorBoard lets you watch Tensors Flow License: Apache 2.0 URL: https://github.com/tensorflow/tensorboard @@ -83,5 +83,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 2.3.0-2 +- change the spec file name to be the same as the repo name + * Thu Oct 08 2020 Python_Bot - Package Spec generated -- Gitee