Bug 1282528

Summary: freeipa-client requires wget; curl is in Core and can be used instead
Product: [Fedora] Fedora Reporter: Jan Pazdziora <jpazdziora>
Component: freeipaAssignee: IPA Maintainers <ipa-maint>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: abokovoy, ipa-maint, jhrozek, mbasti, mkosek, pviktori, pvoborni, rcritten, ssorce
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: freeipa-4.3.1-1.fc24 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-31 20:30:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Pazdziora 2015-11-16 16:47:48 UTC
Description of problem:

When installing freeipa-client in a container, I've noticed wget gets installed. Checking source code shows that it's only used in a couple of trivial cases that could be converted to curl.

curl, unlike wget, is part of Core group:

# dnf group info 'Core' | grep wget
# dnf group info 'Core' | grep curl
   curl
# 

Using it will make the footprint a little bit smaller.

Version-Release number of selected component (if applicable):

freeipa-client-4.2.3-1.fc23

How reproducible:

Deterministic.

Steps to Reproduce:
1. dnf install -y freeipa-client

Actual results:

Installing:
[...]
 wget                      x86_64   1.16.3-2.fc23               fedora    579 k

Expected results:

wget not installed.

Additional info:

Comment 1 Petr Vobornik 2015-11-18 12:03:30 UTC
Upstream ticket:
https://fedorahosted.org/freeipa/ticket/5458

Comment 2 Martin Bašti 2015-12-11 17:48:08 UTC
Fixed upstream
master:
https://fedorahosted.org/freeipa/changeset/5c9b9089b7b0d40b7e924177f99c2568aaa1b5b2

Comment 3 Fedora Update System 2016-03-24 20:47:17 UTC
freeipa-4.3.1-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-f6e2d255aa

Comment 4 Fedora Update System 2016-03-25 20:27:35 UTC
freeipa-4.3.1-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-f6e2d255aa

Comment 5 Fedora Update System 2016-03-31 20:30:27 UTC
freeipa-4.3.1-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.