rpms/python-virtinst/F-8 python-virtinst.spec,1.34,1.35

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


Author: berrange

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

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-8/python-virtinst.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- python-virtinst.spec	11 Jan 2008 04:26:43 -0000	1.34
+++ python-virtinst.spec	31 Jan 2008 17:05:36 -0000	1.35
@@ -11,7 +11,7 @@
 Summary: Python modules for starting Xen guest installations
 Name: python-%{appname}
 Version: 0.300.2
-Release: 2%{_extra_release}
+Release: 3%{_extra_release}
 Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
 License: GPLv2+
 Group: Development/Libraries
@@ -19,7 +19,8 @@
 BuildArch: noarch
 Url: http://virt-manager.org/
 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
@@ -70,6 +71,9 @@
 %{_bindir}/virt-image
 
 %changelog
+* Thu Jan 31 2008 Daniel P. Berrange <berrange at redhat.com> - 0.300.2-3.fc8
+- 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-2.fc8
 - Added dep on libxml2-python and python-urlgrabber
 




More information about the fedora-extras-commits mailing list