From 5aaf62d16fbcaa412a736be781533d72f47d177e Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Thu, 31 Jan 2019 17:48:18 -0500 Subject: [PATCH] Remove extraneous pcre BuildRequires The pcre BR was added in 6dc6285 ("Improve test suite coverage", 2017-11-10), which seems to have been an oversight. The test suite improvements were worked on over a long period of time. It is quite likely that the pcre BR was needed before 6dc6285 was finalized. Regardless, we began building against pcre2 in 595b682 ("Use pcre2 library", 2017-07-22). Note that pcre remains in the minimal buildroot due to dependencies in glib2 and grep. --- git.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/git.spec b/git.spec index a1fcbed..7ea1bcf 100644 --- a/git.spec +++ b/git.spec @@ -88,7 +88,7 @@ Name: git Version: 2.20.1 -Release: 1%{?rcrev}%{?dist}.1 +Release: 2%{?rcrev}%{?dist} Summary: Fast Version Control System License: GPLv2 URL: https://git-scm.com/ @@ -191,7 +191,6 @@ BuildRequires: httpd BuildRequires: jgit %endif # fedora (except s390x) BuildRequires: mod_dav_svn -BuildRequires: pcre BuildRequires: perl(App::Prove) BuildRequires: perl(CGI) BuildRequires: perl(CGI::Carp) @@ -915,6 +914,9 @@ make -C contrib/credential/netrc/ testverbose %{?with_docs:%{_pkgdocdir}/git-svn.html} %changelog +* Thu Jan 31 2019 Todd Zullinger - 2.20.1-2 +- Remove extraneous pcre BuildRequires + * Thu Jan 31 2019 Fedora Release Engineering - 2.20.1-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild