Update to git snapshot for ARM support
This commit is contained in:
parent
8e343b8abb
commit
d5e33b118d
14
.gitignore
vendored
14
.gitignore
vendored
@ -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
|
||||
|
29
0001-support-Change-ARM-checks-to-match-F20-versions.patch
Normal file
29
0001-support-Change-ARM-checks-to-match-F20-versions.patch
Normal file
@ -0,0 +1,29 @@
|
||||
From 946547fac40aa63f9e30c36d00b17a78f9f1bced Mon Sep 17 00:00:00 2001
|
||||
Message-Id: <946547fac40aa63f9e30c36d00b17a78f9f1bced.1377125803.git.crobinso@redhat.com>
|
||||
From: Cole Robinson <crobinso@redhat.com>
|
||||
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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
e23b8d2a7623b4e8e256c25735f332c8 virt-manager-0.10.0.tar.gz
|
||||
ed8468478def38886c06582394574e72 virt-manager-948b5359.tar.gz
|
||||
|
@ -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 <crobinso@redhat.com> 0.10.0-2.git948b5359
|
||||
- Update to git snapshot for ARM support
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user