Tue Sep 11 2018 Danilo C. L. de Paula <ddepaula@redhat.com> - 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.
This commit is contained in:
parent
c921eea786
commit
ec126645cb
@ -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 <ddepaula@redhat.com> - 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 <ddepaula@redhat.com> - 1.9.6-3
|
||||
- Resolves: BZ#1353099
|
||||
Drop unsupported Windows releases from virtio-win
|
||||
|
||||
Loading…
Reference in New Issue
Block a user