New upstream release 0.8.8
This commit is contained in:
parent
d8e2462b5c
commit
670b6fe9e0
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,12 +1,11 @@
|
|||||||
# RPM target directories
|
# RPM target directories
|
||||||
/noarch
|
|
||||||
/x86_64
|
/x86_64
|
||||||
|
|
||||||
# Version-dependent build artifacts
|
# Version-dependent build artifacts
|
||||||
/.build-0.8.1-1.fc*.log
|
/.build-*.log
|
||||||
/virt-v2v-v0.8.1
|
/virt-v2v-v*/
|
||||||
/virt-v2v-0.8.1-1.fc*.src.rpm
|
/virt-v2v-*.src.rpm
|
||||||
|
/results_virt-v2v/
|
||||||
|
|
||||||
# Source
|
# Source
|
||||||
/virt-v2v-v0.8.1.tar.gz
|
/virt-v2v-v*.tar.gz
|
||||||
/virt-v2v-v0.8.3.tar.gz
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
125315e4901b2dfae16590a746e35bfc virt-v2v-v0.8.3.tar.gz
|
534cc036325b8de0ebbf6c97f9f02598 virt-v2v-v0.8.8.tar.gz
|
||||||
|
@ -1,67 +0,0 @@
|
|||||||
From bd513aaf12a9cd27432eb36d341fd88f4d64dac4 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Matthew Booth <mbooth@redhat.com>
|
|
||||||
Date: Fri, 19 Aug 2011 17:43:55 +0100
|
|
||||||
Subject: [PATCH] Fix whitespace issues in translations
|
|
||||||
|
|
||||||
---
|
|
||||||
po/es.po | 2 +-
|
|
||||||
po/nl.po | 2 +-
|
|
||||||
po/pl.po | 2 +-
|
|
||||||
po/uk.po | 2 +-
|
|
||||||
4 files changed, 4 insertions(+), 4 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/po/es.po b/po/es.po
|
|
||||||
index c24bf59..09fb7fe 100644
|
|
||||||
--- a/po/es.po
|
|
||||||
+++ b/po/es.po
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
# SOME DESCRIPTIVE TITLE.
|
|
||||||
# Copyright (C) YEAR Red Hat Inc.
|
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
|
||||||
-#
|
|
||||||
+#
|
|
||||||
# mdbooth <mbooth@redhat.com>, 2011.
|
|
||||||
# Héctor Daniel Cabrera <logan@fedoraproject.org>, 2011.
|
|
||||||
msgid ""
|
|
||||||
diff --git a/po/nl.po b/po/nl.po
|
|
||||||
index 3f88fa0..fe74413 100644
|
|
||||||
--- a/po/nl.po
|
|
||||||
+++ b/po/nl.po
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
# SOME DESCRIPTIVE TITLE.
|
|
||||||
# Copyright (C) YEAR Red Hat Inc.
|
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
|
||||||
-#
|
|
||||||
+#
|
|
||||||
# mdbooth <mbooth@redhat.com>, 2011.
|
|
||||||
# Geert Warrink <geert.warrink@onsnet.nu>, 2011.
|
|
||||||
msgid ""
|
|
||||||
diff --git a/po/pl.po b/po/pl.po
|
|
||||||
index 6465997..9508124 100644
|
|
||||||
--- a/po/pl.po
|
|
||||||
+++ b/po/pl.po
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
# SOME DESCRIPTIVE TITLE.
|
|
||||||
# Copyright (C) YEAR Red Hat Inc.
|
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
|
||||||
-#
|
|
||||||
+#
|
|
||||||
# mdbooth <mbooth@redhat.com>, 2011.
|
|
||||||
# Piotr Drąg <piotrdrag@gmail.com>, 2011.
|
|
||||||
msgid ""
|
|
||||||
diff --git a/po/uk.po b/po/uk.po
|
|
||||||
index 13172bd..21676bc 100644
|
|
||||||
--- a/po/uk.po
|
|
||||||
+++ b/po/uk.po
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
# SOME DESCRIPTIVE TITLE.
|
|
||||||
# Copyright (C) YEAR Red Hat Inc.
|
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
|
||||||
-#
|
|
||||||
+#
|
|
||||||
# mdbooth <mbooth@redhat.com>, 2011.
|
|
||||||
# Yuri Chornoivan <yurchor@ukr.net>, 2011.
|
|
||||||
msgid ""
|
|
||||||
--
|
|
||||||
1.7.6
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: virt-v2v
|
Name: virt-v2v
|
||||||
Version: 0.8.3
|
Version: 0.8.8
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}%{?extra_release}
|
||||||
Summary: Convert a virtual machine to run on KVM
|
Summary: Convert a virtual machine to run on KVM
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -16,12 +16,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
# local seq no: the order the patches should be applied in
|
# local seq no: the order the patches should be applied in
|
||||||
# git commit: the first 8 characters of the git commit hash
|
# git commit: the first 8 characters of the git commit hash
|
||||||
|
|
||||||
Patch1: virt-v2v-0.8.3-01-bd513aaf.patch
|
|
||||||
|
|
||||||
# Unfortunately, despite really being noarch, we have to make virt-v2v arch
|
# Unfortunately, despite really being noarch, we have to make virt-v2v arch
|
||||||
# dependent to avoid build failures on architectures where libguestfs isn't
|
# dependent to avoid build failures on architectures where libguestfs isn't
|
||||||
# available.
|
# available.
|
||||||
|
%if 0%{?rhel} >= 6
|
||||||
|
ExclusiveArch: x86_64
|
||||||
|
%else
|
||||||
ExclusiveArch: %{ix86} x86_64
|
ExclusiveArch: %{ix86} x86_64
|
||||||
|
%endif
|
||||||
|
|
||||||
# Build system direct requirements
|
# Build system direct requirements
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -41,35 +43,31 @@ BuildRequires: perl(Module::Pluggable)
|
|||||||
BuildRequires: perl(Net::HTTPS)
|
BuildRequires: perl(Net::HTTPS)
|
||||||
BuildRequires: perl(Net::SSL)
|
BuildRequires: perl(Net::SSL)
|
||||||
BuildRequires: perl(Sys::Guestfs)
|
BuildRequires: perl(Sys::Guestfs)
|
||||||
BuildRequires: perl(Sys::Guestfs::Lib)
|
|
||||||
BuildRequires: perl(Sys::Virt)
|
BuildRequires: perl(Sys::Virt)
|
||||||
|
BuildRequires: perl(Term::ProgressBar)
|
||||||
BuildRequires: perl(URI)
|
BuildRequires: perl(URI)
|
||||||
BuildRequires: perl(XML::DOM)
|
BuildRequires: perl(XML::DOM)
|
||||||
BuildRequires: perl(XML::DOM::XPath)
|
BuildRequires: perl(XML::DOM::XPath)
|
||||||
BuildRequires: perl(XML::Writer)
|
BuildRequires: perl(XML::Writer)
|
||||||
|
|
||||||
# This is a bug introduced by f2c5c8fa337f361057353ffa3fe6539cb1a5823c
|
BuildRequires: perl-Sys-Guestfs >= 1:1.14.0
|
||||||
# perl(Term::ProgressBar) should not be a build requirement
|
|
||||||
BuildRequires: perl(Term::ProgressBar)
|
|
||||||
|
|
||||||
# Need an explicit package dependency for version requires
|
|
||||||
BuildRequires: perl-libguestfs >= 1:1.6.0
|
|
||||||
BuildRequires: perl-hivex >= 1.2.2
|
BuildRequires: perl-hivex >= 1.2.2
|
||||||
|
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
# Need an explicit package dependency for version requires
|
# Required for the name optional argument to add_drive_opts
|
||||||
Requires: perl-libguestfs >= 1:1.6.0
|
Requires: perl-Sys-Guestfs >= 1:1.14.0
|
||||||
|
|
||||||
|
# Undocumented from antiquity
|
||||||
Requires: perl-hivex >= 1.2.2
|
Requires: perl-hivex >= 1.2.2
|
||||||
|
|
||||||
# Net::SSL is loaded dynamically by Net::HTTPS in
|
# Required for passing flags to get_xml_description
|
||||||
# Sys::VirtConvert::Transfer::ESX. The dependency isn't automatically
|
Requires: perl(Sys::Virt) >= 0.2.4
|
||||||
# discovered.
|
|
||||||
Requires: perl(Net::SSL)
|
|
||||||
|
|
||||||
# Term::ProgressBar is loaded conditionally. The dependency isn't automatically
|
# Net::SSL and Net::HTTPS are loaded with require rather than use, which
|
||||||
# discovered
|
# rpmbuild doesn't seem to discover automatically.
|
||||||
Requires: perl(Term::ProgressBar)
|
Requires: perl(Net::SSL)
|
||||||
|
Requires: perl(Net::HTTPS)
|
||||||
|
|
||||||
# Need >= 0.8.1 for rpc fix talking to RHEL 5 libvirt
|
# Need >= 0.8.1 for rpc fix talking to RHEL 5 libvirt
|
||||||
Requires: libvirt >= 0.8.1
|
Requires: libvirt >= 0.8.1
|
||||||
@ -83,9 +81,6 @@ Requires: /usr/bin/qemu-img
|
|||||||
# For ssh transfers
|
# For ssh transfers
|
||||||
Requires: /usr/bin/ssh
|
Requires: /usr/bin/ssh
|
||||||
|
|
||||||
# For device_map lens
|
|
||||||
Requires: augeas-libs => augeas-libs-0.7.2-4
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
virt-v2v is a tool for converting and importing virtual machines to
|
virt-v2v is a tool for converting and importing virtual machines to
|
||||||
@ -96,7 +91,6 @@ variety of guest operating systems from libvirt-managed hosts and VMware ESX.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-v%{version}
|
%setup -q -n %{name}-v%{version}
|
||||||
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL
|
%{__perl} Build.PL
|
||||||
@ -118,6 +112,12 @@ rm -rf %{buildroot}
|
|||||||
statedir=%{buildroot}%{_localstatedir}/lib/virt-v2v
|
statedir=%{buildroot}%{_localstatedir}/lib/virt-v2v
|
||||||
mkdir -p $statedir/software
|
mkdir -p $statedir/software
|
||||||
|
|
||||||
|
# Copy Windows dependencies into place
|
||||||
|
windir=$statedir/software/windows
|
||||||
|
mkdir -p $windir
|
||||||
|
|
||||||
|
cp windows/rhsrvany.exe windows/firstboot.bat $windir/
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}
|
mkdir -p %{buildroot}%{_sysconfdir}
|
||||||
cp v2v/virt-v2v.conf %{buildroot}%{_sysconfdir}/
|
cp v2v/virt-v2v.conf %{buildroot}%{_sysconfdir}/
|
||||||
cp v2v/virt-v2v.db $statedir/
|
cp v2v/virt-v2v.db $statedir/
|
||||||
@ -166,6 +166,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 25 2012 Matthew Booth <mbooth@redhat.com> - 0.8.8-1
|
||||||
|
- Rebase to upstream version 0.8.8
|
||||||
|
|
||||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-2
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user