From 86d17ad02e0aaba871b526a92206fcd4824688cf Mon Sep 17 00:00:00 2001 From: Charles Arnold Date: Thu, 16 Feb 2012 13:46:28 +0000 Subject: [PATCH 1/2] - bnc#745221 - virt-manager should require python-gconf Requires: python2-gconf >= 1.99.11-7 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=90 --- virt-manager.changes | 6 ++++++ virt-manager.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/virt-manager.changes b/virt-manager.changes index 8aaf4e20..0228c7c2 100644 --- a/virt-manager.changes +++ b/virt-manager.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 16 06:42:21 MST 2012 - carnold@novell.com + +- bnc#745221 - virt-manager should require python-gconf + Requires: python2-gconf >= 1.99.11-7 + ------------------------------------------------------------------- Fri Feb 3 12:54:27 MST 2012 - carnold@novell.com diff --git a/virt-manager.spec b/virt-manager.spec index 9212810b..a3256518 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define gsysconfdir /etc %define gconftool /usr/bin/gconftool-2 %define virtinst_maj 0 @@ -55,6 +56,7 @@ BuildRequires: gettext BuildRequires: intltool BuildRequires: scrollkeeper BuildRequires: update-desktop-files +Requires: python2-gconf >= 1.99.11-7 Requires: libvirt-python >= 0.7.0 Requires: vm-install >= 0.5.6 Requires: dbus-1-python From 08c32e551f76688ead48a3cc8313362248cff271 Mon Sep 17 00:00:00 2001 From: Charles Arnold Date: Mon, 5 Mar 2012 15:28:20 +0000 Subject: [PATCH 2/2] - Previous commit should just be Requires: python-gconf OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=91 --- virt-manager.changes | 5 +++++ virt-manager.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/virt-manager.changes b/virt-manager.changes index 0228c7c2..97f25f39 100644 --- a/virt-manager.changes +++ b/virt-manager.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 5 08:26:17 MST 2012 - carnold@novell.com + +- Previous commit should just be Requires: python-gconf + ------------------------------------------------------------------- Thu Feb 16 06:42:21 MST 2012 - carnold@novell.com diff --git a/virt-manager.spec b/virt-manager.spec index a3256518..ca757848 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - %define gsysconfdir /etc %define gconftool /usr/bin/gconftool-2 %define virtinst_maj 0 @@ -56,7 +55,7 @@ BuildRequires: gettext BuildRequires: intltool BuildRequires: scrollkeeper BuildRequires: update-desktop-files -Requires: python2-gconf >= 1.99.11-7 +Requires: python-gconf Requires: libvirt-python >= 0.7.0 Requires: vm-install >= 0.5.6 Requires: dbus-1-python