diff --git a/.gitignore b/.gitignore index 7d6d71e..a490e7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1 @@ -virt-manager-0.8.4.tar.gz -/virt-manager-0.8.5.tar.gz -/virt-manager-0.8.6.tar.gz -/virt-manager-0.8.7.tar.gz -/virt-manager-0.9.0.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 -/virt-manager-d3f9bc8e.tar.gz -/virt-manager-b68faac8.tar.gz -/virt-manager-de1695b2.tar.gz -/virt-manager-0.10.0.tar.gz +/virt-manager-*.tar.gz diff --git a/0001-support-Change-ARM-checks-to-match-F20-versions.patch b/0001-support-Change-ARM-checks-to-match-F20-versions.patch new file mode 100644 index 0000000..d283c03 --- /dev/null +++ b/0001-support-Change-ARM-checks-to-match-F20-versions.patch @@ -0,0 +1,29 @@ +From 946547fac40aa63f9e30c36d00b17a78f9f1bced Mon Sep 17 00:00:00 2001 +Message-Id: <946547fac40aa63f9e30c36d00b17a78f9f1bced.1377125803.git.crobinso@redhat.com> +From: Cole Robinson +Date: Wed, 21 Aug 2013 18:56:30 -0400 +Subject: [PATCH] support: Change ARM checks to match F20 versions + +--- + virtinst/support.py | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/virtinst/support.py b/virtinst/support.py +index b0a84f2..288b7ec 100644 +--- a/virtinst/support.py ++++ b/virtinst/support.py +@@ -320,9 +320,9 @@ SUPPORT_CONN_LISTALLSTORAGEPOOLS = _make( + args=()) + SUPPORT_CONN_LISTALLINTERFACES = _make(function="virConnect.listAllInterfaces", + args=()) +-SUPPORT_CONN_VIRTIO_MMIO = _make(version=1001002, ++SUPPORT_CONN_VIRTIO_MMIO = _make(version=1001001, + drv_version=[("qemu", 1006000)]) +-SUPPORT_CONN_DISK_SD = _make(version=1001002) ++SUPPORT_CONN_DISK_SD = _make(version=1001001) + + + # Domain checks +-- +1.8.3.1 + diff --git a/sources b/sources index 554f332..a6be13b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e23b8d2a7623b4e8e256c25735f332c8 virt-manager-0.10.0.tar.gz +ed8468478def38886c06582394574e72 virt-manager-948b5359.tar.gz diff --git a/virt-manager.spec b/virt-manager.spec index 74fd7b1..54fc511 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -21,8 +21,8 @@ %define _version 0.10.0 -%define _release 1 - +%define _release 2 +%define gitcommit 948b5359 # This macro is used for the continuous automated builds. It just # allows an extra fragment based on the timestamp to be appended @@ -32,16 +32,25 @@ Name: virt-manager Version: %{_version} -Release: %{_release}%{_extra_release}.1 +Release: %{_release}.git%{gitcommit}%{_extra_release} %define verrel %{version}-%{release} 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 +# To prepare: +# +# git clone git://git.fedorahosted.org/virt-manager.git +# cd virt-manager +# git archive -o ../virt-manager-%{gitcommit}.tar.gz \ +# --prefix=virt-manager-%{version} %{gitcommit} +# +#Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz +Source0: virt-manager-%{gitcommit}.tar.gz BuildArch: noarch +Patch0: 0001-support-Change-ARM-checks-to-match-F20-versions.patch Requires: virt-manager-common = %{verrel} Requires: pygobject3 @@ -103,6 +112,7 @@ machine). %prep %setup -q +%patch0 -p1 %build %if %{qemu_user} @@ -213,6 +223,9 @@ fi %changelog +* Wed Aug 21 2013 Cole Robinson 0.10.0-2.git948b5359 +- Update to git snapshot for ARM support + * Sun Aug 04 2013 Fedora Release Engineering - 0.10.0-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild