rpms/python-virtinst/F-7 python-virtinst.spec,1.25,1.26

Daniel P. Berrange (berrange) fedora-extras-commits at redhat.com
Thu Jan 31 17:06:05 UTC 2008


Author: berrange

Update of /cvs/pkgs/rpms/python-virtinst/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19871/F-7

Modified Files:
	python-virtinst.spec 
Log Message:
Disable virt-viewer dep to allow non-X installs (rhbz #387971)


Index: python-virtinst.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/F-7/python-virtinst.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- python-virtinst.spec	11 Jan 2008 04:59:09 -0000	1.25
+++ python-virtinst.spec	31 Jan 2008 17:05:23 -0000	1.26
@@ -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,8 @@
 Url: http://virt-manager.org/
 Provides: virtinst
 Requires: libvirt-python >= 0.2.1
-Requires: virt-viewer
+# Disabled to allow minimal non-X installs
+#Requires: virt-viewer
 Requires: urlgrabber
 Requires: libxml2-python
 Requires: python-urlgrabber
@@ -73,6 +74,9 @@
 %{_bindir}/virt-image
 
 %changelog
+* Thu Jan 31 2008 Daniel P. Berrange <berrange at redhat.com> - 0.300.2-2.fc7
+- Disable virt-viewer dep to allow non-X installs (rhbz #387971)
+
 * Thu Jan 10 2008 Daniel P. Berrange <berrange at redhat.com> - 0.300.2.1.fc7
 - Update to 0.300.2 release
 




More information about the fedora-extras-commits mailing list