diff --git a/python-virtinst.spec b/python-virtinst.spec index 18d07e5..f27f752 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: 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 @@ ExcludeArch: ppc ppc64 s390 s390x 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 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/virt-image %changelog +* Thu Jan 31 2008 Daniel P. Berrange - 0.300.2-2.fc7 +- Disable virt-viewer dep to allow non-X installs (rhbz #387971) + * Thu Jan 10 2008 Daniel P. Berrange - 0.300.2.1.fc7 - Update to 0.300.2 release