From 3d2a3651315725758e204d8b71bd5f0fae36d86f Mon Sep 17 00:00:00 2001 From: yangzhenyu Date: Wed, 18 Dec 2024 16:23:22 +0800 Subject: [PATCH] fix Require git-core --- python-GitPython.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-GitPython.spec b/python-GitPython.spec index 8bc0e25..bfee722 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-GitPython Version: 3.1.43 -Release: 1 +Release: 2 Summary: GitPython is a python library used to interact with Git repositories License: BSD-3-Clause URL: https://github.com/gitpython-developers/GitPython @@ -24,6 +24,7 @@ BuildRequires: python3-wheel # General requires BuildRequires: python3-gitdb # General requires +Requires: git-core Requires: python3-gitdb Requires: python3-typing-extensions %description -n python3-GitPython @@ -81,6 +82,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Dec 18 2024 yangzhenyu 3.1.43-2 +- fix Require git-core + * Thu Jun 13 2024 liuzhilin - 3.1.43-1 - Update package to version 3.1.43 - Issue and test deprecation warnings. -- Gitee