virt-manager-2.2.0-2.fc31

Add missing dep on gtksourceview
This commit is contained in:
Cole Robinson 2019-06-18 12:37:54 -04:00
parent 055ba9c6e4
commit 64790d6ddd

View File

@ -18,7 +18,7 @@
Name: virt-manager Name: virt-manager
Version: 2.2.0 Version: 2.2.0
Release: 1%{?dist} Release: 2%{?dist}
%global verrel %{version}-%{release} %global verrel %{version}-%{release}
Summary: Desktop tool for managing virtual machines via libvirt Summary: Desktop tool for managing virtual machines via libvirt
@ -34,6 +34,7 @@ Requires: gtk3
Requires: libvirt-glib >= 0.0.9 Requires: libvirt-glib >= 0.0.9
Requires: gtk-vnc2 Requires: gtk-vnc2
Requires: spice-gtk3 Requires: spice-gtk3
Requires: gtksourceview4
# virt-manager is one of those apps that people will often install onto # 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 # a headless machine for use over SSH. This means the virt-manager dep
@ -197,6 +198,9 @@ done
%changelog %changelog
* Tue Jun 18 2019 Cole Robinson <crobinso@redhat.com> - 2.2.0-2
- Add missing dep on gtksourceview
* Mon Jun 17 2019 Cole Robinson <crobinso@redhat.com> - 2.2.0-1 * Mon Jun 17 2019 Cole Robinson <crobinso@redhat.com> - 2.2.0-1
- Rebased to version 2.2.0 - Rebased to version 2.2.0
- libvirt XML viewing and editing UI for new and existing domain, pools, - libvirt XML viewing and editing UI for new and existing domain, pools,