[virt-manager/f17] Rebased to version 0.9.5 Enable adding virtio-scsi disks (Chen Hanxiao) (bz 887584) Support security

Cole Robinson crobinso at fedoraproject.org
Mon Apr 1 12:15:08 UTC 2013


commit d31cad4458aca5fe03b1d7e97f5ebdd2beaa3131
Author: Cole Robinson <crobinso at redhat.com>
Date:   Mon Apr 1 08:15:05 2013 -0400

    Rebased to version 0.9.5
    Enable adding virtio-scsi disks (Chen Hanxiao) (bz 887584)
    Support security auto-relabel setting (Martin Kletzander)
    Support disk iotune settings (David Shane Holden)
    Support 'reset' as a reboot option (John Doyle)
    Don't pull in non-native qemu packages on first run (bz 924469)
    Don't create LVM volumes with alloc=0, it doesn't work (bz 872162)
    Fix storage browser hang on KDE (bz 880781)
    Fix package installation on KDE (bz 882024)

 .gitignore                                         |    1 +
 ...er-Fix-KVM_PACKAGES-substitution-variable.patch |   44 ---------
 0002-domain-Handle-PMSUSPENDED-status.patch        |   54 -----------
 ...rowse_local-Fix-choosing-directory-of-F17.patch |   61 -------------
 ...test-first-run-switch-for-testing-Package.patch |   96 --------------------
 0008-Fix-test-first-run.patch                      |   37 --------
 0009-really-fix-kvm-substitution.patch             |   13 ---
 ...network-Fix-parsing-ip-blocks-with-prefix.patch |   49 ----------
 sources                                            |    2 +-
 virt-manager.spec                                  |   38 +++-----
 10 files changed, 17 insertions(+), 378 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a509611..f6daf3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ virt-manager-0.8.4.tar.gz
 /virt-manager-0.9.1.tar.gz
 /virt-manager-0.9.3.tar.gz
 /virt-manager-0.9.4.tar.gz
+/virt-manager-0.9.5.tar.gz
diff --git a/sources b/sources
index a5e9371..a688457 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f724839749f6d8d2e57ce8bb8a6a76f  virt-manager-0.9.4.tar.gz
+2b622a0f4cd53f83665d9841b5a3cefa  virt-manager-0.9.5.tar.gz
diff --git a/virt-manager.spec b/virt-manager.spec
index fddbe51..72bf88c 100644
--- a/virt-manager.spec
+++ b/virt-manager.spec
@@ -1,14 +1,14 @@
 # -*- rpm-spec -*-
 
 %define _package virt-manager
-%define _version 0.9.4
-%define _release 3
-%define virtinst_version 0.600.3
+%define _version 0.9.5
+%define _release 1
+%define virtinst_version 0.600.4
 
 %define qemu_user                  "qemu"
 %define preferred_distros          "fedora,rhel"
 %define kvm_packages               "qemu-system-x86"
-%define libvirt_packages           "libvirt-daemon-qemu"
+%define libvirt_packages           "libvirt-daemon-kvm"
 %define askpass_package            "openssh-askpass"
 %define disable_unsupported_rhel   0
 
@@ -41,18 +41,6 @@ Group: Applications/Emulators
 License: GPLv2+
 URL: http://virt-manager.org/
 Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
-# Fix KVM package install on app first run
-Patch1: 0001-virt-manager-Fix-KVM_PACKAGES-substitution-variable.patch
-# Fix listing domain with 'suspended' state (bz #850954)
-Patch2: 0002-domain-Handle-PMSUSPENDED-status.patch
-# Fix 'browse local' behavior when choosing directory (bz #855335)
-Patch3: 0003-browse_local-Fix-choosing-directory-of-F17.patch
-# Use correct KVM package names on first run (bz 873878)
-Patch4: 0007-Add-hidden-test-first-run-switch-for-testing-Package.patch
-Patch5: 0008-Fix-test-first-run.patch
-Patch6: 0009-really-fix-kvm-substitution.patch
-# network: fix parsing ip blocks with prefix= (bz 872814)
-Patch7: 0010-network-Fix-parsing-ip-blocks-with-prefix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 
@@ -151,13 +139,6 @@ Common files used by the different Virtual Machine Manager interfaces.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
 
 %build
 %if %{qemu_user}
@@ -280,6 +261,17 @@ update-desktop-database -q %{_datadir}/applications
 %endif
 
 %changelog
+* Mon Apr 01 2013 Cole Robinson <crobinso at redhat.com> - 0.9.5-1
+- Rebased to version 0.9.5
+- Enable adding virtio-scsi disks (Chen Hanxiao) (bz 887584)
+- Support security auto-relabel setting (Martin Kletzander)
+- Support disk iotune settings (David Shane Holden)
+- Support 'reset' as a reboot option (John Doyle)
+- Don't pull in non-native qemu packages on first run (bz 924469)
+- Don't create LVM volumes with alloc=0, it doesn't work (bz 872162)
+- Fix storage browser hang on KDE (bz 880781)
+- Fix package installation on KDE (bz 882024)
+
 * Mon Dec 17 2012 Cole Robinson <crobinso at redhat.com> - 0.9.4-3
 - Use correct KVM package names on first run (bz #873878)
 - network: fix parsing ip blocks with prefix= (bz #872814)


More information about the scm-commits mailing list