From 8ae1d0662788bedc54c103229b4736fb8362a494 Mon Sep 17 00:00:00 2001 From: Yash Mankad Date: Tue, 27 Aug 2024 09:21:32 -0400 Subject: [PATCH 1/2] Add mising gating file for c10s Resolves: RHEL-56102 Signed-off-by: Yash Mankad --- gating.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..76ce139 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: +# manual gating for virt-viewer https://polarion.engineering.redhat.com/polarion/#/project/RedHatEnterpriseLinux + - !PassingTestCaseRule {test_case_name: manual.sst_virtualization_rhel_9.virt-viewer.manual_gating} From 43933dad034650a0783f4da3796685b55fc1ab6e Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:18:38 -0700 Subject: [PATCH 2/2] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- virt-viewer.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/virt-viewer.spec b/virt-viewer.spec index d02b496..55d6f25 100644 --- a/virt-viewer.spec +++ b/virt-viewer.spec @@ -11,7 +11,7 @@ Name: virt-viewer Version: 11.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Virtual Machine Viewer License: GPL-2.0-or-later URL: https://gitlab.com/virt-viewer/virt-viewer @@ -89,6 +89,10 @@ the display, and libvirt for looking up VNC/SPICE server details. %{_datadir}/bash-completion/completions/virt-viewer %changelog +* Tue Oct 29 2024 Troy Dawson - 11.0-10 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Mon Jun 24 2024 Troy Dawson - 11.0-9 - Bump release for June 2024 mass rebuild