Bug 449388 - git should not require curl, only libcurl
Summary: git should not require curl, only libcurl
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: git
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Chris Wright
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-06-02 15:39 UTC by Stepan Kasal
Modified: 2013-01-10 10:24 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-10-22 12:31:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Stepan Kasal 2008-06-02 15:39:07 UTC
I was trapped today by the misdesign of curl command, see bug #449369.
So I'd like to remove curl (not libcurl) from my machine.

I cannot co that, because git requires it.  But it seems that git calls curl
only in two places: git-clone.sh and git-ls-remote.sh.  Couldn't these two be
rewritten so that libcurl would be enough for the whole git.

Yeah, this is an enhancement request and I'm not providing the patch (yet), sorry.

Comment 1 Stepan Kasal 2008-06-03 12:45:01 UTC
Additional info:
I mentioned the problem on the git list, and was assured that the last occurence
of "curl" command has been removed:
http://article.gmane.org/gmane.comp.version-control.git/83640

Consequently, when git-1.5.6 is released and accepted to Fedora, we can drop
"Require: curl" and perhaps replace "BuildReuire: curl-devel" by "BuildRequire:
libcurl-devel".

Comment 2 Josh Boyer 2008-10-22 12:31:51 UTC
Fixed in git-1.6.0.3-1


Note You need to log in before you can comment on or make changes to this bug.