From da69c05d1fb04392fda7359436958770f768179e Mon Sep 17 00:00:00 2001 From: "Danilo C. L. de Paula" Date: Tue, 2 Jul 2019 01:15:40 +0100 Subject: [PATCH] Update to virtio-win-1.9.8-7.el8 - Resolves: rhbz#1715121 (Move virtio-win to the regular RHEL channel) - Resolves: rhbz#1725380 ([virtio-win] Release all 8.0.1 Fixed BZs in 8.1.0) --- gating.yaml | 7 +++++++ sources | 1 - virtio-win.spec | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..7cae996 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-8.1.0 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: manual.virtualization.virtio-win.tier1.functional } + diff --git a/sources b/sources index 325c417..836607b 100644 --- a/sources +++ b/sources @@ -2,5 +2,4 @@ SHA512 (qxl-win-unsigned-0.1-24-sources.zip) = 5fa5e63f37c9f25a164f8e9f0cb72ff0e SHA512 (mingw-qemu-ga-win-100.0.0.0-3.el7ev.src.rpm) = 086545b615f451db4102eb98ab51f31ec0a29bec98cea9ab0126fa78994bb02ac7278fb92fbe3754fbae10d49f22e83387bebc359a4af5d407d2f83b27f3c7c0 SHA512 (qemu-ga-win-100.0.0.0-3.el7ev.noarch.rpm) = c2856441844aabb6ecb7cdefebf6355723f54d6a7902f6fae46249e68074130f07517c58930bec9f458e23b6e57c9992b63cd6df99282a03b7f34773a22ae893 SHA512 (virtio-win-prewhql-0.1-171-sources.zip) = f4c7bcc775bdd94bf710f746835372d89971a9bd4d3f60650cb27468e3d6dec404dbc9dfe916cb5ad4c44b5d8b7bb3a37e31729b7e8f8dbe83952dc4aa6e00ea -SHA512 (virtio-win-1.9.8-2-bin-for-rpm.tar.gz) = 3562879e039647dbca8929d97e47c6514c9b4127671b5f39e66c994b781b67f63f65e83f2d41f219351f916686ca5e960a4f78e495f9c29f0b946fbc4008209d SHA512 (virtio-win-1.9.8-4-bin-for-rpm.tar.gz) = 9b4232a7d869d3a46f179d7616bc13e82cf18448d5b6b82d38e97dcc08b16339c63ba76258d54ec0ea88bb99b751a3c1a43377bb62c29da6b91971500b1ae973 diff --git a/virtio-win.spec b/virtio-win.spec index dcbaddf..e920977 100644 --- a/virtio-win.spec +++ b/virtio-win.spec @@ -20,7 +20,7 @@ Summary: VirtIO para-virtualized drivers for Windows(R) Name: virtio-win Version: 1.9.8 -Release: 5%{?dist} +Release: 7%{?dist} Group: Applications/System URL: http://www.redhat.com/ BuildArch: noarch @@ -98,7 +98,7 @@ popd %{__ln_s} %{name}-%{version}_amd64.vfd %{buildroot}%{_datadir}/%{name}/%{name}_amd64.vfd %{__install} -p -m0644 %{name}-%{version}_servers_x86.vfd %{buildroot}%{_datadir}/%{name} -%{__ln_s} %{name}-%{version}_servers__x86.vfd %{buildroot}%{_datadir}/%{name}/%{name}_servers_x86.vfd +%{__ln_s} %{name}-%{version}_servers_x86.vfd %{buildroot}%{_datadir}/%{name}/%{name}_servers_x86.vfd %{__install} -p -m0644 %{name}-%{version}_servers_amd64.vfd %{buildroot}%{_datadir}/%{name} %{__ln_s} %{name}-%{version}_servers_amd64.vfd %{buildroot}%{_datadir}/%{name}/%{name}_servers_amd64.vfd %endif @@ -124,9 +124,9 @@ popd %changelog -* Tue Jun 25 2019 Danilo C. L. de Paula - 1.9.8-5.el8 +* Mon Jul 01 2019 Danilo C. L. de Paula - 1.9.8-7.el8 - Resolves: rhbz#1715121 - (Move virtio-win to the regular RHEL channel) + (Move virtio-win to regular RHEL channel) * Tue Sep 11 2018 Danilo C. L. de Paula - 1.9.6-4 - Resolves: BZ#1353099