Skip to content

Commit

Permalink
Update RPM spec to drop curl executable requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jun 15, 2008
1 parent 1d53f90 commit 4744d72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion git.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel, gettex
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires: perl-Git = %{version}-%{release}
Requires: zlib >= 1.2, rsync, curl, less, openssh-clients, expat
Requires: zlib >= 1.2, rsync, less, openssh-clients, expat
Provides: git-core = %{version}-%{release}
Obsoletes: git-core <= 1.5.4.2
Obsoletes: git-p4
Expand Down Expand Up @@ -187,6 +187,9 @@ rm -rf $RPM_BUILD_ROOT
# No files for you!

%changelog
* Sun Jun 15 2008 Junio C Hamano <gitster@pobox.com>
- Remove curl from Requires list.

* Fri Feb 15 2008 Kristian Høgsberg <krh@redhat.com>
- Rename git-core to just git and rename meta package from git to git-all.

Expand Down

0 comments on commit 4744d72

Please sign in to comment.