From 26bcc367237921475ef15eb6ba7ee8ffb90faac7 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Mon, 10 Jul 2023 05:21:24 -0400 Subject: [PATCH] * Mon Jul 10 2023 Miroslav Rezanina - 0-0.42.20190303git - hpvd-vmbus_testing-fix-wrong-python-syntax-for-integer-va.patch [bz#2218931] - Resolves: bz#2218931 ([Hyper-V] [RHEL-9] /usr/sbin/vmbus_testing python script prints: "SyntaxWarning: "is" with a literal.") --- hyperv-daemons.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperv-daemons.spec b/hyperv-daemons.spec index 5a53724..41ea4eb 100644 --- a/hyperv-daemons.spec +++ b/hyperv-daemons.spec @@ -13,7 +13,7 @@ Name: hyperv-daemons Version: 0 -Release: 1.41%{?snapver}%{?dist} +Release: 0.42%{?snapver}%{?dist} Summary: Hyper-V daemons suite License: GPLv2 @@ -288,7 +288,7 @@ fi %{_sbindir}/vmbus_testing %changelog -* Mon Jul 10 2023 Miroslav Rezanina - 0-1.41.20190303git +* Mon Jul 10 2023 Miroslav Rezanina - 0-0.42.20190303git - hpvd-vmbus_testing-fix-wrong-python-syntax-for-integer-va.patch [bz#2218931] - Resolves: bz#2218931 ([Hyper-V] [RHEL-9] /usr/sbin/vmbus_testing python script prints: "SyntaxWarning: "is" with a literal.")