Remove unnecessary net-tools requirement
This commit is contained in:
parent
2b477257dd
commit
7e1a791315
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: openwsman
|
Name: openwsman
|
||||||
Version: 2.6.3
|
Version: 2.6.3
|
||||||
Release: 8.git%{shortcommit}%{?dist}
|
Release: 9.git%{shortcommit}%{?dist}
|
||||||
Summary: Open source Implementation of WS-Management
|
Summary: Open source Implementation of WS-Management
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -75,7 +75,6 @@ Openwsman Client libraries.
|
|||||||
|
|
||||||
%package server
|
%package server
|
||||||
License: BSD
|
License: BSD
|
||||||
Requires: net-tools
|
|
||||||
Summary: Openwsman Server and service libraries
|
Summary: Openwsman Server and service libraries
|
||||||
Requires: libwsman1 = %{version}-%{release}
|
Requires: libwsman1 = %{version}-%{release}
|
||||||
|
|
||||||
@ -320,6 +319,10 @@ rm -f /var/log/wsmand.log
|
|||||||
%{_bindir}/winrs
|
%{_bindir}/winrs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 04 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.3-9.git
|
||||||
|
- Remove unnecessary net-tools requirement
|
||||||
|
Resolves: #1496142
|
||||||
|
|
||||||
* Tue Sep 12 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.3-8.git4391e5c
|
* Tue Sep 12 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.3-8.git4391e5c
|
||||||
- Spec file clean up (removed RPM Groups tags, removed obsolete chkconfig/initscripts
|
- Spec file clean up (removed RPM Groups tags, removed obsolete chkconfig/initscripts
|
||||||
dependencies, improved readability, fixed indentation)
|
dependencies, improved readability, fixed indentation)
|
||||||
|
Loading…
Reference in New Issue
Block a user