mirror of
https://src.fedoraproject.org/rpms/virt-manager.git
synced 2025-07-16 01:03:36 +00:00
26 lines
756 B
Diff
26 lines
756 B
Diff
From 6f5c872379ecf616eba1d57a43a88df6b48f5f80 Mon Sep 17 00:00:00 2001
|
|
From: Cole Robinson <crobinso@redhat.com>
|
|
Date: Fri, 4 Oct 2013 16:34:19 -0400
|
|
Subject: [PATCH] Remove gconf dep, Require dconf
|
|
|
|
(cherry picked from commit 7c3c70d3d092c67809d9bb028c836a5dbca10419)
|
|
---
|
|
virt-manager.spec.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/virt-manager.spec.in b/virt-manager.spec.in
|
|
index 22b6a15..9929d5b 100644
|
|
--- a/virt-manager.spec.in
|
|
+++ b/virt-manager.spec.in
|
|
@@ -47,9 +47,9 @@ Requires: virt-manager-common = %{verrel}
|
|
Requires: pygobject3
|
|
Requires: gtk3
|
|
Requires: libvirt-glib >= 0.0.9
|
|
-Requires: gnome-python2-gconf
|
|
Requires: libxml2-python
|
|
Requires: vte3
|
|
+Requires: dconf
|
|
|
|
# For console widget
|
|
Requires: gtk-vnc2
|