Skip to content

Commit

Permalink
Merge pull request #2 from mer-tools/jb36213
Browse files Browse the repository at this point in the history
Do not require rsync

[mer] Removed Requires rsync. Contributes to JB#36213
  • Loading branch information
martyone authored Mar 22, 2018
2 parents ff3b805 + a038902 commit 3e5537c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/git.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BuildRequires: zlib-devel >= 1.2, python, openssl-devel, libcurl-devel, expat-de
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires: perl-Git = %{version}-%{release}
Requires: zlib >= 1.2, libcurl, less, openssh-clients, expat, perl(Error), rsync
Requires: zlib >= 1.2, libcurl, less, openssh-clients, expat, perl(Error)

%description
Git is a fast, scalable, distributed revision control system with an
Expand Down

0 comments on commit 3e5537c

Please sign in to comment.