From ed78e5cc80bf4a4d1c9b9e1498fdee1215aada90 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Wed, 6 Jan 2021 22:35:31 +0900 Subject: [PATCH] F-34: rebuild against ruby 3.0 --- openwsman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openwsman.spec b/openwsman.spec index 8c33e99..24055e4 100644 --- a/openwsman.spec +++ b/openwsman.spec @@ -3,7 +3,7 @@ Name: openwsman Version: 2.6.8 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Open source Implementation of WS-Management License: BSD @@ -287,6 +287,9 @@ rm -f /var/log/wsmand.log %{_bindir}/winrs %changelog +* Wed Jan 06 2021 Mamoru TASAKA - 2.6.8-18 +- F-34: rebuild against ruby 3.0 + * Tue Sep 22 2020 Vitezslav Crhonek - 2.6.8-17 - Use make macros, patch by Tom Stellard (https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro)