From a5849382258bde0b6f70d85e2734185a3dd6da87 Mon Sep 17 00:00:00 2001 From: mikeb Date: Wed, 3 Aug 2011 19:41:18 +0000 Subject: [PATCH] update viostor.cat Resolves: rhbz#727799 --- .cvsignore | 2 ++ sources | 2 ++ virtio-win.spec | 11 ++++++++++- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index 67450ae..ce75cf5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -28,3 +28,5 @@ virtio-win-1.3.0.zip virtio-win-1.3.1-bin-whql.zip virtio-win-1.3.1-drivers.zip virtio-win-1.3.1.zip +viostor.cat +virtio-win-1.3.1.vfd diff --git a/sources b/sources index 4530a79..79d5d46 100644 --- a/sources +++ b/sources @@ -2,3 +2,5 @@ 168f62fc78f2175398d6a35b1fe060d5 virtio-win-1.3.1-bin-whql.zip 89cb1f3b6e2e2722980b52cb7b27e870 virtio-win-1.3.1-drivers.zip bb9dddf4041df44c70421ae31f156a94 virtio-win-1.3.1.zip +b8be648ac21dae9420ba9200533f5150 viostor.cat +2c0717504176e11f7a6bfd19001946cf virtio-win-1.3.1.vfd diff --git a/virtio-win.spec b/virtio-win.spec index 6ef2e26..b9af8e3 100644 --- a/virtio-win.spec +++ b/virtio-win.spec @@ -1,13 +1,15 @@ Summary: VirtIO para-virtualized drivers for Windows(R) Name: virtio-win Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} License: Red Hat Proprietary Group: Applications/System URL: http://www.redhat.com/ Source0: %{name}-%{version}.zip Source1: %{name}-%{version}-bin-whql.zip Source2: %{name}-%{version}-drivers.zip +Source3: viostor.cat +Source4: virtio-win-1.3.1.vfd patch0: 00-ms-cross-cert.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch @@ -20,6 +22,10 @@ Windows(R) guests. %prep %setup -q -T -b 1 -n %{name}-%{version} %setup -q -T -a 2 -n %{name}-%{version} -D +cp -p %{SOURCE3} viostor/2k8/amd64/viostor.cat +cp -p %{SOURCE3} drivers/amd64/Win2008/viostor.cat +# the .vfd contains the updated viostor.cat as well +cp -p %{SOURCE4} . %build /usr/bin/mkisofs -m drivers -o %{name}-%{version}.iso -r -J \ @@ -49,6 +55,9 @@ Windows(R) guests. %{_datadir}/%{name}/drivers %changelog +* Wed Aug 3 2011 Mike Bonnet - 1.3.1-2 +- update viostor.cat (rhbz#727799) + * Fri Jul 29 2011 Jay Greguske 1.3.1-1 - Added new vioserial drivers (rhbz#721355) - prewhql build: 0.1-13