Je crois que j'ai une piste :
Summary: Python modules for starting Xen guest installations
Name: python-virtinst
Version: 0.95.0
Release: 1%{?dist}
Source0: virtinst-%{version}.tar.gz
License: GPL
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
ExcludeArch: ppc ppc64 s390 s390x
Url:
http://hg.et.redhat.com/virt/applications/xeninst--devel
Provides: xeninst
Provides: python-xeninst = %{version}
Provides: virtinst
Requires: libvirt-python >= 0.1.4-4
Requires: urlgrabber
Obsoletes: python-xeninst < %{version}
%description
virtinst is a module to help in starting installations of Fedora/Red
Hat Enterprise Linux related distributions inside of virtual machines. It
supports both paravirt guests (for which only FC and RHEL guests are
currently supported) as well as fully virtualized guests. It uses
libvirt (
http://www.libvirt.org) for starting things.
Also contained is a simple script virt-install which uses
virtinst in a command line mode.
blablabla
ln -s virtinst $RPM_BUILD_ROOT%{python_sitelib}/xeninst
ln -s virt-install $RPM_BUILD_ROOT/%{_sbindir}/xenguest-install
blablabla