SHA256
1
0
forked from pool/libguestfs

Commit Graph

  • 467e443d95 - Update to version 1.46.1 * 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.sh Charles Arnold 2021-12-21 20:41:07 +0000
  • 7991ba2b0f OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=488 Olaf Hering 2021-12-16 14:25:35 +0000
  • 01b40c47ca Accepting request 927625 from Virtualization Dominique Leuenberger 2021-10-27 20:21:09 +0000
  • cfd5004acf - 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 Charles Arnold 2021-10-27 03:27:22 +0000
  • a7c0f2faa1 - Update spec file licenses to GPL-2.0-or-later Charles Arnold 2021-10-05 21:57:32 +0000
  • 3cc5a61970 Accepting request 919270 from Virtualization Dominique Leuenberger 2021-09-15 20:51:35 +0000
  • e135b4bcc8 - 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 Charles Arnold 2021-09-15 16:53:39 +0000
  • 1f8c5d88a1 - bsc#1178495 - Leap Gap: Libguestfs.spec contains the is_opensuse macro libguestfs.spec Charles Arnold 2021-09-15 14:03:48 +0000
  • dfce015b70 Actually remove 0004-python-include-dirs.patch like the change log already states. Charles Arnold 2021-09-15 14:01:51 +0000
  • 80219ce3b0 Use pcre2-devel instead of pcre-devel Charles Arnold 2021-09-14 21:23:29 +0000
  • 921cbcfab0 - 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 Charles Arnold 2021-09-14 17:44:16 +0000
  • 84b183b4a8 Accepting request 908444 from Virtualization Dominique Leuenberger 2021-07-27 12:32:06 +0000
  • 290c5249f3 - Remove Group tags Olaf Hering 2021-07-19 15:38:22 +0000
  • b4892d1cff - Remove BuildRoot and defattr Olaf Hering 2021-07-19 15:37:34 +0000
  • 6020a4096b - Use _udevrulesdir Olaf Hering 2021-07-19 15:36:33 +0000
  • 4cfc54c6d8 - Use autosetup Olaf Hering 2021-07-19 15:33:53 +0000
  • aa0545b4ec - Remove obsolete 0004-python-include-dirs.patch and related workaround in spec file Olaf Hering 2021-07-19 15:32:28 +0000
  • 685f47c762 - Remove obsolete yajl - Add conditional to ocaml_preserve_bytecode - Remove traces of python2 code - Use pkgconfig(python3) to refer to variants of python3 Olaf Hering 2021-07-19 09:02:47 +0000
  • 12fedae75c Accepting request 895958 from Virtualization Dominique Leuenberger 2021-06-01 08:38:02 +0000
  • 7a68e494ff - For unknown reasons the appliance build fails randomly Workaround it by retrying the build once Olaf Hering 2021-05-28 10:52:28 +0000
  • b6782734bd Accepting request 887312 from Virtualization Dominique Leuenberger 2021-04-21 18:59:12 +0000
  • 80874171af - Remove ocaml_native_compiler conditional build native target unconditionally Olaf Hering 2021-04-21 13:09:58 +0000
  • fdd94d0c9c - add libguestfs.env.patch Olaf Hering 2021-04-14 08:36:39 +0000
  • 681c070c87 - 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. Olaf Hering 2021-04-14 08:09:18 +0000
  • f61506fba1 style Olaf Hering 2021-04-13 15:18:55 +0000
  • c5a9c60484 - Require current ocaml-rpm-macros Olaf Hering 2021-04-13 15:13:14 +0000
  • 9a3b2d7ace Accepting request 862660 from Virtualization Dominique Leuenberger 2021-02-19 22:42:44 +0000
  • fbdd88117e - Modify Source0 to point at the correct url for the source. libguestfs.spec Charles Arnold 2021-01-12 12:42:37 +0000
  • 02e1a0bd4e - 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 Charles Arnold 2021-01-11 22:42:53 +0000
  • c3e8b06073 The location of guestfs.h has moved. 0004-python-include-dirs.patch Charles Arnold 2020-10-07 19:07:09 +0000
  • 1f8c975e36 - Added upstream bug fixes dbfab7d3-build-fix-includedir-in-uninstalled-libguestfs.pc.patch bfd08867-golang-Fix-path-to-include-guestfs.h..patch Charles Arnold 2020-10-06 22:07:16 +0000
  • c8a6e6d9c9 - Update to version 1.43.2 * Bug fix release * Updated language files * Drop support for python 2 * builder: New templates added * sysprep: ca-certificates: request system CA store update * Various other bug fixes Charles Arnold 2020-10-06 20:23:44 +0000
  • 6ddb96979f - Update to version 1.43.1 - Drop 31e6b187-po-Remove-virt-v2v-related-dependency-from-POTFILES-ml..patch 7265f08c-lib-remove-extra-LIBS-from-pkg-config-file.patch Charles Arnold 2020-07-21 19:00:34 +0000
  • d480f1b5ec Accepting request 821362 from Virtualization Dominique Leuenberger 2020-07-17 18:48:11 +0000
  • 5d52fb7f0a Pass --with-guestfs-path when invoking configure script in the spec file (bsc#1172818) Charles Arnold 2020-07-09 20:09:34 +0000
  • 31112bdc80 - bsc#1172818 - libguestfs: inconsistent LIBGUESTFS_PATH libguestfs.spec Charles Arnold 2020-07-07 21:53:39 +0000
  • 9b30787d12 Accepting request 810262 from Virtualization Dominique Leuenberger 2020-06-03 18:32:59 +0000
  • 28e0a64ea8 Remove comment. The patches committed for this entry were reverted but the comment was not removed Charles Arnold 2020-05-22 17:25:40 +0000
  • 24a9dbe5b7 Accepting request 805394 from Virtualization Dominique Leuenberger 2020-05-14 21:26:19 +0000
  • 65b1146811 - 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. Charles Arnold 2020-05-06 20:58:16 +0000
  • b80ba21600 Accepting request 786530 from Virtualization Dominique Leuenberger 2020-03-20 22:54:50 +0000
  • e746a46e6f - bsc#1167131 - virt-v2v fails importing ubuntu 18.04 LTS ova 500acb15-v2v-linux-fix-kernel-detection-when-split-in-different-packages.patch Charles Arnold 2020-03-19 16:28:31 +0000
  • 7ea970047b Accepting request 766144 from home:ldewey:branches:Virtualization Larry Dewey 2020-01-21 19:38:19 +0000
  • 71a7811fa9 Accepting request 766138 from home:ldewey:branches:Virtualization Larry Dewey 2020-01-21 18:57:34 +0000
  • 6681a70f6a Accepting request 730191 from Virtualization Ludwig Nussel 2019-09-13 12:59:43 +0000
  • a76e53adc1 Accepting request 729776 from home:cgiboudeaux:fat-lto-objects Larry Dewey 2019-09-11 14:47:32 +0000
  • b31739290f Accepting request 729526 from home:ldewey:branches:Virtualization Larry Dewey 2019-09-09 17:04:40 +0000
  • c670eb6e73 Patches added: netconfig.patch Larry Dewey 2019-09-09 15:28:38 +0000
  • e639c6c126 Accepting request 726961 from home:gmoro:branches:Virtualization Larry Dewey 2019-08-31 07:24:06 +0000
  • 10b9e797ac Accepting request 725337 from Virtualization Dominique Leuenberger 2019-08-23 09:07:41 +0000
  • 92f3ff5d03 - Remove empty /etc/libguestfs-tools.conf Olaf Hering 2019-08-22 13:39:37 +0000
  • 080c091e16 +lto Olaf Hering 2019-08-08 09:25:44 +0000
  • 5e8a4ccd9e - disable lto Olaf Hering 2019-08-08 08:10:55 +0000
  • b5c21d4e6d Accepting request 712071 from Virtualization Dominique Leuenberger 2019-06-26 14:04:47 +0000
  • 64cfd4d696 Accepting request 709446 from home:dimstar:Factory Dominique Leuenberger 2019-06-26 07:40:54 +0000
  • 97202218ae Accepting request 695339 from Virtualization Dominique Leuenberger 2019-04-18 07:57:24 +0000
  • 3129552e76 Accepting request 695338 from home:ldewey:branches:Virtualization Larry Dewey 2019-04-17 20:59:11 +0000
  • 88045f9606 Accepting request 692565 from Virtualization Dominique Leuenberger 2019-04-09 18:19:07 +0000
  • 20f23f75d3 Accepting request 692396 from home:ldewey:branches:Virtualization Cédric Bosdonnat 2019-04-09 09:30:12 +0000
  • d622bbdd7e Accepting request 616447 from Virtualization Yuchen Lin 2018-06-19 09:57:55 +0000
  • d669de6745 Accepting request 616042 from home:olh:branches:Virtualization Dirk Mueller 2018-06-13 07:04:23 +0000
  • d9d24cdc0a Accepting request 598474 from Virtualization Dominique Leuenberger 2018-04-19 13:33:14 +0000
  • c15bbf9592 Accepting request 598473 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2018-04-19 09:47:36 +0000
  • aac9106c8d Accepting request 580951 from Virtualization Dominique Leuenberger 2018-03-01 11:07:41 +0000
  • af22ed5454 Accepting request 580945 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2018-02-28 12:33:26 +0000
  • 5aa226beb0 Accepting request 579511 from Virtualization Dominique Leuenberger 2018-02-23 14:32:03 +0000
  • e8e06d1a48 Accepting request 579465 from home:adamm:branches:Virtualization Dirk Mueller 2018-02-23 13:14:55 +0000
  • 141d554312 Accepting request 575411 from Virtualization Dominique Leuenberger 2018-02-12 09:15:50 +0000
  • 8675709585 Accepting request 575410 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2018-02-11 20:20:53 +0000
  • 0d15c6f52a Accepting request 574844 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2018-02-09 21:05:17 +0000
  • e6dbb72b99 Accepting request 574839 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2018-02-09 20:35:53 +0000
  • eb24a82e00 Accepting request 554862 from Virtualization Dominique Leuenberger 2017-12-08 11:59:35 +0000
  • c3c36fd757 Accepting request 554861 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2017-12-06 15:46:58 +0000
  • 04b6f777c5 Accepting request 554551 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2017-12-05 15:32:05 +0000
  • b51803f5d7 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=417 Cédric Bosdonnat 2017-12-05 10:09:16 +0000
  • 970ea4d7bd Accepting request 548191 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2017-12-04 17:20:49 +0000
  • 3cb4b5ef3c - Remove useless patch: 0000-hotfix.patch Cédric Bosdonnat 2017-11-30 13:08:00 +0000
  • b4a9c7b26f Accepting request 546686 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2017-11-30 10:54:44 +0000
  • e74a187725 - Add db48-utils dependency: needed to inspect the installed packages. Cédric Bosdonnat 2017-11-22 16:23:43 +0000
  • 250440d37a Accepting request 536717 from Virtualization Dominique Leuenberger 2017-10-26 16:45:42 +0000
  • 3725fcbc09 Accepting request 536716 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2017-10-26 07:50:17 +0000
  • 45101f7822 - Move guestfs-data to libguestfs0. bsc#1064399 Cédric Bosdonnat 2017-10-25 13:25:49 +0000
  • be8cbf9b58 Accepting request 535225 from Virtualization Dominique Leuenberger 2017-10-19 17:33:54 +0000
  • a68204cbea Accepting request 533662 from home:sbrabec:branches:Virtualization Olaf Hering 2017-10-13 06:56:20 +0000
  • eceaa74423 Accepting request 528607 from Virtualization Dominique Leuenberger 2017-09-26 19:15:41 +0000
  • 2a8db46d2a Accepting request 528077 from home:jengelh:branches:Virtualization Dirk Mueller 2017-09-25 09:23:26 +0000
  • 77da480dd9 Accepting request 527667 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2017-09-21 09:01:23 +0000
  • 960adfaf96 Accepting request 521910 from Virtualization Dominique Leuenberger 2017-09-09 18:25:57 +0000
  • f90b15aef3 Accepting request 521908 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2017-09-07 08:20:20 +0000
  • 05e3028112 Accepting request 520200 from Virtualization Dominique Leuenberger 2017-09-04 10:34:55 +0000
  • e7da7e37ad Accepting request 520153 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2017-09-01 14:44:47 +0000
  • 46e629a745 Accepting request 514075 from Virtualization Dominique Leuenberger 2017-08-22 09:07:26 +0000
  • 308f6baa27 Accepting request 514065 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2017-08-02 16:04:59 +0000
  • ae33b331fe Accepting request 513144 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2017-07-31 08:31:57 +0000
  • b10082bf9f Accepting request 511369 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2017-07-19 10:33:56 +0000
  • 2426376ef6 - add dependency on augeas (bsc#1048620) Dirk Mueller 2017-07-17 07:05:45 +0000
  • d036cb30b4 - update to version 1.36.5: * btrfs_replace: fix position of subcommand options * lib: Move close_file_descriptors into guestfs-internal.h. * daemon: lvm: Pass --yes option to force pvresize (RHBZ#1460577). * lib: direct, uml: Unblock SIGTERM in the hypervisor and recovery processes (RHBZ#1460338). * lib: create: Allow any [[:alnum:]]+ string as a backingfmt parameter (RHBZ#1459979). * mllib: Handle empty files correctly in read_first_line_from_file. * resize: make sure the input disk is read-only * v2v: tell v2v the real root device to mkinitrd * mllib: Export which in "stdlib mode". * mllib: Export prog, quiet, trace, verbose in "stdlib mode". * btrfs_replace: fix position of subcommand options - drop 0000-hotfix.patch - add download location for source verification purposes Dirk Mueller 2017-07-16 09:23:54 +0000
  • 622fcce6ff Accepting request 500561 from Virtualization Dominique Leuenberger 2017-06-04 00:00:05 +0000
  • 4ba8479520 Accepting request 500560 from home:cbosdonnat:branches:Virtualization Cédric Bosdonnat 2017-06-02 09:02:21 +0000
  • 129e346df6 Accepting request 499765 from Virtualization Dominique Leuenberger 2017-05-31 10:20:48 +0000