#3 Use git-core as BR instead of git
Merged 3 years ago by mrunge. Opened 3 years ago by jcapitao.
rpms/ jcapitao/python-reno master  into  master

file modified
+5 -2
@@ -17,7 +17,7 @@ 

  

  Name:           python-%{pypi_name}

  Version:        3.2.0

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        Release NOtes manager

  

  License:        ASL 2.0
@@ -53,7 +53,7 @@ 

  

  Requires:  python3-pbr

  Requires:  python3-dulwich

- Requires:  git

+ Requires:  git-core

  

  Requires:  python3-PyYAML

  Requires:  python3-packaging >= 20.4
@@ -100,6 +100,9 @@ 

  %license LICENSE

  

  %changelog

+ * Thu Nov 12 2020 Joel Capitao <jcapitao@redhat.com> - 3.2.0-3

+ - Use git-core as BR instead of git

+ 

  * Wed Oct 28 2020 Alfredo Moralejo <amoralej@redhat.com> 3.2.0-2

  - Update to upstream version 3.2.0

  

git pulls lot of python/perl deps, since we just need git
binary let's move to git-core which is lighter, more context[1].

[1] https://trello.com/c/1uY5Y0uq

Pull-Request has been merged by mrunge

3 years ago