diff --git a/openwsman.spec b/openwsman.spec index 870f5f7..0dfd975 100644 --- a/openwsman.spec +++ b/openwsman.spec @@ -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 - 2.6.8-6 +- Add requires libwsman1 for rubygem-openwsman + * Wed Mar 13 2019 Vitezslav Crhonek - 2.6.8-5 - Fix CVE-2019-3816 Resolves: #1687760