rpms/python-virtinst/devel python-virtinst.spec,1.30,1.31

Daniel P. Berrange (berrange) fedora-extras-commits at redhat.com
Fri Jan 11 03:33:18 UTC 2008


Author: berrange

Update of /cvs/pkgs/rpms/python-virtinst/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15656

Modified Files:
	python-virtinst.spec 
Log Message:
Added dep on libxml2


Index: python-virtinst.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/devel/python-virtinst.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- python-virtinst.spec	11 Jan 2008 01:42:21 -0000	1.30
+++ python-virtinst.spec	11 Jan 2008 03:32:38 -0000	1.31
@@ -11,7 +11,7 @@
 Summary: Python modules for starting Xen guest installations
 Name: python-%{appname}
 Version: 0.300.2
-Release: 1%{_extra_release}
+Release: 2%{_extra_release}
 Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
 License: GPLv2+
 Group: Development/Libraries
@@ -21,7 +21,9 @@
 Requires: libvirt-python >= 0.2.1
 Requires: virt-viewer
 Requires: urlgrabber
+Requires: libxml2-python
 BuildRequires: python-devel
+BuildRequires: libxml2-python
 
 %description
 virtinst is a module to help in starting installations of Fedora/Red
@@ -64,6 +66,9 @@
 %{_bindir}/virt-image
 
 %changelog
+* Thu Jan 10 2008 Daniel P. Berrange <berrange at redhat.com> - 0.300.2-2.fc9
+- Added dep on libxml2-python
+
 * Thu Jan 10 2008 Daniel P. Berrange <berrange at redhat.com> - 0.300.2-1.fc9
 - Update to 0.300.2 release
 




More information about the fedora-extras-commits mailing list