Bug 442069
| Summary: | curl isn't built with GSSAPI Negotiate support | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rob Crittenden <rcritten> |
| Component: | curl | Assignee: | Jindrich Novy <jnovy> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | CC: | pknirsch |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 7.17.1-3.fc8 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-04-17 03:56:01 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: | |||
Applied. Thanks. curl-7.17.1-3.fc8 has been submitted as an update for Fedora 8 curl-7.17.1-3.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. curl-7.18.2-1.fc8 has been submitted as an update for Fedora 8 curl-7.18.2-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |
curl on F-8 isn't built with GSSAPI Negotiate support. This is a regression from Fedora 7. GSSAPI support is enabled in %configure but the lack of libraries causes it to not get configured. I did a test and added krb5-devel to BuildRequires and that was enough to get negotiate working in a mock build. Here is my change: diff -u -r1.63 curl.spec --- curl.spec 22 Jan 2008 12:28:04 -0000 1.63 +++ curl.spec 11 Apr 2008 15:35:14 -0000 @@ -18,6 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, pkgconfig, libidn-devel, zlib-devel BuildRequires: nss-devel >= 3.11.7-7 +BuildRequires: krb5-devel %description cURL is a tool for getting files from HTTP, FTP, FILE, LDAP, LDAPS,