From 0772104bf3ccd9b2a1cf4348a0e9fa7b864a009e Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:49:15 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- python-ns1-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-ns1-python.spec b/python-ns1-python.spec index 4861e21..d375797 100644 --- a/python-ns1-python.spec +++ b/python-ns1-python.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-ns1-python Version: 0.16.0 -Release: 1 +Release: 2 Summary: Python SDK for the NS1 DNS platform License: MIT URL: https://github.com/ns1/ns1-python @@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 0.16.0-2 +- change the spec file name to be the same as the repo name + * Sun May 23 2021 Python_Bot - Package Spec generated -- Gitee