e65a795a1d- Update to version 1.53.6 (jsc#PED-8910) * Various MacOS fixes and enhancements * ocaml: INSTALL_OCAMLLIB Makefile parameter * appliance/init: Don't set impossible "noop" disk scheduler * Pull in some fixes from the common submodule. mlcustomize: Add Inject_virtio_win.inject_blnsvr implementation mlcustomize: firstboot: Use Linux path for Powershell script path mlcustomize: firstboot: Use powershell.exe instead of path mlcustomize: firstboot: Use Powershell -NoProfile flag mlcustomize: Revert delay installation of qemu-ga MSI mldrivers/linux_kernels.ml: Prefix general information with ^info: mlcustomize: Use Start-Process -Wait to run qemu-ga installer mlcustomize: Add Firstboot.firstboot_dir function mlcustomize: Place powershell scripts into <firstboot_dir>\Temp mlcustomize: Inject qemu-ga & blnsvr into <firstboot_dir>/Temp mlcustomize: Write qemu-ga log file name to log.txt mlcustomize: Add some comments to firstboot batch file mlcustomize: Reboot Windows between each firstboot scriptCharles Arnold2024-08-29 21:11:54 +00:00
e12c0c49b0Accepting request 1188245 from VirtualizationAna Guerrero2024-07-18 17:17:10 +00:00
26dac4383fAccepting request 1188245 from VirtualizationAna Guerrero2024-07-18 17:17:10 +00:00
cfb3d2ae67- Update to version 1.53.5 (jsc#PED-6305) * generator/customize.ml: Split --chown parameter on ':' character * daemon: Add gost checksum command support * Add detection support for Circle Linux * Add support for LoongArch. * daemon: Fix file architecture translation for LoongArch * options: Allow nbd+unix:// URIs * daemon/parted: Assume sfdisk --part-type exists * daemon: Reimplement partition GPT functions using sfdisk * appliance: only wait for resolv.conf update if dhcpcd succeeded * generator/customize.ml: Add virt-customize --inject-blnsvr operation * lib: libvirt: Stop recommending LIBGUESTFS_BACKEND=direct * daemon: cryptsetup_open: Add --cipher * rust: Handle null pointer when creating slice * Remove gluster support * Remove sheepdog support * Remove tftp drive support * generator/daemon: Don't truncate 64 bit results from OCaml functions * daemon: Fix parsing in part_get_gpt_attributes * New APIs: findfs_partuuid and findfs_partlabel * inspection: Resolve PARTUUID= and PARTLABEL= in /etc/fstab * generator/actions_core.ml: Fix version field for new APIs * Kylin is centos derivativeCharles Arnold2024-07-16 19:35:58 +00:00
793b5fa506- Update to version 1.53.5 (jsc#PED-6305) * generator/customize.ml: Split --chown parameter on ':' character * daemon: Add gost checksum command support * Add detection support for Circle Linux * Add support for LoongArch. * daemon: Fix file architecture translation for LoongArch * options: Allow nbd+unix:// URIs * daemon/parted: Assume sfdisk --part-type exists * daemon: Reimplement partition GPT functions using sfdisk * appliance: only wait for resolv.conf update if dhcpcd succeeded * generator/customize.ml: Add virt-customize --inject-blnsvr operation * lib: libvirt: Stop recommending LIBGUESTFS_BACKEND=direct * daemon: cryptsetup_open: Add --cipher * rust: Handle null pointer when creating slice * Remove gluster support * Remove sheepdog support * Remove tftp drive support * generator/daemon: Don't truncate 64 bit results from OCaml functions * daemon: Fix parsing in part_get_gpt_attributes * New APIs: findfs_partuuid and findfs_partlabel * inspection: Resolve PARTUUID= and PARTLABEL= in /etc/fstab * generator/actions_core.ml: Fix version field for new APIs * Kylin is centos derivativeCharles Arnold2024-07-16 19:35:58 +00:00
e7ffa87019Accepting request 1176549 from VirtualizationAna Guerrero2024-05-24 17:51:48 +00:00
1a5115b88e- Update to version 1.52.1 bug fix release (jsc#PED-6305) * There are no upstream release notes for verion 1.52.x * Several python fixes * Rework Std_utils.Option so it works like the OCaml stdlib module * Update common submodule to latest - Drop patches contained in new tarball Split-chown-parameter-on-character.patch Initialise-bar-fp-as-NULL.patchCharles Arnold2024-05-16 19:10:32 +00:00
c58b6f1a98- Switch Recommends to Requires for several packages in the libguestfs-appliance which is where the tools from these packages are used. (bsc#1223444)Charles Arnold2024-05-07 16:32:24 +00:00
668638fdcdAccepting request 1169738 from VirtualizationAna Guerrero2024-04-23 16:56:31 +00:00
e5c65d4b51- Require ntfs-3g for libguestfs-winsupport libguestfs.specCharles Arnold2024-04-15 19:12:58 +00:00
ce997c0217Accepting request 1165711 from VirtualizationAna Guerrero2024-04-07 20:10:53 +00:00
46d45c57c4- Update to version 1.52.0 * The Python bindings now use bytes (instead of str) for the event callback message, since it may contain arbitrary 8 bit data Fix a rare crash, and avoid memory leaks in event callbacks * Support for OCaml 5, and OCaml ≥ 4.07 is now the minimum * The OCaml bindings now release the runtime lock around calls to guestfs_close, since that call might be long-running (for example it might have to shut down the appliance and synch disks). * Support OpencloudOS * SELinux relabelling now runs in parallel, meaning it's a lot quicker * Add support for lzma and zstd compression methods in tar APIs (like guestfs_tar_in) * guestfs_pvs_full previously didn't always return the correct device names. This has now been fixed. * guestfs_btrfs_filesystem_balance fixed so it now works with more modern btrfs tools (Jürgen Hötzel). * The guestfish(1) --key option now recognizes LVM names like /dev/mapper/rhel_bootp--73--75--123-root * guestfish --key option also supports a new --key all:... selector to try the same key on all devices. * In guestmount(1) avoid calling fclose(NULL) on error paths, which might have caused a crash on some platforms.Charles Arnold2024-01-04 20:17:55 +00:00
b6a0221f51- Update to version 1.51.10 * options: Allow --key all:SELECTOR to be used to match any device. Rewrite --key documentation. * mltools/libosinfo-c.c: Fix off-by-one error * mldrivers: look for bootloader config in /boot/grub/grub.cfg in case of UEFI * daemon/btrfs: Use new syntax for balance command * ocaml: Nullify custom block before releasing runtime lock * ocaml: Use Gc.finalise instead of a C finalizerCharles Arnold2024-01-02 18:40:23 +00:00
ab781585c3- Update to version 1.51.9 * Include <libxml/parser.h> for xmlReadMemory * Language translationsCharles Arnold2023-12-11 20:22:52 +00:00
aa35dfe7aeAccepting request 1130818 from VirtualizationAna Guerrero2023-12-04 22:02:32 +00:00
2e48e27d85Accepting request 1130767 from home:olh:branches:VirtualizationCharles Arnold2023-12-04 15:47:55 +00:00
d42fb7fc56- Update to version 1.51.8 * There are no upstream release notes for verion 1.51.x * Dropped the virt-dib tool * Add support for lzma and zstd compression methods. * Add --chown option for virt-customize * Add new virt-customize --tar-in operation * Various bug fixes and language translations - Drop patch contained in new tarball Omit-file--S-option-on-older-distros-that-lack-support.patchCharles Arnold2023-11-28 20:05:28 +00:00
5724b9f75eAccepting request 1113550 from VirtualizationAna Guerrero2023-09-26 20:01:50 +00:00
44d90ba9ddUpdate comment libguestfs.spec (see also bsc#1215664)Charles Arnold2023-09-25 22:14:06 +00:00
6f8f0f0625- Update to version 1.50.0 * https://libguestfs.org/guestfs-release-notes-1.50.1.html * Inspection When listing the packages in RPM-based guests, the inspection API no longer checks package signatures. This is because the newer librpm used by libguestfs does not understand signatures stored in older guests, such as SHA1 used by RHEL 6 (thanks Panu Matilainen). "guestfs_inspect_get_hostname" in guestfs(3) can now handle /etc/hostname files containing comments (thanks Dawid Zamirski). "guestfs_file_architecture" in guestfs(3) can now parse files using zstd compression. "guestfs_inspect_get_osinfo" in guestfs(3) now returns the correct osinfo field for Windows 11. However because of decisions made by Microsoft, these guests still return product name and other strings identifying as Windows 10 (thanks Yaakov Selkowitz, Yongkui Guo). * New APIs "guestfs_device_name" in guestfs(3) is a new API to read the device name associated with a drive, for example calling this with 0 will return /dev/sda. "guestfs_clevis_luks_unlock" in guestfs(3) is a new API for unlocking disks using the Clevis/Tang network-based full disk encryption scheme. Furthermore implement this in guestfish and guestmount (Laszlo Ersek). "guestfs_inspect_get_build_id" in guestfs(3) is a new API for reading the build ID from some Linux and Windows guests. It is not widely used on Linux, but for Windows it is vital for identifying Windows 11. * Other API changesCharles Arnold2023-02-09 22:19:33 +00:00
1909e063be- Update to version 1.48.6 * This is a bug fix release. No upstream changelog. - Drop f162e47e-m4-Fix-configure-disable-ocaml.patchCharles Arnold2022-11-29 19:57:00 +00:00
d8b623bb8fAccepting request 990308 from VirtualizationRichard Brown2022-07-21 09:33:19 +00:00
4b12b3ec01- Update to version 1.48.4 * This is a bug fix release - Drop patches included in new tarball CVE-2022-2211-docs-guestfs-security-document.patch CVE-2022-2211-options-fix-buffer-overflow-in-get_keys.patch - CVE-2022-2211 - Fix buffer overflow in get_keys()Charles Arnold2022-07-12 21:55:44 +00:00
4abb31e0da- bsc#1190501 - virt-builder fails to install packages when building an image. Add Recommends: dhcp-client for the appliance.Charles Arnold2022-06-03 22:03:40 +00:00
433bd9bd5f- Add Recommends: dhcp-client for the appliance. libguestfs.specCharles Arnold2022-06-03 21:26:37 +00:00
394b1b3eaa- Update to version 1.48.3 * Several bugs fixed in this release since version 1.48.1 * Updated language filesCharles Arnold2022-06-01 15:34:55 +00:00
d7c69d5b4d- Package changes * New libguestfs.spec file. * Moved guestfs-tools to a new and separate project and package * Renamed packages guestfs-winsupport -> libguestfs-winsupport guestfsd -> libguestfsd * New packages libguestfs, libguestfs-typelib-Guestfs, libguestfs-gobject, libguestfs-gobject-devel libguestfs-rescue, libguestfs-rsync, libguestfs-xfs * Dropped package libguestfs-testCharles Arnold2022-05-26 14:37:21 +00:00
7f44058175- Add relevant %post{,un} sections - Add another rpmlint filter - Add uk man dirsCharles Arnold2022-05-26 02:57:06 +00:00
4857e9df9eSpec file changes to build libguestfs0 and typelib packages.Charles Arnold2022-05-26 02:33:07 +00:00
852944dae4Resolve conflicts created by splitting guestfs-tools out of libguestfs and renaming libguestfs0 to libguestfs.Charles Arnold2022-05-20 21:34:31 +00:00
d35b7a43ed- Update to version 1.48.1 * Updated language files * A few bug fixes in this release * Drop requirement for newer ocaml required by Bytes.get_uint8. It is replaced with a local implementation.Charles Arnold2022-04-18 21:48:58 +00:00
e1d53b2d91Accepting request 970000 from home:frispete:15.2:kvmCharles Arnold2022-04-13 20:59:24 +00:00
b3de383295- Update to version 1.48.0 * Fix allocation and deallocation of string lists in golang bindings (Laszlo Ersek). * Multiple fixes to the OCaml bindings: * Add support for Kylin (Laszlo Ersek). * Add support for Rocky Linux (Neil Hanlon). * Inspection of guests which use LUKS encryption on top of LVM logical volumes should now work (Laszlo Ersek). * "guestfs_list_9p" and "guestfs_mount_9p" are deprecated and now return errors. * "guestfs_remove_drive" has been deprecated and now returns an error. * "guestfs_add_drive" no longer supports hotplugging * In "guestfs_xfs_admin" the "lazycounter" parameter is deprecated because it is no longer supported in recent versions of XFS. * The User-mode Linux ("uml") backend has been removed. * Partition APIs now cope with the broken MBR partition tables created by dosfstools ≥ 4.2 (Laszlo Ersek). * Various bug fixesCharles Arnold2022-03-17 22:27:27 +00:00
1e3cebb542- Update to version 1.46.2 * This release has moved many virt tools like virt-builder, virt-cat, virt-customize, virt-df, etc. to the guestfs-tools project. This makes libguestfs a bit easier to build and manage. * The build now uses and requires PCRE2 (instead of PCRE). * This version requires libvirt ≥ 7.1.0, if libvirt is enabled. * gnulib is no longer bundled with libguestfs, making builds from git much simpler. * Perl Sys::Virt (libvirt bindings for Perl) are no longer required by libguestfs. * The code has been compiled with both LTO and GCC -fanalyzer and many bugs and warnings fixed. * Various fixes for qemu 6.1. * Update appliance packages on SUSE and several other improvements to the init script (Olaf Hering). * We now use the qemu / libvirt feature -cpu max to select the best CPU to run the appliance. * When passing the appliance filesystem UUID to supermin we now read it directly out of the appliance instead of using the file(1) program. This is more reliable. * The qemu -enable-fips option is no longer used. It was not needed and has been deprecated by qemu. * We no longer use qemu's sga (Serial Graphics Adapter) option ROM, instead using the equivalent seabios feature. * Various bug fixes - Dropped scripts and patches Pod-Simple-3.23.tar.xz libguestfs.test.simple.create-opensuse-guest-crypt-on-lvm.sh libguestfs.test.simple.create-opensuse-guest.sh libguestfs.test.simple.create-sles12-guest-crypt-on-lvm.shCharles Arnold2022-02-24 22:27:30 +00:00