Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
virt-v2v
virt-v2v.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File virt-v2v.changes of Package virt-v2v
------------------------------------------------------------------- Fri Sep 18 20:26:43 UTC 2015 - mlatimer@suse.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 02:58:45 UTC 2015 - mlatimer@suse.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 01:29:56 UTC 2015 - mlatimer@suse.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 21:39:36 UTC 2015 - mlatimer@suse.com - Use x86_64 architecture type for i586 and i686 guests (bsc#936920) use_x86_64_for_i586.patch ------------------------------------------------------------------- Mon Jan 5 22:22:00 UTC 2015 - mlatimer@suse.com - Remove openSUSE version requirements from virt-v2v.db (bsc#909046) support_any_opensuse_ver.patch ------------------------------------------------------------------- Tue Dec 2 20:38:50 UTC 2014 - mpluskal@suse.com - Fix dependency on perl-Module-Pluggable ------------------------------------------------------------------- Tue Jul 22 21:23:48 UTC 2014 - mlatimer@suse.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 16:54:05 UTC 2014 - mlatimer@suse.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 01 19:06:29 UTC 2014 - mlatimer@suse.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 ------------------------------------------------------------------- Thu Apr 28 22:48:04 UTC 2014 - mlatimer@suse.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 17:00:53 UTC 2014 - mlatimer@suse.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 14:29:15 UTC 2014 - mlatimer@suse.com - Set 'ExclusiveArch' to only build on architectures where libguestfs is available ------------------------------------------------------------------- Thu Feb 27 16:48:34 UTC 2014 - mlatimer@suse.com - Suppress deprecated and experimental perl module warnings (bnc#866060) *suppress_warnings.patch ------------------------------------------------------------------- Fri Jan 24 22:36:56 UTC 2014 - mlatimer@suse.com - Removed dependency on libvirt from spec file, as perl(Sys::Virt) dependency is sufficient - as it requires libvirt-client. ------------------------------------------------------------------- Tue Jan 21 22:44:29 UTC 2014 - mlatimer@suse.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 23:15:44 UTC 2014 - mlatimer@suse.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 23:59:17 UTC 2014 - mlatimer@suse.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 22:16:07 UTC 2013 - mlatimer@suse.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 19:13:10 UTC 2013 - mlatimer@suse.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 20:43:43 UTC 2013 - mlatimer@suse.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 23:13:11 UTC 2013 - mlatimer@suse.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 19:08:34 UTC 2013 - mlatimer@suse.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 23:11:48 UTC 2013 - mlatimer@suse.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 21:51:38 UTC 2013 - mlatimer@suse.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 23:03:41 UTC 2013 - mlatimer@suse.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 23:25:46 UTC 2013 - mlatimer@suse.com - Split patches into individual .patch file * add_suse_converter ------------------------------------------------------------------- Wed Aug 7 21:41:40 UTC 2013 - rcurtis@suse.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.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor