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' *