From 5cf4a7da10225c421252154c47d7ecad3678ebbb Mon Sep 17 00:00:00 2001 From: panchenbo Date: Wed, 23 Jun 2021 13:10:01 +0800 Subject: [PATCH] Fix virt-manager 'NoneType' object has no attribute 'conn' error --- gtk3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gtk3.spec b/gtk3.spec index d2e54e8..f0051fa 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -14,7 +14,7 @@ #Basic Information Name: gtk3 Version: 3.24.29 -Release: 1 +Release: 2 Summary: GTK+ graphical user interface library License: LGPLv2+ URL: http://www.gtk.org @@ -29,7 +29,7 @@ BuildRequires: pkgconfig(xi) pkgconfig(xrandr) pkgconfig(xinerama) pkgconfig(xco BuildRequires: pkgconfig(xkbcommon) pkgconfig(epoxy) >= %{epoxy_version} BuildRequires: wayland-devel >= %{wayland_version} wayland-protocols-devel >= %{wayland_protocols_version} BuildRequires: pkgconfig(colord) pkgconfig(json-glib-1.0) pkgconfig(rest-0.7) -BuildRequires: gettext gtk-doc cups-devel libtool desktop-file-utils +BuildRequires: gettext gtk-doc cups-devel libtool desktop-file-utils libXcursor-devel Requires: adwaita-icon-theme hicolor-icon-theme Requires: atk >= %{atk_version} glib2 >= %{glib2_version} pango >= %{pango_version} Requires: cairo >= %{cairo_version} cairo-gobject >= %{cairo_version} @@ -256,6 +256,9 @@ gtk-query-immodules-3.0-64 --update-cache &>/dev/null || : %{_mandir}/man1/gtk3-widget-factory.1* %changelog +* Wed Jun 23 2021 chenbo pan - 3.24.29-2 +- Fix virt-manager 'NoneType' object has no attribute 'conn' error + * Wed May 19 2021 weijin deng - 3.24.29-1 - Upgrade to 3.24.29 - Update Version -- Gitee