From ac07e0ebc912c44ec25cd78edf9265cd8579400e Mon Sep 17 00:00:00 2001 From: Joel Capitao Date: Nov 12 2020 10:37:25 +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-pbr.spec b/python-pbr.spec index 3432775..be7fe4f 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 5.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Build Reasonableness License: ASL 2.0 @@ -17,7 +17,7 @@ Source0: https://pypi.io/packages/source/p/%{pypi_name}/%{pypi_name}-%{ve BuildArch: noarch -BuildRequires: git +BuildRequires: git-core %if %{without bootstrap} BuildRequires: python%{python3_pkgversion}-sphinx >= 1.1.3 BuildRequires: python%{python3_pkgversion}-openstackdocstheme @@ -99,6 +99,9 @@ ln -s ./pbr-3 %{buildroot}%{_bindir}/pbr %{python3_sitelib}/%{pypi_name}/ %changelog +* Thu Nov 12 2020 Joel Capitao - 5.5.1-2 +- Use git-core as BR instead of git + * Thu Oct 29 2020 Joel Capitao - 5.5.1-1 - Update to 5.5.1 (rhbz#1684239)