Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/virt-viewer-9.0.tar.gz
|
||||
/virt-viewer-9.0.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
4a1095b8f0e1d6184aef2c13ace4a770c383641e SOURCES/virt-viewer-9.0.tar.gz
|
@ -1,30 +0,0 @@
|
||||
From ff11d5937ef2681f1b2bd58d9bea5854f7ff3c9a Mon Sep 17 00:00:00 2001
|
||||
From: Frediano Ziglio <freddy77@gmail.com>
|
||||
Date: Thu, 9 Jul 2020 14:27:02 +0100
|
||||
Subject: [PATCH] iso-dialog: Give less scary error if there are no ISOs
|
||||
|
||||
Instead of a fail simply reply that there are no ISO files.
|
||||
|
||||
Message text was suggested by Radek Duda who reported the issue.
|
||||
|
||||
Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
|
||||
---
|
||||
src/remote-viewer-iso-list-dialog.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/remote-viewer-iso-list-dialog.c b/src/remote-viewer-iso-list-dialog.c
|
||||
index c6fbe50..c7ee051 100644
|
||||
--- a/src/remote-viewer-iso-list-dialog.c
|
||||
+++ b/src/remote-viewer-iso-list-dialog.c
|
||||
@@ -153,7 +153,7 @@ fetch_iso_names_cb(OvirtForeignMenu *foreign_menu,
|
||||
iso_list = ovirt_foreign_menu_fetch_iso_names_finish(foreign_menu, result, &error);
|
||||
|
||||
if (!iso_list) {
|
||||
- const gchar *msg = error ? error->message : _("Failed to fetch CD names");
|
||||
+ const gchar *msg = error ? error->message : _("No ISO files in domain");
|
||||
gchar *markup = g_strdup_printf("<b>%s</b>", msg);
|
||||
|
||||
g_debug("Error fetching ISO names: %s", msg);
|
||||
--
|
||||
2.31.1
|
||||
|
9
gating.yaml
Normal file
9
gating.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
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_8.virt-viewer.manual_gating}
|
||||
# automated gating for spice part
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (virt-viewer-9.0.tar.gz) = a5901d76c3e144fa3d6e640de93ed7f1e7cbeb075c04cdbe4a8c9c09bce96104ea552484df5e84c7a69af8dddd1177123ddb81b2dac775a98ac312f3102daae2
|
@ -19,7 +19,7 @@
|
||||
|
||||
Name: virt-viewer
|
||||
Version: 9.0
|
||||
Release: 12%{?dist}%{?extra_release}
|
||||
Release: 11%{?dist}%{?extra_release}
|
||||
Summary: Virtual Machine Viewer
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
@ -75,9 +75,6 @@ Patch025: 0025-vnc-session-use-g_signal_connect_object.patch
|
||||
Patch026: 0026-build-fix-build-without-gtk-vnc.patch
|
||||
Patch027: 0027-ovirt-foreign-menu-Support-changing-ISO-from-Data-St.patch
|
||||
|
||||
# rhbz#1855716
|
||||
Patch028: 0028-iso-dialog-Give-less-scary-error-if-there-are-no-ISO.patch
|
||||
|
||||
Requires: openssh-clients
|
||||
Requires(post): %{_sbindir}/update-alternatives
|
||||
Requires(postun): %{_sbindir}/update-alternatives
|
||||
@ -155,8 +152,6 @@ the display, and libvirt for looking up VNC/SPICE server details.
|
||||
%patch026 -p1
|
||||
%patch027 -p1
|
||||
|
||||
%patch028 -p1
|
||||
|
||||
%build
|
||||
|
||||
%if 0%{?enable_autotools}
|
||||
@ -195,10 +190,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/remote-viewer.1*
|
||||
|
||||
%changelog
|
||||
* Sun Oct 31 2021 Uri Lublin <uril@redhat.com> - 9.0-12
|
||||
- iso-dialog: Give less scary error if there are no ISOs
|
||||
Resolves: rhbz#1855716
|
||||
|
||||
* Thu Aug 26 2021 Eduardo Lima (Etrunko) <etrunko@redhat.com> - 9.0.11
|
||||
- Add support for changing ISO fom Data StorageDomain
|
||||
Resolves: rhbz#1835640
|
Loading…
Reference in New Issue
Block a user