[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/python-virtinst/devel .cvsignore, 1.5, 1.6 python-virtinst.spec, 1.8, 1.9 sources, 1.5, 1.6 virtinst-incremental-sleep.patch, 1.1, NONE virtinst-invalid-mem-crash.patch, 1.1, NONE
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/python-virtinst/devel .cvsignore, 1.5, 1.6 python-virtinst.spec, 1.8, 1.9 sources, 1.5, 1.6 virtinst-incremental-sleep.patch, 1.1, NONE virtinst-invalid-mem-crash.patch, 1.1, NONE
- Date: Mon, 22 Jan 2007 17:57:39 -0500
Author: berrange
Update of /cvs/dist/rpms/python-virtinst/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21815
Modified Files:
.cvsignore python-virtinst.spec sources
Removed Files:
virtinst-incremental-sleep.patch
virtinst-invalid-mem-crash.patch
Log Message:
Updated to 0.100.0 release
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/python-virtinst/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 30 Nov 2006 16:02:04 -0000 1.5
+++ .cvsignore 22 Jan 2007 22:57:36 -0000 1.6
@@ -1 +1 @@
-virtinst-0.98.0.tar.gz
+virtinst-0.100.0.tar.gz
Index: python-virtinst.spec
===================================================================
RCS file: /cvs/dist/rpms/python-virtinst/devel/python-virtinst.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-virtinst.spec 19 Dec 2006 20:24:06 -0000 1.8
+++ python-virtinst.spec 22 Jan 2007 22:57:36 -0000 1.9
@@ -2,11 +2,9 @@
Summary: Python modules for starting Xen guest installations
Name: python-virtinst
-Version: 0.98.0
-Release: 3%{?dist}
+Version: 0.100.0
+Release: 1%{?dist}
Source0: virtinst-%{version}.tar.gz
-Patch1: virtinst-invalid-mem-crash.patch
-Patch2: virtinst-incremental-sleep.patch
License: GPL
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -14,7 +12,7 @@
ExcludeArch: ppc ppc64 s390 s390x
Url: http://hg.et.redhat.com/virt/applications/virtinst--devel
Provides: virtinst
-Requires: libvirt-python >= 0.1.4-4
+Requires: libvirt-python >= 0.1.11
Requires: urlgrabber
BuildRequires: python-devel
Obsoletes: python-xeninst < 0.97.0
@@ -31,8 +29,6 @@
%prep
%setup -q -n virtinst-%{version}
-%patch1 -p1
-%patch2 -p1
%build
python setup.py build
@@ -54,6 +50,10 @@
%{_sbindir}/virt-install
%changelog
+* Mon Jan 22 2007 Daniel P. Berrange <berrange redhat com> - 0.100.0-1.fc7
+- Updated to 0.100.0 which now uses libvirt inactive domain support
+ needed to operate correctly against xen 3.0.4
+
* Tue Dec 18 2006 Daniel P. Berrange <berrange redhat com> - 0.98.0-3.fc7
- don't traceback on invalid memory param (gcosta, #219270)
- let the console come back quicker to help with HVM installs (#212024)
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/python-virtinst/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 30 Nov 2006 16:02:04 -0000 1.5
+++ sources 22 Jan 2007 22:57:36 -0000 1.6
@@ -1 +1 @@
-8ba8268787e6a3af08408355e9741144 virtinst-0.98.0.tar.gz
+a6a1b7c79d715fa7cadcee6044dfbd09 virtinst-0.100.0.tar.gz
--- virtinst-incremental-sleep.patch DELETED ---
--- virtinst-invalid-mem-crash.patch DELETED ---
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]