Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libguestfs-1.52.0-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: libguestfs Distribution: openSUSE:Factory:zSystems
Version: 1.52.0 Vendor: openSUSE
Release: 1.1 Build date: Fri Jan 5 22:28:31 2024
Group: Unspecified Build host: s390zl26
Size: 2550584 Source RPM: libguestfs-1.52.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://libguestfs.org
Summary: Access and modify virtual machine disk images
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.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Thu Jan 04 2024 carnold@suse.com
  - 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.
* Mon Dec 11 2023 carnold@suse.com
  - Update to version 1.51.9
    * Include <libxml/parser.h> for xmlReadMemory
    * Language translations
* Thu Nov 30 2023 olaf@aepfle.de
  - Require OCaml 4.07+
* Tue Nov 28 2023 carnold@suse.com
  - 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.patch
* Mon Sep 25 2023 carnold@suse.com
  - bsc#1215543 - guestfs regression: file: Use -S option with -z
    Omit-file--S-option-on-older-distros-that-lack-support.patch
    See also bsc#1215461
  - bsc#1215586 - guestfs regression: non functional network due to
    missing sysconfig-netconfig
    libguestfs.spec
* Wed Jul 05 2023 carnold@suse.com
  - bsc#1212972 - cannot find any suitable libguestfs supermin
    libguestfs.spec (see also bsc#1215664)
* Thu Mar 23 2023 Martin Liška <mliska@suse.cz>
  - Enable LTO as it works fine now (use FAT lto objects for static libs).
* Wed Mar 15 2023 Vasily Ulyanov <vasily.ulyanov@suse.com>
  - Configure with --enable-appliance-format-auto to allow
    qcow2-format fixed appliances.
* Wed Feb 22 2023 carnold@suse.com
  - Update to version 1.50.1
    * This is a bug fix release. No upstream changelog.
* Thu Feb 09 2023 carnold@suse.com
  - 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 changes
      In the "guestfs_add_drive" in guestfs(3) API, the name and
      iface fields are not used. name has not been used since around
      2017, but the documentation has only just been updated to reflect
      this. iface was never allowed for the libvirt backend and
      didn't work reliably with the direct backend (Laszlo Ersek).
      "guestfs_readdir" in guestfs(3) is no longer limited to the
      maximum message size but can read a directory of any size
      (Laszlo Ersek).
    * Numerous build changes, internal improvements, and bug fixes
      Note that the Augeas bindings for libguestfs are no longer
      bundled with libguestfs and must be built separately.
* Fri Dec 16 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - Fix build with RPM 4.18: rpm wants to do a proper cleanup, and
    fails on the design choice to have /usr/lib65 without write
    permission. As we already tar'ed the content up, we can simply
    change the permissions of winsupport's content to allow proper
    erasing.
* Wed Nov 30 2022 Andreas Schwab <schwab@suse.de>
  - Enable build on riscv64
* Tue Nov 29 2022 carnold@suse.com
  - Update to version 1.48.6
    * jsc#PED-2113
    * This is a bug fix release. No upstream changelog.
  - Drop f162e47e-m4-Fix-configure-disable-ocaml.patch
* Thu Oct 20 2022 Ludwig Nussel <lnussel@suse.de>
  - Drop reiserfs (boo#1191092)
* Fri Oct 14 2022 carnold@suse.com
  - Drop requirement for icoutils in SLE as this package is not
    available.
    libguestfs.spec
* Tue Oct 04 2022 carnold@suse.com
  - jsc#PED-2113 [Virt Tools] Refresh Virtualization Tools for Xen
    and KVM Management
* Tue Sep 06 2022 carnold@suse.com
  - Upstream patch to fix running configure --disable-ocaml
    f162e47e-m4-Fix-configure-disable-ocaml.patch
* Tue Jul 12 2022 carnold@suse.com
  - 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
* Wed Jun 29 2022 carnold@suse.com
  - bsc#1201064 - Libguestfs: Buffer overflow in get_keys leads
    to DOS - CVE-2022-2211
    CVE-2022-2211-options-fix-buffer-overflow-in-get_keys.patch
    CVE-2022-2211-docs-guestfs-security-document.patch
* Fri Jun 03 2022 carnold@suse.com
  - bsc#1190501 - virt-builder fails to install packages when
    building an image. Add Recommends: dhcp-client for the appliance.
    libguestfs.spec
* Wed Jun 01 2022 carnold@suse.com
  - Update to version 1.48.3
    * Several bugs fixed in this release since version 1.48.1
    * Updated language files
* Mon Apr 18 2022 carnold@suse.com
  - 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.
* Wed Apr 13 2022 Hans-Peter Jansen <hpj@urpla.net>
  - Add relevant %post{,un} sections
  - Add another rpmlint filter
  - Add uk man dirs
* Wed Apr 13 2022 Hans-Peter Jansen <hpj@urpla.net>
  - Avoid useless builds, if ocaml version isn't up to the task
    libguestfs uses get_uint8(), available since ocaml 4.13.0
* Thu Mar 17 2022 carnold@suse.com
  - 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 fixes
* Wed Feb 16 2022 carnold@suse.com
  - 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
  - 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-test
  - 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.sh
    libguestfs.test.simple.create-sles12-guest.sh
    libguestfs.test.simple.run-libugestfs-test-tool.sh
    0001-Introduce-a-wrapper-around-xmlParseURI.patch
    0002-common-extract-UTF-8-conversion-function.patch
    0003-inspector-rpm-summary-and-description-may-not-be-utf.patch
    489b14b7-ocaml-examples-Link-examples-to-gnulib.patch
    63c9cd93-m4-guestfs-ocaml.m4-Fix-deprecated-warning-format.patch
    68a02c2f-customize--resize--sparsify--sysprep-Link-explicitly-with-pthread.patch
    9db0c98c-appliance-enable-bashs-Process-Substitution-feature.patch
    a4930f5f-customize-Suppress-OCaml-warning.patch
    c0de4de9-appliance-add-reboot-and-netconfig-for-SUSE.patch
    e26cfa44-daemon-Build-with--pthread.patch
    f47e0bb6-appliance-reorder-mounting-of-special-filesystems-in-init.patch
    appliance.patch
    libguestfs.env.patch
    makefile-ocaml-find-guestfs.patch
    netconfig.patch
* Mon Feb 07 2022 carnold@suse.com
  - bsc#1195415 - libguestfs: consider dropping build requirement on
    systemd-sysvinit
    libguestfs.spec
* Tue Dec 14 2021 ohering@suse.de
  - Add python-rpm-macros (bsc#1180125)
* Tue Oct 26 2021 carnold@suse.com
  - Fix build errors in Factory
    * Alert ocaml_deprecated_cli: Setting a warning with a sequence
      of lowercase or uppercase letters, like 'CDEFLMPSUVYZX', is
      deprecated.
    63c9cd93-m4-guestfs-ocaml.m4-Fix-deprecated-warning-format.patch
    * Error (warning 6 [labels-omitted]): label verbose was omitted
      in the application of this function.
    a4930f5f-customize-Suppress-OCaml-warning.patch
* Tue Oct 05 2021 carnold@suse.com
  - Update spec file licenses to GPL-2.0-or-later
* Wed Sep 15 2021 carnold@suse.com
  - bsc#1190501 - virt-builder fails to install packages when
    building an image
    9db0c98c-appliance-enable-bashs-Process-Substitution-feature.patch
  - Upstream bug fixes
    c0de4de9-appliance-add-reboot-and-netconfig-for-SUSE.patch
    f47e0bb6-appliance-reorder-mounting-of-special-filesystems-in-init.patch
* Mon Sep 13 2021 carnold@suse.com
  - Newer cpio versions must be told to extract over symlinks
    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.sh
    libguestfs.test.simple.create-sles12-guest.sh
  - Allow the use busybox dhcp client
    appliance.patch
    netconfig.patch
* Mon Sep 13 2021 carnold@suse.com
  - Update to version 1.44.2
    makefile-ocaml-find-guestfs.patch
    * Port libguestfs to use pcre2 instead of pcre
    * inspection: More reliable detection of Linux split /usr configurations
    * python: Relicense setup.py to LGPLv2+ (originally GPLv2+)
    * lib: qemu: Don't use -enable-fips option.
    * rust: Fix deprecated use of panic!(format!(...))
    * point users to Libera Chat rather than FreeNode
    * python: Don't leak fields when creating Python structs
    * appliance: Add IBM850 iconv converter for syslinux
    * launch: board model for RISC-V
    * lib: Add osinfo information for Windows Server 2022 Datacenter
    * lib: Autodetect backing format for qemu-img create -b
    * appliance: Fix searching for shared libraries on usr-merged Debian systems
    * appliance: Add mount package for Debian
    * m4/guestfs-appliance.m4: Add support for Alma and Cloud Linux
    * daemon/luks.c: Ignore bogus GCC -fanalyzer double-free warning
    * daemon/xattr.c: Increase size of temporary buffer for %zu
    * daemon/utils.c: Fix potential unbounded stack usage
    * Various other bug fixes
  - Upstream bug fixes post 1.44.2
    e26cfa44-daemon-Build-with--pthread.patch
    489b14b7-ocaml-examples-Link-examples-to-gnulib.patch
    68a02c2f-customize--resize--sparsify--sysprep-Link-explicitly-with-pthread.patch
* Sun Jul 18 2021 ohering@suse.de
  - Remove obsolete yajl
  - Add conditional to ocaml_preserve_bytecode
  - Remove traces of python2 code
  - Use pkgconfig(python3) to refer to variants of python3
  - Remove obsolete 0004-python-include-dirs.patch and related
    workaround in spec file
  - Use autosetup
  - Use _udevrulesdir
  - Remove BuildRoot and defattr
  - Remove Group tags
* Fri May 28 2021 ohering@suse.de
  - For unknown reasons the appliance build fails randomly
    Workaround it by retrying the build once
* Tue Apr 13 2021 ohering@suse.de
  - Update to version 1.44.1
    * lib/appliance-kcmdline.c: Read UUID directly from appliance.
    * daemon/xfs.c: Fix error message.
    * daemon: chroot: Fix long-standing possible deadlock.
    * daemon: Don't return bogus failure from readdir.
    * daemon/btrfs.c: Ignore mkfs.btrfs allocstart option.
    * python: Ignore code style error E128.
    * php: Fix the build.
    * builder: Don't redefine Val_none (OCaml 4.12).
    * daemon: lvm: Use lvcreate --yes to avoid interactive prompts.
    * Update common submodule.
    * lib/fuse.c: Use safe_malloc instead of malloc.
    * fuse/guestmount.c: Avoid leaking fp on error path.
    * diff: Don't try to call unlink(NULL) on certain error paths.
    * daemon/tar.c: Avoid bogus GCC analyzer warning.
    * daemon/command.c daemon/debug.c df/main.c: Ignore bogus GCC analyzer warnings
    * appliance: Add dhclient for Arch-like Manjaro distro.
    * fish/tilde.c: Suppress more bogus -fanalyser warnings.
    * lib/qemu.c: Suppress another bogus -fanalyser warning.
    * builder: templates: Add ubuntu-20.04.
    * builder: templates: Added rhel-7.9.
    * lib: Move CLEANUP_GL_RECURSIVE_LOCK_UNLOCK to libguestfs header.
    * appliance: Avoid having ${exec_prefix} in guestfs appliance path.
    * build: Avoid warnings about unknown pragmas.
  - add libguestfs.env.patch
  - Remove ocaml_native_compiler conditional
    build native target unconditionally
* Fri Apr 09 2021 ohering@suse.de
  - Require current ocaml-rpm-macros
* Tue Jan 12 2021 carnold@suse.com
  - Modify Source0 to point at the correct url for the source.
    libguestfs.spec
* Mon Jan 11 2021 carnold@suse.com
  - Update to version 1.44.0
    * The minimum version of Python required is 3.6.
    * Python bindings no longer use deprecated
      "PyEval_ThreadsInitialized".
    * Python bindings now include type hints (Sam Eiderman).
    * Erlang bindings now use libei instead of liberl_interface
      (Sergei Golovan).
    * virt-get-kernel(1) can now find uncompressed kernels
      (Pino Toscano).
    * virt-sysprep(1) now regenerates the guest certificate store
      when a certificate is removed from the guest (Pino Toscano).
    * virt-sysprep(1) can now remove IPA enrollment files and
      Kerberos keytabs
      (Pino Toscano, Christian Heimes and François Cami).
    * "cryptsetup-open" and "cryptsetup-close" replace "luks-open",
      luks-open-ro and luks-close. The new APIs add support for
      BitLocker encryption.
    * "lvm-canonical-lv" no longer produces a noisy error message
      when called with a non-LV parameter.
    * Various other bug fixes
  - Drop
    bfd08867-golang-Fix-path-to-include-guestfs.h..patch
    dbfab7d3-build-fix-includedir-in-uninstalled-libguestfs.pc.patch
* Thu Nov 05 2020 carnold@suse.com
  - bsc#1178495 - Leap Gap: Libguestfs.spec contains the is_opensuse
    macro
    libguestfs.spec
* Tue Oct 20 2020 carnold@suse.com
  - Drop is_opensuse references to remove differences between Leap
    and SLES packaging
    libguestfs.spec
* Tue Oct 06 2020 carnold@suse.com
  - Update to version 1.43.2
    * Bug fix release
    * Updated language files
    0004-python-include-dirs.patch
  - Added upstream bug fixes
    dbfab7d3-build-fix-includedir-in-uninstalled-libguestfs.pc.patch
    bfd08867-golang-Fix-path-to-include-guestfs.h..patch
* Mon Jul 20 2020 carnold@suse.com
  - Update to version 1.43.1
    * Drop support for python 2
    * builder: New templates added
    * sysprep: ca-certificates: request system CA store update
    * Various other bug fixes
  - Drop
    31e6b187-po-Remove-virt-v2v-related-dependency-from-POTFILES-ml..patch
    7265f08c-lib-remove-extra-LIBS-from-pkg-config-file.patch
* Tue Jul 07 2020 carnold@suse.com
  - bsc#1172818 - libguestfs: inconsistent LIBGUESTFS_PATH
    libguestfs.spec
* Wed Apr 22 2020 carnold@suse.com
  - Update to version 1.42.0
    * virt-v2v is moved out from libguestfs into its own package
    * virt-p2v is moved out from libguestfs into its own package
    * Add support for the Vala language
    * Add support for the Rust language
    * Reproducible builds
    * Advanced Format disks (which use 4K sectors) can now be
      processed by libguestfs. Use the new optional blocksize
      parameter to guestfs_add_drive_opts, and the --blocksize option
      added to several tools
    * Windows CompactOS (NTFS file compression) is now supported.
    * Advanced machine readable output in various virt tools now
      supports JSON output, and writing logs to a numbered file
      descriptor
    * virt-filesystems tool now more accurately reports filesystem
      total size, in the case where for example the filesystem does
      not occupy the whole of its containing device
    * Python ≥ 2.7 is required.
    * Python bindings are now more extensively tested
    * Python bindings should now work with Python ≥ 3.8.
    * Multiple fixes to avoid crashes in the Python bindings
    * OCaml bindings are compiled with -DCAML_NAME_SPACE to ensure no
      non-caml_-namespaced symbols are used
    * OCaml bindings should now work with OCaml 4.09 and 4.10.
    * Fix compatibility with newer cgo for Go bindings
    * Go API error handling is now more idiomatic
    * Update documentation about how to handle boolean parameters in
      Ruby bindings
    * Libguestfs can now extract icons for Gentoo, newer SUSE and
      OpenMandriva guests. Improved extraction of RHEL icons.
    * Inspection returns the osinfo IDs of newer Windows versions,
      and rolling Linux distros
  - Added patches
    31e6b187-po-Remove-virt-v2v-related-dependency-from-POTFILES-ml..patch
    7265f08c-lib-remove-extra-LIBS-from-pkg-config-file.patch
  - Patches dropped
    0a55098f-builder-repository-fix-compute_short_id-for-sles-X.0.patch
    28bd06227b-inspect-handle-os-release-opensuse-tumbleweed-as-ope.patch
    500acb15-v2v-linux-fix-kernel-detection-when-split-in-different-packages.patch
    70407cd622-inspection-Parse-os-release-opensuse-leap-as-opensus.patch
    d0e5a819-python-Fix-missing-additional-backslashes.patch
    fd43730e-error-with-uninstall-option-on-SUSE.patch
* Thu Mar 19 2020 carnold@suse.com
  - bsc#1167131 - virt-v2v fails importing ubuntu 18.04 LTS ova
    500acb15-v2v-linux-fix-kernel-detection-when-split-in-different-packages.patch

Files

/etc/libguestfs-tools.conf
/etc/profile.d/guestfish.sh
/usr/bin/guestfish
/usr/bin/guestmount
/usr/bin/guestunmount
/usr/bin/libguestfs-test-tool
/usr/bin/virt-copy-in
/usr/bin/virt-copy-out
/usr/bin/virt-tar-in
/usr/bin/virt-tar-out
/usr/share/licenses/libguestfs
/usr/share/licenses/libguestfs/COPYING
/usr/share/licenses/libguestfs/README
/usr/share/locale/cs/LC_MESSAGES/libguestfs.mo
/usr/share/locale/de/LC_MESSAGES/libguestfs.mo
/usr/share/locale/en_GB/LC_MESSAGES/libguestfs.mo
/usr/share/locale/es/LC_MESSAGES/libguestfs.mo
/usr/share/locale/eu/LC_MESSAGES/libguestfs.mo
/usr/share/locale/fi/LC_MESSAGES/libguestfs.mo
/usr/share/locale/fr/LC_MESSAGES/libguestfs.mo
/usr/share/locale/gu/LC_MESSAGES/libguestfs.mo
/usr/share/locale/hi/LC_MESSAGES/libguestfs.mo
/usr/share/locale/ja/LC_MESSAGES/libguestfs.mo
/usr/share/locale/ka/LC_MESSAGES/libguestfs.mo
/usr/share/locale/kn/LC_MESSAGES/libguestfs.mo
/usr/share/locale/ml/LC_MESSAGES/libguestfs.mo
/usr/share/locale/mr/LC_MESSAGES/libguestfs.mo
/usr/share/locale/nl/LC_MESSAGES/libguestfs.mo
/usr/share/locale/or/LC_MESSAGES/libguestfs.mo
/usr/share/locale/pa/LC_MESSAGES/libguestfs.mo
/usr/share/locale/pl/LC_MESSAGES/libguestfs.mo
/usr/share/locale/ru/LC_MESSAGES/libguestfs.mo
/usr/share/locale/si/LC_MESSAGES/libguestfs.mo
/usr/share/locale/ta/LC_MESSAGES/libguestfs.mo
/usr/share/locale/te/LC_MESSAGES/libguestfs.mo
/usr/share/locale/uk/LC_MESSAGES/libguestfs.mo
/usr/share/locale/zh_CN/LC_MESSAGES/libguestfs.mo
/usr/share/man/man1/guestfish.1.gz
/usr/share/man/man1/guestfs-faq.1.gz
/usr/share/man/man1/guestfs-performance.1.gz
/usr/share/man/man1/guestfs-recipes.1.gz
/usr/share/man/man1/guestfs-release-notes-1.10.1.gz
/usr/share/man/man1/guestfs-release-notes-1.12.1.gz
/usr/share/man/man1/guestfs-release-notes-1.14.1.gz
/usr/share/man/man1/guestfs-release-notes-1.16.1.gz
/usr/share/man/man1/guestfs-release-notes-1.18.1.gz
/usr/share/man/man1/guestfs-release-notes-1.20.1.gz
/usr/share/man/man1/guestfs-release-notes-1.22.1.gz
/usr/share/man/man1/guestfs-release-notes-1.24.1.gz
/usr/share/man/man1/guestfs-release-notes-1.26.1.gz
/usr/share/man/man1/guestfs-release-notes-1.28.1.gz
/usr/share/man/man1/guestfs-release-notes-1.30.1.gz
/usr/share/man/man1/guestfs-release-notes-1.32.1.gz
/usr/share/man/man1/guestfs-release-notes-1.34.1.gz
/usr/share/man/man1/guestfs-release-notes-1.36.1.gz
/usr/share/man/man1/guestfs-release-notes-1.38.1.gz
/usr/share/man/man1/guestfs-release-notes-1.4.1.gz
/usr/share/man/man1/guestfs-release-notes-1.40.1.gz
/usr/share/man/man1/guestfs-release-notes-1.42.1.gz
/usr/share/man/man1/guestfs-release-notes-1.44.1.gz
/usr/share/man/man1/guestfs-release-notes-1.46.1.gz
/usr/share/man/man1/guestfs-release-notes-1.48.1.gz
/usr/share/man/man1/guestfs-release-notes-1.50.1.gz
/usr/share/man/man1/guestfs-release-notes-1.52.1.gz
/usr/share/man/man1/guestfs-release-notes-1.6.1.gz
/usr/share/man/man1/guestfs-release-notes-1.8.1.gz
/usr/share/man/man1/guestfs-release-notes.1.gz
/usr/share/man/man1/guestfs-security.1.gz
/usr/share/man/man1/guestmount.1.gz
/usr/share/man/man1/guestunmount.1.gz
/usr/share/man/man1/libguestfs-test-tool.1.gz
/usr/share/man/man1/virt-copy-in.1.gz
/usr/share/man/man1/virt-copy-out.1.gz
/usr/share/man/man1/virt-tar-in.1.gz
/usr/share/man/man1/virt-tar-out.1.gz
/usr/share/man/man5/libguestfs-tools.conf.5.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024