From ec126645cb48cee90bb6c6bb73346c8c80779069 Mon Sep 17 00:00:00 2001 From: "Danilo C. L. de Paula" Date: Thu, 13 Sep 2018 16:37:43 +0100 Subject: [PATCH] Tue Sep 11 2018 Danilo C. L. de Paula - 1.9.6-4 Resolves: BZ#1353099 Drop unsupported Windows releases from virtio-win During the official fix for 1353099, the smbus become empty. So it needs to be removed. --- virtio-win.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/virtio-win.spec b/virtio-win.spec index dac096d..986a66f 100644 --- a/virtio-win.spec +++ b/virtio-win.spec @@ -10,7 +10,7 @@ Summary: VirtIO para-virtualized drivers for Windows(R) Name: virtio-win Version: 1.9.6 -Release: 3%{?dist} +Release: 4%{?dist} Group: Applications/System URL: http://www.redhat.com/ BuildArch: noarch @@ -49,10 +49,11 @@ Windows(R) guests. # Dropping unsupported Windows versions. # It's done here to fix two issues at the same time: do not -# release them in iso AND as binary drivers +# release them in iso AND as binary drivers. %{__rm} */2k8/ vfddrivers/*/Win2008/ -rf %{__rm} */2k3/ vfddrivers/*/Win2003 -rf %{__rm} */xp/ vfddrivers/*/WinXP -rf +%{__rm} smbus -rf %build %{__mv} %{qemu_ga_win_build} guest-agent @@ -83,6 +84,11 @@ Windows(R) guests. %changelog +* Tue Sep 11 2018 Danilo C. L. de Paula - 1.9.6-4 +- Resolves: BZ#1353099 + During the fix for 1353099, the smbus become empty. So it needs to be + removed. + * Tue Sep 11 2018 Danilo C. L. de Paula - 1.9.6-3 - Resolves: BZ#1353099 Drop unsupported Windows releases from virtio-win