Add requires libwsman1 for rubygem-openwsman

This commit is contained in:
Vitezslav Crhonek 2019-04-01 13:59:14 +02:00
parent b28c67e01e
commit 7533496938

View File

@ -3,7 +3,7 @@
Name: openwsman
Version: 2.6.8
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Open source Implementation of WS-Management
License: BSD
@ -91,6 +91,7 @@ This package provides Python3 bindings to access the openwsman client API.
License: BSD
Summary: Ruby client bindings for Openwsman
Obsoletes: %{name}-ruby < %{version}-%{release}
Requires: libwsman1 = %{version}-%{release}
%description -n rubygem-%{gem_name}
The openwsman gem provides a Ruby API to manage systems using
@ -284,6 +285,9 @@ rm -f /var/log/wsmand.log
%{_bindir}/winrs
%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
- Fix CVE-2019-3816
Resolves: #1687760