Changelog for
virt-v2v-0.9.1-2.1.x86_64.rpm :
Fri Sep 18 14:00:00 2015 mlatimerAATTsuse.com
- Prevent \'uninitialized value $kernel\' warning if default kernel
is a symlink (bsc#946467).
follow_default_kernel_symlink.patch
- Bump default VMDP version to 2.2.
Fri Sep 11 14:00:00 2015 mlatimerAATTsuse.com
- Prevent \'uninitialized value $oldname\' warnings if network name
is not defined (bsc#939542).
check_net_oldname.patch
- Support conversions of domains using direct (macvtap) network
configurations. Automatic remapping is only possible through the
- -network or --bridge parameter.
support_macvtap_networks.patch
- Change \'ExclusiveArch\' to x86_64 as Xen sources are x86_64 only,
and the target running virt-v2v must be the same arch (remote
targets are not supported).
Mon Jul 13 14:00:00 2015 mlatimerAATTsuse.com
- Add new --storage_conflict_action=(abort|overwrite|use) option to
help prevent unintended disk conversions if the destination storage
volume already exists.
handle_existing_storage.patch
Thu Jul 2 14:00:00 2015 mlatimerAATTsuse.com
- Use x86_64 architecture type for i586 and i686 guests (bsc#936920)
use_x86_64_for_i586.patch
Mon Jan 5 13:00:00 2015 mlatimerAATTsuse.com
- Remove openSUSE version requirements from virt-v2v.db (bsc#909046)
support_any_opensuse_ver.patch
Tue Dec 2 13:00:00 2014 mpluskalAATTsuse.com
- Fix dependency on perl-Module-Pluggable
Tue Jul 22 14:00:00 2014 mlatimerAATTsuse.com
- Prevent build failures (due to META.yml failing to build) by changing
the meta \'resources->license\' from a scalar to a list. (bnc#888461)
meta_license_to_list.patch
Mon May 5 14:00:00 2014 mlatimerAATTsuse.com
- Add missing dependencies (bnc#876317)
- Update OVA conversion code for improved support of OVF 2.0.
handle_ova_files.patch
- Update preallocation change to effect all target storage types
other than dir, fs and netfs.
preallocate-if-lvm.patch
Thu May 1 14:00:00 2014 mlatimerAATTsuse.com
- Ignore SLES12 specific error when a package is not found.
catch_sles12_pkg_not_found.patch
- Rename VirtualBox image names in examples to be more generic.
rename_vb_examples.patch
- As SLES12 does not provide a libvirt driver for VMware ESX, examples
and docs regarding this driver are no longer provided (bnc#875622)
remove_esx_examples.patch
- Check virtio capabilities of any kernel installed (after installing
virtio capabilities.
reset_virtio_after_config.patch
- Resolve \'Failed to open {path}\' message with OVA files (bnc#875857)
handle_ova_files.patch
Mon Apr 28 14:00:00 2014 mlatimerAATTsuse.com
- Add guest conversion support for:
SUSE Linux Enterprise Server (SLES) 12
Microsoft Windows 7
Microsoft Windows 8/8.1
Microsoft Windows 2012/2012r2
add_sles12_win7-2012.patch
- Ensure initrd paths have a leading / and device.map is updated
in grub2 environments.
catch_invalid_initrd_path.patch
- If guest is using btrfs for root, remove duplicate entries to avoid
prompting the user.
remove-duplicate-btrfs-roots.patch
- Force preallocation if outputting to an LVM storage pool (bnc#874782).
preallocate-if-lvm.patch
Wed Mar 26 13:00:00 2014 mlatimerAATTsuse.com
- Remove virt-p2v-server binary due to runtime requirements and the
corresponding virt-p2v utility is not yet available on SUSE.
Wed Mar 19 13:00:00 2014 mlatimerAATTsuse.com
- Set \'ExclusiveArch\' to only build on architectures where libguestfs
is available
Thu Feb 27 13:00:00 2014 mlatimerAATTsuse.com
- Suppress deprecated and experimental perl module warnings (bnc#866060)
* suppress_warnings.patch
Fri Jan 24 13:00:00 2014 mlatimerAATTsuse.com
- Removed dependency on libvirt from spec file, as perl(Sys::Virt) dependency
is sufficient - as it requires libvirt-client.
Tue Jan 21 13:00:00 2014 mlatimerAATTsuse.com
- Removed RHEV specific help in virt-v2v, as this output type is not
supported in SUSE environments
* remove_rhev_help.patch
Fri Jan 17 13:00:00 2014 mlatimerAATTsuse.com
- Updated Windows conversion code to use pvvxsvc.exe to install vmdp through
a service.
- Added a new parameter \'vmdp=[auto,always,never]\', to determine when the vmdp
should be automatically added. Default option is auto - only install if vmdp
is found on source guest.
* win_convert_on_suse.patch
Thu Jan 9 13:00:00 2014 mlatimerAATTsuse.com
- Updated Windows conversion code to support VMDP installation through
RunOnce or RHSrvAny service. Virtio drivers are all installed if found
on target host (in /usr/share/virtio-win).
* win_convert_on_suse.patch
Thu Dec 12 13:00:00 2013 mlatimerAATTsuse.com
- Update to upstream (version 0.9.1, commit 441cf090), which includes
accepted SUSE guest conversion support.
* Remove redhat_to_linux.patch
* Remove add_suse_capabilities.patch
* Remove add_suse_to_man.patch
Tue Oct 15 14:00:00 2013 mlatimerAATTsuse.com
- Update to upstream (version 0.9.1, commit 9193a294).
* Remove obsolete fix_redhat_dup_grub_entries.patch (upstream)
- Replace RedHat and SUSE converter with general Linux converter.
* Remove add_suse_converter.patch
* redhat_to_linux.patch
- Add openSUSE 13.1 support to capabilities database.
* Updated add_suse_capabilities.patch
- Remove missing files from MANIFEST
* fix_manifest.patch
Wed Sep 25 14:00:00 2013 mlatimerAATTsuse.com
- Cleaned up SUSE converter as per upstream comments.
- Added modifications to Windows.pm to support SUSE environment with
VMDP.
* win_convert_on_suse.patch
- Masked the reporting of missing hypervisor features which are
supported, but not reported under SUSE.
* mask_unused_hv_features.patch
Mon Sep 23 14:00:00 2013 mlatimerAATTsuse.com
- Improved logic for -base kernel support.
- Added xen unconfigure code to fixup INITRD_MODULES.
- Reverted to static IP address support, instead of dhcp during guestfs
converstion.
- Added documentation for SUSE support in virt-v2v(1).
* add_suse_to_man.patch
- Fixed rpm warning messages getting lost.
Sat Sep 14 14:00:00 2013 mlatimerAATTsuse.com
- Replaced grubby functionality with Bootloader::Tools.
- Removed pre-convert capability as grubby is no longer required.
- Replaced warning with temporary workaround for bnc836521.
Mon Sep 9 14:00:00 2013 mlatimerAATTsuse.com
- Added support for packages to be installed prior to the conversion
- Added progress messages to virt-v2v
* add_progress_messages.patch
- Finalized virt-v2v.db changes to support pre-convert installation
of packages (specifically grubby).
- Merged add_suse_v2v_conf.patch and add_suse_capabilities.patch
- Reworked package installation code to provide better status updates
- Corrected i686 to i586
- Added warning for (hd0) issue with older perl-Bootloaders (bnc#836521)
Wed Aug 28 14:00:00 2013 mlatimerAATTsuse.com
- Updated SUSE.pm conversion module to allow kernel updates during
conversion through zypper
- Added fix for multiple grub entries on RedHat machines
* fix_redhat_dup_grub_entries.patch
- Added SUSE examples to /etc/virt-v2v.conf
* add_suse_v2v_conf.patch
Fri Aug 16 14:00:00 2013 mlatimerAATTsuse.com
- Removed iface=ide option, which does not work with libvirt
* remove_ide_iface.patch
- Added SUSE to the list of environments which support libvirt
* add_suse_capabilities.patch
- Added menu.lst to the list of files which need root and resume
devices modified (in a PV environment)
Thu Aug 8 14:00:00 2013 mlatimerAATTsuse.com
- Split patches into individual .patch file
* add_suse_converter
Wed Aug 7 14:00:00 2013 rcurtisAATTsuse.com
- Initial version 8.25-1
- Add support for SUSE distributions (fate#315181)
- Updated spec file for building in obs
- Added rpmlintrc file to bypass perl naming standard.