From ce81615cef91cbfcf19b7592f78d7821e5f23d4b3759ed3033735ddd29e5113a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 15 Oct 2018 11:03:46 +0000 Subject: [PATCH] Accepting request 642036 from Cloud:OpenStack:Rocky - Require git-core instead of git OBS-URL: https://build.opensuse.org/request/show/642036 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=16 --- python-GitPython.changes | 5 +++++ python-GitPython.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-GitPython.changes b/python-GitPython.changes index ce63dbd..b486c8b 100644 --- a/python-GitPython.changes +++ b/python-GitPython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 27 11:17:43 UTC 2018 - comurphy@suse.com + +- Require git-core instead of git + ------------------------------------------------------------------- Tue Aug 7 14:58:46 UTC 2018 - toddrme2178@gmail.com diff --git a/python-GitPython.spec b/python-GitPython.spec index 07ded20..e930037 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -32,7 +32,7 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: git +Requires: git-core Requires: python-gitdb2 >= 2.0.0 BuildArch: noarch %if %{with test}