From 9cd8e63ce9bfbf717a526ebae3967f9d639d2c8b Mon Sep 17 00:00:00 2001 From: Joel Capitao Date: Nov 12 2020 10:46:45 +0000 Subject: Use git-core as BR instead of git 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 --- diff --git a/python-reno.spec b/python-reno.spec index 7413b0d..fef2332 100644 --- a/python-reno.spec +++ b/python-reno.spec @@ -17,7 +17,7 @@ helps automate the hard parts. 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 @@ BuildRequires: python3-PyYAML Requires: python3-pbr Requires: python3-dulwich -Requires: git +Requires: git-core Requires: python3-PyYAML Requires: python3-packaging >= 20.4 @@ -100,6 +100,9 @@ rm -rf html/.{doctrees,buildinfo} %license LICENSE %changelog +* Thu Nov 12 2020 Joel Capitao - 3.2.0-3 +- Use git-core as BR instead of git + * Wed Oct 28 2020 Alfredo Moralejo 3.2.0-2 - Update to upstream version 3.2.0