diff --git a/python-virtinst.spec b/python-virtinst.spec index 9ec12d6..cc0f409 100644 --- a/python-virtinst.spec +++ b/python-virtinst.spec @@ -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 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 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 @@ -71,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/virt-image %changelog +* Thu Jan 31 2008 Daniel P. Berrange - 0.300.2-3.fc9 +- Disable virt-viewer dep to allow non-X installs (rhbz #387971) + * Thu Jan 10 2008 Daniel P. Berrange - 0.300.2-2.fc9 - Added dep on libxml2-python and python-urlgrabber