From a9e88f91a3a9d8823d6e968a17f654e8576c4e0e Mon Sep 17 00:00:00 2001 From: chen-jan Date: Wed, 27 Oct 2021 08:29:09 +0000 Subject: [PATCH] modify wrong name in spec file --- python-gitlab.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-gitlab.spec b/python-gitlab.spec index f2a0884..87f3276 100644 --- a/python-gitlab.spec +++ b/python-gitlab.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 -Name: python-python-gitlab +Name: python-gitlab Version: 2.6.0 -Release: 2 +Release: 3 Summary: Interact with GitLab API License: LGPLv3 URL: https://github.com/python-gitlab/python-gitlab @@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Oct 27 2021 chenchen - 2.6.0-3 +- modify wrong name in spec file + * Tue Oct 12 2021 caodongxia - 2.6.0-2 - Delete pycache and tests and v4 directory when uninstalling -- Gitee