diff --git a/SPECS/ansible-core.spec b/SPECS/ansible-core.spec
index 39cbe3f..870bfc3 100644
--- a/SPECS/ansible-core.spec
+++ b/SPECS/ansible-core.spec
@@ -35,7 +35,7 @@
 Name: ansible-core
 Summary: SSH-based configuration management, deployment, and task execution system
 Version: 2.12.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 ExcludeArch: i686
 
 Group: Development/Libraries
@@ -81,7 +81,7 @@ BuildRequires: python38-rpm-macros
 BuildRequires: python38-setuptools
 BuildRequires: python38-wheel
 
-Requires: git
+Requires: git-core
 Requires: python38
 Requires: python38-jinja2
 Requires: python38-PyYAML
@@ -205,6 +205,9 @@ cp -p lib/ansible_core.egg-info/PKG-INFO .
 %{python38_sitelib}/ansible_test
 
 %changelog
+* Tue Jun 07 2022 Dimitri Savineau <dsavinea@redhat.com> - 2.12.6-2
+- switch from git to git-core dependency (rhbz#2094549)
+
 * Tue May 24 2022 James Marshall <jamarsha@redhat.com> - 2.12.6-1
 - ansible-core 2.12.6 release