summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1d53f90)
raw | patch | inline | side by side (parent: 1d53f90)
author | Junio C Hamano <gitster@pobox.com> | |
Sun, 15 Jun 2008 20:47:14 +0000 (13:47 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 15 Jun 2008 20:47:14 +0000 (13:47 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git.spec.in | patch | blob | history |
diff --git a/git.spec.in b/git.spec.in
index 97a26be29a5e6e64ca33760ba0010693e0fa07f9..3d7f3ef4afeccefd56330342715cb89e73b94775 100644 (file)
--- a/git.spec.in
+++ b/git.spec.in
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
# 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.