2009-09-15 12:06:41 +00:00
|
|
|
Name: virt-v2v
|
2011-04-26 20:01:50 +00:00
|
|
|
Version: 0.8.1
|
2011-07-19 21:15:44 +00:00
|
|
|
Release: 3%{?dist}
|
2009-09-15 12:06:41 +00:00
|
|
|
Summary: Convert a virtual machine to run on KVM
|
|
|
|
|
|
|
|
Group: Applications/System
|
|
|
|
License: GPLv2+ and LGPLv2+
|
2011-04-19 10:43:55 +00:00
|
|
|
URL: http://git.fedorahosted.org/git/virt-v2v.git
|
2010-06-21 14:45:15 +00:00
|
|
|
Source0: https://fedorahosted.org/releases/v/i/virt-v2v/%{name}-v%{version}.tar.gz
|
2009-09-15 12:06:41 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2011-01-17 16:44:07 +00:00
|
|
|
# Backported upstream patches
|
|
|
|
# Naming scheme: <name>-<version>-<local sequence number>-<git commit>.patch
|
|
|
|
# name: virt-v2v
|
|
|
|
# version: the version of virt-v2v the patch was originally rebased to
|
|
|
|
# local seq no: the order the patches should be applied in
|
|
|
|
# git commit: the first 8 characters of the git commit hash
|
|
|
|
|
2011-05-12 09:10:32 +00:00
|
|
|
# Upstream patches to fix p2v client build in rawhide/f15
|
2011-05-11 16:36:18 +00:00
|
|
|
Patch0: virt-v2v-0.8.1-00-44eb9021-modified.patch
|
|
|
|
Patch1: virt-v2v-0.8.1-01-e34a8c09.patch
|
|
|
|
Patch2: virt-v2v-0.8.1-02-fadb1929.patch
|
2011-05-12 09:10:32 +00:00
|
|
|
Patch3: virt-v2v-0.8.1-03-a965f7e0.patch
|
2011-05-17 09:14:19 +00:00
|
|
|
Patch4: virt-v2v-0.8.1-04-77bd7908.patch
|
2011-05-11 16:36:18 +00:00
|
|
|
|
2010-07-01 09:00:03 +00:00
|
|
|
# Unfortunately, despite really being noarch, we have to make virt-v2v arch
|
|
|
|
# dependent to avoid build failures on architectures where libguestfs isn't
|
|
|
|
# available.
|
|
|
|
ExclusiveArch: %{ix86} x86_64
|
|
|
|
|
2009-09-15 12:06:41 +00:00
|
|
|
# Build system direct requirements
|
2009-11-09 17:20:06 +00:00
|
|
|
BuildRequires: gettext
|
2010-02-22 16:09:28 +00:00
|
|
|
BuildRequires: perl
|
2009-09-15 12:06:41 +00:00
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
BuildRequires: perl(ExtUtils::Manifest)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
|
|
BuildRequires: perl(Module::Find)
|
|
|
|
|
|
|
|
# Runtime perl modules also required at build time for use_ok test
|
2010-11-04 11:33:20 +00:00
|
|
|
BuildRequires: perl(DateTime)
|
2010-06-21 14:45:15 +00:00
|
|
|
BuildRequires: perl(IO::String)
|
2009-09-15 12:06:41 +00:00
|
|
|
BuildRequires: perl(Locale::TextDomain)
|
|
|
|
BuildRequires: perl(Module::Pluggable)
|
2010-02-22 16:09:28 +00:00
|
|
|
BuildRequires: perl(Net::HTTPS)
|
|
|
|
BuildRequires: perl(Net::SSL)
|
2009-09-15 12:06:41 +00:00
|
|
|
BuildRequires: perl(Sys::Guestfs)
|
|
|
|
BuildRequires: perl(Sys::Guestfs::Lib)
|
2010-06-30 12:32:12 +00:00
|
|
|
BuildRequires: perl(Sys::Virt)
|
2010-11-04 11:33:20 +00:00
|
|
|
BuildRequires: perl(Term::ProgressBar)
|
2010-02-22 16:09:28 +00:00
|
|
|
BuildRequires: perl(URI)
|
2009-09-15 12:06:41 +00:00
|
|
|
BuildRequires: perl(XML::DOM)
|
|
|
|
BuildRequires: perl(XML::DOM::XPath)
|
|
|
|
BuildRequires: perl(XML::Writer)
|
|
|
|
|
|
|
|
# Need an explicit package dependency for version requires
|
2010-11-04 11:33:20 +00:00
|
|
|
BuildRequires: perl-libguestfs >= 1:1.6.0
|
2010-06-21 14:45:15 +00:00
|
|
|
BuildRequires: perl-hivex >= 1.2.2
|
2009-09-15 12:06:41 +00:00
|
|
|
|
2011-04-19 10:43:55 +00:00
|
|
|
# virt-p2v build requirements
|
|
|
|
BuildRequires: rubygem(rake)
|
|
|
|
|
2009-09-15 12:06:41 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
2010-06-21 14:45:15 +00:00
|
|
|
# Need an explicit package dependency for version requires
|
2010-11-04 11:33:20 +00:00
|
|
|
Requires: perl-libguestfs >= 1:1.6.0
|
2010-06-21 14:45:15 +00:00
|
|
|
Requires: perl-hivex >= 1.2.2
|
|
|
|
|
2011-04-19 10:43:55 +00:00
|
|
|
# Net::SSL is loaded dynamically by Net::HTTPS in
|
|
|
|
# Sys::VirtConvert::Transfer::ESX. The dependency isn't automatically
|
|
|
|
# discovered.
|
2010-02-22 16:09:28 +00:00
|
|
|
Requires: perl(Net::SSL)
|
2009-09-15 12:06:41 +00:00
|
|
|
|
2010-06-21 14:45:15 +00:00
|
|
|
# Need >= 0.8.1 for rpc fix talking to RHEL 5 libvirt
|
|
|
|
Requires: libvirt >= 0.8.1
|
2009-09-15 12:06:41 +00:00
|
|
|
|
|
|
|
# For GuestOS transfer image
|
2010-02-22 12:58:21 +00:00
|
|
|
Requires: /usr/bin/mkisofs
|
2009-09-15 12:06:41 +00:00
|
|
|
|
2011-01-27 13:09:31 +00:00
|
|
|
# For guest image inspection
|
|
|
|
Requires: /usr/bin/qemu-img
|
|
|
|
|
|
|
|
|
2009-09-15 12:06:41 +00:00
|
|
|
%description
|
2010-06-21 14:45:15 +00:00
|
|
|
virt-v2v is a tool for converting and importing virtual machines to
|
|
|
|
libvirt-managed KVM, or Red Hat Enterprise Virtualization. It can import a
|
|
|
|
variety of guest operating systems from libvirt-managed hosts and VMware ESX.
|
2009-09-15 12:06:41 +00:00
|
|
|
|
2011-04-19 10:43:55 +00:00
|
|
|
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
|
|
|
|
%global gemname virt-p2v
|
|
|
|
%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
|
|
|
|
%global rubyabi 1.8
|
|
|
|
|
|
|
|
%package -n rubygem-%{gemname}
|
|
|
|
Summary: Send a machine's storage and metadata to virt-p2v-server
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: ruby(abi) = %{rubyabi}
|
|
|
|
Requires: rubygem(gtk2)
|
|
|
|
Requires: rubygem(gettext)
|
|
|
|
Requires: rubygem(net-ssh)
|
|
|
|
Requires: ruby(dbus)
|
|
|
|
|
|
|
|
Requires: /sbin/blockdev
|
|
|
|
Requires: /usr/bin/hwloc-info
|
|
|
|
Requires: NetworkManager
|
|
|
|
|
|
|
|
Provides: rubygem(%{gemname}) = %{version}
|
|
|
|
|
|
|
|
%description -n rubygem-%{gemname}
|
|
|
|
virt-p2v is a client which connects to a virt-p2v-server and transfer's the host
|
|
|
|
machine's storage and metadata. virt-p2v is intended to be run from a live
|
|
|
|
image, so it is unlikely you want to install it directly.
|
|
|
|
|
|
|
|
%package -n rubygem-%{gemname}-doc
|
|
|
|
Summary: Documentation for rubygem-%{gemname}
|
|
|
|
Group: Documentation
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: rubygem-%{gemname} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n rubygem-%{gemname}-doc
|
|
|
|
Documentation for rubygem-%{gemname}
|
|
|
|
|
|
|
|
%package -n virt-p2v-image-builder
|
|
|
|
Summary: Create a virt-p2v bootable image
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
# image builder script requires
|
|
|
|
Requires: /usr/bin/ksflatten
|
|
|
|
Requires: /usr/sbin/setenforce
|
|
|
|
Requires: /usr/bin/livecd-creator
|
|
|
|
|
|
|
|
# Kickstart nochroot scripts requires
|
|
|
|
Requires: /usr/bin/livecd-iso-to-disk
|
|
|
|
Requires: /usr/bin/livecd-iso-to-pxeboot
|
|
|
|
Requires: /usr/bin/image-minimizer
|
|
|
|
|
|
|
|
%description -n virt-p2v-image-builder
|
|
|
|
virt-p2v-image-builder is a tool to create a bootable virt-p2v live image.
|
2009-09-15 12:06:41 +00:00
|
|
|
|
|
|
|
%prep
|
2010-06-21 14:45:15 +00:00
|
|
|
%setup -q -n %{name}-v%{version}
|
2009-09-15 12:06:41 +00:00
|
|
|
|
2011-05-11 16:36:18 +00:00
|
|
|
%patch0 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
%patch2 -p1
|
2011-05-12 09:10:32 +00:00
|
|
|
%patch3 -p1
|
2011-05-17 09:14:19 +00:00
|
|
|
%patch4 -p1
|
2011-05-11 16:36:18 +00:00
|
|
|
|
2009-09-15 12:06:41 +00:00
|
|
|
%build
|
|
|
|
%{__perl} Build.PL
|
|
|
|
./Build
|
|
|
|
|
2011-05-11 16:36:18 +00:00
|
|
|
pushd p2v/client
|
2011-04-19 10:43:55 +00:00
|
|
|
rake gem
|
|
|
|
popd
|
|
|
|
|
|
|
|
# Neither perl nor ruby need debuginfo
|
2010-06-21 14:45:15 +00:00
|
|
|
%define debug_package %{nil}
|
2009-09-15 12:06:41 +00:00
|
|
|
|
|
|
|
%install
|
2011-04-19 10:43:55 +00:00
|
|
|
rm -rf %{buildroot}
|
2009-09-15 12:06:41 +00:00
|
|
|
./Build install \
|
2011-04-19 10:43:55 +00:00
|
|
|
--destdir %{buildroot} \
|
2009-09-15 12:06:41 +00:00
|
|
|
--installdirs vendor \
|
|
|
|
--install_path locale=%{_datadir}/locale \
|
|
|
|
--install_path confdoc=%{_mandir}/man5
|
|
|
|
|
2010-06-21 14:45:15 +00:00
|
|
|
# Create lib directory, used for holding software to be installed in guests
|
2011-04-19 10:43:55 +00:00
|
|
|
statedir=%{buildroot}%{_localstatedir}/lib/virt-v2v
|
2010-06-21 14:45:15 +00:00
|
|
|
mkdir -p $statedir/software
|
|
|
|
|
2011-04-19 10:43:55 +00:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}
|
|
|
|
cp v2v/virt-v2v.conf %{buildroot}%{_sysconfdir}/
|
2010-06-21 14:45:15 +00:00
|
|
|
|
2009-11-09 14:37:01 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2010-06-30 12:54:58 +00:00
|
|
|
# Not clear why this is being created as there is nothing arch-specific in
|
|
|
|
# virt-v2v. It isn't packaged, though, so we need to delete it.
|
2011-04-19 10:43:55 +00:00
|
|
|
find %{buildroot}/%{perl_archlib} -name .packlist -type f | xargs rm
|
|
|
|
|
|
|
|
# Install p2v-client
|
|
|
|
mkdir -p %{buildroot}/%{_bindir}
|
|
|
|
mkdir -p %{buildroot}/%{gemdir}
|
|
|
|
|
|
|
|
gem install --local --install-dir %{buildroot}%{gemdir} \
|
2011-05-11 16:36:18 +00:00
|
|
|
--force --rdoc p2v/client/pkg/%{gemname}-%{version}.gem
|
2011-04-19 10:43:55 +00:00
|
|
|
mv %{buildroot}%{gemdir}/bin/* %{buildroot}/%{_bindir}
|
|
|
|
find %{buildroot}%{geminstdir}/bin -type f | xargs chmod a+x
|
|
|
|
cp COPYING %{buildroot}/%{geminstdir}
|
|
|
|
|
|
|
|
# Install p2v-image-builder
|
|
|
|
%global builderdir %{_datadir}/virt-p2v-image-builder
|
|
|
|
builder=%{buildroot}/%{_bindir}/virt-p2v-image-builder
|
|
|
|
mkdir -p %{buildroot}%{builderdir}
|
2011-05-11 16:36:18 +00:00
|
|
|
cp p2v/image-builder/*.ks %{buildroot}%{builderdir}
|
|
|
|
cp p2v/image-builder/virt-p2v-image-builder $builder
|
2011-04-19 10:43:55 +00:00
|
|
|
|
|
|
|
# Set the default data directory
|
|
|
|
sed -i -e 's,^DEFAULT_DATADIR=.*,DEFAULT_DATADIR=%{builderdir},' $builder
|
2010-06-30 12:54:58 +00:00
|
|
|
|
2009-09-15 12:06:41 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
./Build test
|
|
|
|
|
2011-05-11 16:36:18 +00:00
|
|
|
pushd p2v/client
|
2011-04-19 10:43:55 +00:00
|
|
|
# No tests yet
|
|
|
|
#rake test
|
|
|
|
popd
|
|
|
|
|
2009-09-15 12:06:41 +00:00
|
|
|
|
|
|
|
%clean
|
2011-04-19 10:43:55 +00:00
|
|
|
rm -rf %{buildroot}
|
2009-09-15 12:06:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
2010-06-21 14:45:15 +00:00
|
|
|
%doc TODO.txt
|
2009-09-15 12:06:41 +00:00
|
|
|
%doc META.yml
|
|
|
|
%doc ChangeLog
|
|
|
|
%doc COPYING COPYING.LIB
|
|
|
|
|
|
|
|
# For noarch packages: vendorlib
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
|
|
|
# Man pages
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man5/*.5*
|
|
|
|
|
|
|
|
# Executables
|
2011-04-19 10:43:55 +00:00
|
|
|
%attr(0755,root,root) %{_bindir}/virt-v2v
|
|
|
|
%attr(0755,root,root) %{_bindir}/virt-p2v-server
|
2009-09-15 12:06:41 +00:00
|
|
|
|
2010-06-21 14:45:15 +00:00
|
|
|
%dir %{_localstatedir}/lib/virt-v2v
|
|
|
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/virt-v2v.conf
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/virt-v2v/software
|
2009-09-15 12:06:41 +00:00
|
|
|
|
2011-04-19 10:43:55 +00:00
|
|
|
%files -n rubygem-%{gemname}
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_bindir}/virt-p2v
|
|
|
|
%dir %{geminstdir}
|
|
|
|
%{geminstdir}/bin
|
|
|
|
%{geminstdir}/lib
|
|
|
|
%doc %{geminstdir}/COPYING
|
|
|
|
%doc %{geminstdir}/Manifest
|
|
|
|
%doc %{geminstdir}/Rakefile
|
|
|
|
%doc %{geminstdir}/%{gemname}.gemspec
|
|
|
|
%{gemdir}/cache/%{gemname}-%{version}.gem
|
|
|
|
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
|
|
|
|
|
|
|
|
%files -n rubygem-%{gemname}-doc
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{gemdir}/doc/%{gemname}-%{version}
|
|
|
|
|
|
|
|
%files -n virt-p2v-image-builder
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_bindir}/virt-p2v-image-builder
|
|
|
|
%{builderdir}
|
|
|
|
|
2009-09-15 12:06:41 +00:00
|
|
|
|
|
|
|
%changelog
|
2011-07-19 21:15:44 +00:00
|
|
|
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.8.1-3
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-05-17 09:14:19 +00:00
|
|
|
* Tue May 17 2011 Matthew Booth <mbooth@redhat.com> - 0.8.1-2
|
|
|
|
- Remove echoe build dependency
|
|
|
|
- Fix YAML error during P2V (RHBZ#705113)
|
|
|
|
|
2011-04-26 20:01:50 +00:00
|
|
|
* Tue Apr 26 2011 Matthew Booth <mbooth@redhat.com> - 0.8.1-1
|
|
|
|
- Update to release 0.8.1
|
|
|
|
|
2011-04-19 10:43:55 +00:00
|
|
|
* Tue Apr 19 2011 Matthew Booth <mbooth@redhat.com> - 0.8.0-1
|
|
|
|
- Update to release 0.8.0
|
|
|
|
- Include virt-p2v
|
|
|
|
|
2011-02-08 01:38:49 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
2011-01-17 16:44:07 +00:00
|
|
|
|
2010-11-04 11:33:20 +00:00
|
|
|
* Thu Nov 4 2010 Matthew Booth <mbooth@redhat.com> - 0.7.0-1
|
|
|
|
- Update to release 0.7.0
|
|
|
|
|
2010-07-01 09:00:03 +00:00
|
|
|
* Thu Jul 1 2010 Matthew Booth <mbooth@redhat.com> - 0.6.1-1
|
|
|
|
- Only build virt-v2v on architectures where libguestfs is available
|
|
|
|
|
|
|
|
* Mon Jun 21 2010 Matthew Booth <mbooth@redhat.com> - 0.6.1-0
|
2010-06-21 14:45:15 +00:00
|
|
|
- Update to release 0.6.1
|
|
|
|
- Disable building of debuginfo
|
2010-06-02 09:11:32 +00:00
|
|
|
|
2010-02-22 12:58:21 +00:00
|
|
|
* Mon Feb 22 2010 Matthew Booth <mbooth@redhat.com> - 0.4.0-1
|
|
|
|
- Update to release 0.4.0
|
|
|
|
- Change dependency on genisofs to mkisofs
|
2010-02-22 13:34:35 +00:00
|
|
|
- Update libguestfs dependency to 1.0.84
|
2010-02-22 16:09:28 +00:00
|
|
|
- Add perl module dependencies: LWP::UserAgent, Net::HTTPS, Net::SSL, Net::URI
|
|
|
|
- Remove perl module dependency: Config::Tiny
|
|
|
|
- Add explicit build dependency on perl
|
2010-06-21 14:45:15 +00:00
|
|
|
- Add patch: virt-v2v-0.4.0-remove-fr.patch
|
|
|
|
- Add patch: virt-v2v-0.4.0-exechelper-cleanup.patch
|
|
|
|
- Add patch: virt-v2v-0.4.0-exechelper-tmpfile.patch
|
2010-02-22 12:58:21 +00:00
|
|
|
|
2009-12-07 00:39:33 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.3.2-2
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-11-09 17:20:06 +00:00
|
|
|
* Mon Nov 9 2009 Matthew Booth <mbooth@redhat.com> - 0.3.2-1
|
|
|
|
- Update to release 0.3.2
|
|
|
|
- Add BuildRequires gettext
|
|
|
|
|
2009-11-09 14:37:01 +00:00
|
|
|
* Mon Nov 9 2009 Matthew Booth <mbooth@redhat.com> - 0.3.0-1
|
|
|
|
- Update to release 0.3.0
|
|
|
|
|
2009-09-15 12:06:41 +00:00
|
|
|
* Tue Sep 15 2009 Matthew Booth <mbooth@redhat.com> - 0.2.0-1
|
|
|
|
- Update to release 0.2.0
|
|
|
|
|
|
|
|
* Tue Sep 4 2009 Matthew Booth <mbooth@redhat.com> - 0.1.0-1
|
|
|
|
- Initial specfile
|