diff --git a/python-GitPython.spec b/python-GitPython.spec index 8bc0e25c78ecfe07423a48604f82ded65ba99346..bfee722b5f08eff94b213c329ec6065028a46278 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.