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
(2008R2 was removed by mistake)
This commit is contained in:
Danilo C. L. de Paula 2018-09-12 13:51:34 +01:00
parent c6c3485b25
commit c921eea786

View File

@ -10,7 +10,7 @@
Summary: VirtIO para-virtualized drivers for Windows(R)
Name: virtio-win
Version: 1.9.6
Release: 2%{?dist}
Release: 3%{?dist}
Group: Applications/System
URL: http://www.redhat.com/
BuildArch: noarch
@ -50,8 +50,8 @@ 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
%{__rm} */2k8* vfddrivers/*/Win2008* -rf
%{__rm} */2k3/ vfddrivers/*/Win2003* -rf
%{__rm} */2k8/ vfddrivers/*/Win2008/ -rf
%{__rm} */2k3/ vfddrivers/*/Win2003 -rf
%{__rm} */xp/ vfddrivers/*/WinXP -rf
%build
@ -83,7 +83,7 @@ Windows(R) guests.
%changelog
* Tue Sep 11 2018 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.9.6-2
* 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