| Name: | libguestfs |
|---|---|
| Epoch: | 1 |
| Version: | 1.54.0 |
| Release: | 4.0.1.el9_6 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 4099697 |
| License: | LGPL-2.1-or-later |
| RPM: | libguestfs-1.54.0-4.0.1.el9_6.aarch64.rpm |
| Source RPM: | libguestfs-1.54.0-4.0.1.el9_6.src.rpm |
| Build Date: | Fri Apr 11 2025 |
| Build Host: | build-ol9-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | http://libguestfs.org/ |
| Summary: | Access and modify virtual machine disk images |
| Description: | Libguestfs is a library for accessing and modifying virtual machine
disk images. http://libguestfs.org
Libguestfs uses Linux kernel and qemu code, and can access any type of
guest filesystem that Linux and qemu can, including but not limited
to: ext2/3/4, btrfs, FAT and NTFS, LVM, many different disk partition
schemes, qcow, qcow2, vmdk.
For enhanced features, install:
libguestfs-inspect-icons adds support for inspecting guest icons
libguestfs-rescue enhances virt-rescue shell with more tools
libguestfs-rsync rsync to/from guest filesystems
libguestfs-xfs adds XFS support
For developers:
libguestfs-devel C/C++ header files and library
Language bindings:
libguestfs-gobject-devel GObject bindings and GObject Introspection
lua-guestfs Lua bindings
ocaml-libguestfs-devel OCaml bindings
perl-Sys-Guestfs Perl bindings
php-libguestfs PHP bindings
python3-libguestfs Python 3 bindings
ruby-libguestfs Ruby bindings |
- Add btrfs-progs to the packages installed in the appliance [Orabug: 34137448] - Replace upstream references from a description tag - Fix build on Oracle Linux [Orabug: 29319324] - Set DISTRO_ORACLE_LINUX correspeonding to ol
- Add new APIs to allow command output > 4MB resolves: RHEL-80159
- Rebase to libguestfs 1.54.0 resolves: RHEL-56809 - Fix osinfo for Windows Server 2025 resolves: RHEL-62935 - Replace Jansson with json-c resolves: RHEL-65292
- Update to libguestfs 1.50.2 resolves: RHEL-46775
- inspection: Resolve PARTUUID= and PARTLABEL= in /etc/fstab resolves: RHEL-40142, RHEL-46596
- Fix (rare) undetected truncation of 64 bit int results to 32 bits resolves: RHEL-45466
- Remove bundled ocaml-augeas resolves: RHEL-32142
- Add support for nbd+unix:// URIs resolves: RHEL-33851
- Add --key all:... selector resolves: RHEL-19367 - Add miscellaneous other upstream fixes since 1.50.1
- enable the ".gdb_index" section in the Perl bindings debug info resolves: rhbz#2209279