[virt-manager] Rebased to version 0.10.0 Fix screenshots (bz #969410) Add Fedora 19 osdict option (bz #950230) Fix

Cole Robinson crobinso at fedoraproject.org
Wed Jun 19 22:49:52 UTC 2013


commit b39288a2d19f371f0da4224cbd46f5e1f94057ea
Author: Cole Robinson <crobinso at redhat.com>
Date:   Wed Jun 19 18:49:14 2013 -0400

    Rebased to version 0.10.0
    Fix screenshots (bz #969410)
    Add Fedora 19 osdict option (bz #950230)
    Fix loading libguestfs OS icons (bz #905238)
    Make packagekit search cancellable (bz #973777)
    Fix freeze on guest shutdown if serial console connected (bz #967968)

 .gitignore        |    1 +
 sources           |    2 +-
 virt-manager.spec |   32 +++++++++++++++-----------------
 3 files changed, 17 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33001c0..7d6d71e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ virt-manager-0.8.4.tar.gz
 /virt-manager-d3f9bc8e.tar.gz
 /virt-manager-b68faac8.tar.gz
 /virt-manager-de1695b2.tar.gz
+/virt-manager-0.10.0.tar.gz
diff --git a/sources b/sources
index 26b82ee..554f332 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e9346157491dfad166f54962c632a20  virt-manager-de1695b2.tar.gz
+e23b8d2a7623b4e8e256c25735f332c8  virt-manager-0.10.0.tar.gz
diff --git a/virt-manager.spec b/virt-manager.spec
index ca0c698..f0aedb8 100644
--- a/virt-manager.spec
+++ b/virt-manager.spec
@@ -5,9 +5,10 @@
 %define disable_unsupported_rhel   0
 %define askpass_package            "openssh-askpass"
 %define qemu_user                  "qemu"
-%define libvirt_packages           "libvirt-daemon-kvm"
+%define libvirt_packages           "libvirt-daemon-kvm,libvirt-daemon-config-network"
 %define preferred_distros          "fedora,rhel"
 %define kvm_packages               "qemu-system-x86"
+%define default_graphics           "spice"
 
 %if 0%{?rhel}
 %define preferred_distros          "rhel,fedora"
@@ -18,9 +19,9 @@
 
 # End local config
 
-%global gitcommit de1695b2
+
 %define _version 0.10.0
-%define _release 0.5.git%{gitcommit}
+%define _release 1
 
 
 # This macro is used for the continuous automated builds. It just
@@ -38,14 +39,9 @@ Summary: Virtual Machine Manager
 Group: Applications/Emulators
 License: GPLv2+
 URL: http://virt-manager.org/
+Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
 BuildArch: noarch
 
-#Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
-# Generate source with
-#   git clone git://git.fedorahosted.org/git/virt-manager.git
-#   cd virt-manager
-#   git archive --output virt-manager-%{gitcommit}.tar.gz --prefix virt-manager-%{gitcommit}/ %{gitcommit}
-Source: virt-manager-%{gitcommit}.tar.gz
 
 Requires: virt-manager-common = %{verrel}
 Requires: pygobject3
@@ -60,11 +56,6 @@ Requires: gtk-vnc2
 Requires: spice-gtk3
 
 
-%if %{with_guestfs}
-Requires: python-libguestfs
-%endif
-
-
 BuildRequires: intltool
 BuildRequires: /usr/bin/pod2man
 
@@ -111,7 +102,7 @@ machine).
 
 
 %prep
-%setup -q -n virt-manager-%{gitcommit}
+%setup -q
 
 %build
 %if %{qemu_user}
@@ -138,11 +129,10 @@ machine).
 %define _disable_unsupported_rhel --hide-unsupported-rhel-options
 %endif
 
-%if 0%{?default_graphics:1}
+%if %{default_graphics}
 %define _default_graphics --default-graphics=%{default_graphics}
 %endif
 
-
 python setup.py configure \
     --pkgversion="%{version}" \
     %{?_qemu_user} \
@@ -223,6 +213,14 @@ fi
 
 
 %changelog
+* Wed Jun 19 2013 Cole Robinson <crobinso at redhat.com> - 0.10.0-1
+- Rebased to version 0.10.0
+- Fix screenshots (bz #969410)
+- Add Fedora 19 osdict option (bz #950230)
+- Fix loading libguestfs OS icons (bz #905238)
+- Make packagekit search cancellable (bz #973777)
+- Fix freeze on guest shutdown if serial console connected (bz #967968)
+
 * Mon May 27 2013 Cole Robinson <crobinso at redhat.com> - 0.10.0-0.5.gitde1695b2
 - Fix default graphics, should be spice+qxl (bz #965864)
 - Check for libvirt default network package on first run (bz #950329)


More information about the scm-commits mailing list