- Remove hardcoded package dependencies in spec file and instead
use gobject-introspection OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=200
This commit is contained in:
parent
a92d97df3e
commit
9ce7fb5d3a
@ -1,9 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 11:22:14 MDT 2014 - carnold@suse.com
|
||||
|
||||
- Factory packages virt-manager depends on have been renamed.
|
||||
libvte2_90-9 -> libvte-2_91-0
|
||||
typelib-1_0-Vte-2_90 -> typelib-1_0-Vte-2.91
|
||||
- Remove hardcoded package dependencies in spec file and instead
|
||||
use gobject-introspection
|
||||
virt-manager.spec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -143,27 +143,10 @@ Requires: vm-install >= 0.5.6
|
||||
|
||||
# Libvirt-glib
|
||||
Requires: libvirt-glib-1_0-0 >= 0.0.9
|
||||
Requires: typelib-1_0-LibvirtGLib-1_0
|
||||
|
||||
# Virtual Terminal Emulator (vte)
|
||||
%if 0%{?suse_version} >= 1320
|
||||
Requires: libvte-2_91-0
|
||||
Requires: typelib-1_0-Vte-2.91
|
||||
%else
|
||||
Requires: libvte2_90-9
|
||||
Requires: typelib-1_0-Vte-2_90
|
||||
%endif
|
||||
|
||||
# For console widget
|
||||
Requires: gtk-vnc2
|
||||
Requires: libspice-client-glib-2_0-8
|
||||
Requires: libspice-client-gtk-3_0-4
|
||||
Requires: python-gobject-cairo
|
||||
Requires: typelib-1_0-GVnc-1_0
|
||||
Requires: typelib-1_0-Gtk-3_0
|
||||
Requires: typelib-1_0-GtkVnc-2_0
|
||||
Requires: typelib-1_0-SpiceClientGlib-2_0
|
||||
Requires: typelib-1_0-SpiceClientGtk-3_0
|
||||
Recommends: python-SpiceClientGtk
|
||||
|
||||
Requires: virt-install
|
||||
@ -173,6 +156,7 @@ Requires: python-libguestfs
|
||||
%endif
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection
|
||||
BuildRequires: intltool
|
||||
BuildRequires: perl
|
||||
BuildRequires: python
|
||||
|
Loading…
Reference in New Issue
Block a user