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,