Bug 784787

Summary: openwsman doesn't need to require net-tools
Product: [Fedora] Fedora Reporter: Jiri Popelka <jpopelka>
Component: openwsmanAssignee: Vitezslav Crhonek <vcrhonek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: praveen_paladugu, srinivas_g_gowda, vcrhonek
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: openwsman-2.2.7-2.fc17 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-26 12:35:23 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:
Bug Depends On:    
Bug Blocks: 687920    

Description Jiri Popelka 2012-01-26 09:01:16 UTC
openwsman has requirement on net-tools however the only use I've been able to find [1] is 'hostname' use in openwsman-2.2.7/etc/owsmangencert.sh.in but this file is not installed (the installed /etc/openwsman/owsmangencert.sh is probably created from openwsman-2.2.7/etc/owsmangencert.sh.cmake which doesn't contain the 'hostname' use).

Anyway hostname is no longer part of net-tools (it's separate package).

So I suggest to either remove 'Requires:  net-tools'
or replace it with 'Requires:  hostname'
in openwsman.spec

[1] grep -R -E 'arp|etherwake|ifconfig|ipmaddr|iptunnel|mii-diag|mii-tool|nameif|plipconfig|route|slattach|hostname' *