Bug 449388

Summary: git should not require curl, only libcurl
Product: [Fedora] Fedora Reporter: Stepan Kasal <kasal>
Component: gitAssignee: Chris Wright <chrisw>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: bkearney, jwboyer
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-22 12:31:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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