diff --git a/openwsman.spec b/openwsman.spec index 2e6f0c7..77c2b1f 100644 --- a/openwsman.spec +++ b/openwsman.spec @@ -6,7 +6,7 @@ Name: openwsman Version: 2.6.3 -Release: 8.git%{shortcommit}%{?dist} +Release: 9.git%{shortcommit}%{?dist} Summary: Open source Implementation of WS-Management License: BSD @@ -75,7 +75,6 @@ Openwsman Client libraries. %package server License: BSD -Requires: net-tools Summary: Openwsman Server and service libraries Requires: libwsman1 = %{version}-%{release} @@ -320,6 +319,10 @@ rm -f /var/log/wsmand.log %{_bindir}/winrs %changelog +* Wed Oct 04 2017 Vitezslav Crhonek - 2.6.3-9.git +- Remove unnecessary net-tools requirement + Resolves: #1496142 + * Tue Sep 12 2017 Vitezslav Crhonek - 2.6.3-8.git4391e5c - Spec file clean up (removed RPM Groups tags, removed obsolete chkconfig/initscripts dependencies, improved readability, fixed indentation)