Bug 442069

Summary: curl isn't built with GSSAPI Negotiate support
Product: [Fedora] Fedora Reporter: Rob Crittenden <rcritten>
Component: curlAssignee: Jindrich Novy <jnovy>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: 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:

Description Rob Crittenden 2008-04-11 15:36:11 UTC
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,

Comment 1 Jindrich Novy 2008-04-14 06:25:06 UTC
Applied. Thanks.

Comment 2 Fedora Update System 2008-04-14 10:18:23 UTC
curl-7.17.1-3.fc8 has been submitted as an update for Fedora 8

Comment 3 Fedora Update System 2008-04-17 03:55:59 UTC
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.

Comment 4 Fedora Update System 2008-06-19 06:11:53 UTC
curl-7.18.2-1.fc8 has been submitted as an update for Fedora 8

Comment 5 Fedora Update System 2008-06-20 19:11:20 UTC
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.