From 720e4a76969f185b40b2216fa79b78b8d1970298 Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Thu, 31 Dec 2020 09:43:38 +0800 Subject: [PATCH] Modify Spec and yaml filename --- python-flufl-testing.spec => python-flufl.testing.spec | 7 +++++-- python-flufl-testing.yaml => python-flufl.testing.yaml | 0 2 files changed, 5 insertions(+), 2 deletions(-) rename python-flufl-testing.spec => python-flufl.testing.spec (90%) rename python-flufl-testing.yaml => python-flufl.testing.yaml (100%) diff --git a/python-flufl-testing.spec b/python-flufl.testing.spec similarity index 90% rename from python-flufl-testing.spec rename to python-flufl.testing.spec index cc82934..42bc2a1 100644 --- a/python-flufl-testing.spec +++ b/python-flufl.testing.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-flufl.testing Version: 0.8 -Release: 1 +Release: 2 Summary: A small collection of test tool plugins License: Apache 2.0 URL: https://pypi.org/project/flufl.testing -Source0: https://files.pythonhosted.org/packages/0d/e1/030cb22f7ad6ec12056de1daf4f537fbbeb8e92ed8be0cb73480dad2e61e/flufl.testing-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/0d/e1/030cb22f7ad6ec12056de1daf4f537fbbeb8e92ed8be0cb73480dad2e61e/flufl.testing-%{version}.tar.gz BuildArch: noarch %description @@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Thu Dec 31 2020 leiju +- Modify Spec and yaml filename + * Thu Dec 17 2020 Python_Bot - Package Spec generated diff --git a/python-flufl-testing.yaml b/python-flufl.testing.yaml similarity index 100% rename from python-flufl-testing.yaml rename to python-flufl.testing.yaml