From 9a5234833c34008cf8e0bbfacb4a403f86b01218 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:34:38 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- python-elasticsearch.spec => python-elasticsearch7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename python-elasticsearch.spec => python-elasticsearch7.spec (95%) diff --git a/python-elasticsearch.spec b/python-elasticsearch7.spec similarity index 95% rename from python-elasticsearch.spec rename to python-elasticsearch7.spec index 1128d4b..ecfd2ab 100644 --- a/python-elasticsearch.spec +++ b/python-elasticsearch7.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-elasticsearch Version: 7.10.1 -Release: 1 +Release: 2 Summary: Python client for Elasticsearch License: Apache-2.0 URL: https://github.com/elastic/elasticsearch-py @@ -89,5 +89,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 7.10.1-2 +- change the spec file name to be the same as the repo name + * Mon Feb 08 2021 Python_Bot - Package Spec generated -- Gitee