From 75334969388d544a7f1760e33eb9203c9a8ef3a7 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Mon, 1 Apr 2019 13:59:14 +0200 Subject: [PATCH] Add requires libwsman1 for rubygem-openwsman --- openwsman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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