From 64790d6ddd5e1409ec57fa58dcf30a77795616db Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 18 Jun 2019 12:37:54 -0400 Subject: [PATCH] virt-manager-2.2.0-2.fc31 Add missing dep on gtksourceview --- virt-manager.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/virt-manager.spec b/virt-manager.spec index 6875ff3..9dbb840 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -18,7 +18,7 @@ Name: virt-manager Version: 2.2.0 -Release: 1%{?dist} +Release: 2%{?dist} %global verrel %{version}-%{release} Summary: Desktop tool for managing virtual machines via libvirt @@ -34,6 +34,7 @@ Requires: gtk3 Requires: libvirt-glib >= 0.0.9 Requires: gtk-vnc2 Requires: spice-gtk3 +Requires: gtksourceview4 # virt-manager is one of those apps that people will often install onto # a headless machine for use over SSH. This means the virt-manager dep @@ -197,6 +198,9 @@ done %changelog +* Tue Jun 18 2019 Cole Robinson - 2.2.0-2 +- Add missing dep on gtksourceview + * Mon Jun 17 2019 Cole Robinson - 2.2.0-1 - Rebased to version 2.2.0 - libvirt XML viewing and editing UI for new and existing domain, pools,