From 513cd389a5f85dfeb512baef408c56f0bd6227bf Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Fri, 16 Dec 2016 22:48:46 -0500 Subject: [PATCH] Remove rsync requirement from git-core Nothing in git-core requires rsync. Upstream, only git-archimport.perl still requires rsync, which we have not provided since 3f0dc97 (Drop git-arch on fedora >= 16, 2011-07-26). --- git.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/git.spec b/git.spec index a16c8b1..48400ee 100644 --- a/git.spec +++ b/git.spec @@ -55,7 +55,7 @@ Name: git Version: 2.11.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fast Version Control System License: GPLv2 Group: Development/Tools @@ -188,7 +188,6 @@ Summary: Core package of git with minimal funcionality Group: Development/Tools Requires: less Requires: openssh-clients -Requires: rsync Requires: zlib >= 1.2 %description core Git is a fast, scalable, distributed revision control system with an @@ -736,6 +735,10 @@ rm -rf %{buildroot} # No files for you! %changelog +* Fri Feb 17 2017 Todd Zullinger - 2.11.1-3 +- Remove unnecessary rsync requirement from git-core + + * Fri Feb 10 2017 Fedora Release Engineering - 2.11.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild