Add requires libwsman1 for rubygem-openwsman
This commit is contained in:
parent
b28c67e01e
commit
7533496938
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: openwsman
|
Name: openwsman
|
||||||
Version: 2.6.8
|
Version: 2.6.8
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Open source Implementation of WS-Management
|
Summary: Open source Implementation of WS-Management
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -91,6 +91,7 @@ This package provides Python3 bindings to access the openwsman client API.
|
|||||||
License: BSD
|
License: BSD
|
||||||
Summary: Ruby client bindings for Openwsman
|
Summary: Ruby client bindings for Openwsman
|
||||||
Obsoletes: %{name}-ruby < %{version}-%{release}
|
Obsoletes: %{name}-ruby < %{version}-%{release}
|
||||||
|
Requires: libwsman1 = %{version}-%{release}
|
||||||
|
|
||||||
%description -n rubygem-%{gem_name}
|
%description -n rubygem-%{gem_name}
|
||||||
The openwsman gem provides a Ruby API to manage systems using
|
The openwsman gem provides a Ruby API to manage systems using
|
||||||
@ -284,6 +285,9 @@ rm -f /var/log/wsmand.log
|
|||||||
%{_bindir}/winrs
|
%{_bindir}/winrs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 01 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.8-6
|
||||||
|
- Add requires libwsman1 for rubygem-openwsman
|
||||||
|
|
||||||
* Wed Mar 13 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.8-5
|
* Wed Mar 13 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.8-5
|
||||||
- Fix CVE-2019-3816
|
- Fix CVE-2019-3816
|
||||||
Resolves: #1687760
|
Resolves: #1687760
|
||||||
|
Loading…
Reference in New Issue
Block a user