SHA256
3
0
forked from pool/libguestfs
Commit Graph

430 Commits

Author SHA256 Message Date
Charles Arnold
382790b163 - Update to version 1.56.0 (jsc#PED-12706)
* Add support for Windows 2025 (thanks Ming Xie).
  * Add support for TencentOS (Denise Cheng).
  * Inspection of Ubuntu 22+ guests that use a split /usr
    configuration now works properly (thanks Jaroslav Spanko,
    Daniel Berrange).
  * Inspecting guests that have duplicated root mountpoints now
    works.
  * Inspection of SUSE Linux guests using btrfs snapshots now
    ignores snapshots that mirror content in the root filesystem
    (thanks Ming Xie).
  * Inspection of SUSE Linux >= 15 now returns the correct osinfo
    short name (eg. "sle15") (thanks Ming Xie).
  * New command_out and sh_out APIs which allow you to capture
    output from guest commands that generate more output than the
    protocol limit allows.
  * New btrfs_scrub_full API which runs a full Btrfs scrub,
    synchronously. It works more like fsck for other filesystems.
  * The fstrim API has been modified to work around several issues
    in upstream and RHEL 9 kernels related to XFS support (Eric
    Sandeen, Dave Chinner).
  * The existing e2fsck API has a new FORCENO option enabling use
    of the command line -n flag.
  * json-c is now required. This replaces Jansson which was
    previously used for parsing JSON input files.
  * OCaml ≥ 4.08 is now required.
  * When using ./configure --disable-daemon we no longer require
    augeas and hivex (thanks Mohamed Akram).
  * zfs-fuse support has been dropped. The project is unmaintained
    upstream (thanks Paul Bolle, Gwyn Ciesla, Timothée Ravier).

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=626
2025-06-11 20:29:30 +00:00
Charles Arnold
9c03c53e21 - Update to version 1.55.14 (jsc#PED-12706)
* lib/create.c: Capture and raise qemu-img stderr
  * inspection: Ignore btrfs snapshots of roots
- Drop patches contained in new tarball
  004-Add-more-debugging-to-list_filesystems.patch
  005-Pipeline-style-when-mapping-and-filtering-filesystems.patch
  007-inspection-Ignore-btrfs-snapshots-of-roots.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=625
2025-06-06 17:21:28 +00:00
Charles Arnold
66ebbfaafa - Upstream bug fix for BTRFS based images (SLES and openSUSE)
004-Add-more-debugging-to-list_filesystems.patch
  005-Pipeline-style-when-mapping-and-filtering-filesystems.patch
  007-inspection-Ignore-btrfs-snapshots-of-roots.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=621
2025-05-28 16:02:51 +00:00
Charles Arnold
9b54695a43 Conditionally use dhcpcd over dhcp-client
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=618
2025-05-27 14:51:43 +00:00
Charles Arnold
2383e13f15 - bsc#1243351 - guestfs-appliance still requires ISC dhcp
Replace usage of dhcp-client with dhcpcd in libguestfs.spec

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=617
2025-05-27 14:44:56 +00:00
Charles Arnold
bdda0e1447 - Update to version 1.55.13 (jsc#PED-12706)
* appliance: Remove zfs-fuse
  * Various updates to common submodule
  * ocaml-dep.sh.in: Remove mlgettext subdirectory
  * New API: Replace btrfs-fsck with btrfs-scrub-full
  * daemon: Implement e2fsck -n flag (as FORCENO option)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=614
2025-05-21 11:44:43 +00:00
Charles Arnold
27ee9ae7da - Update to version 1.55.11 (jsc#PED-12706)
* daemon/fstrim.c: Run the fstrim command twice
  * lib/create.c: Fix check after BLKDISCARD
  * daemon: inspect: Remove duplicate root mountpoints in /etc/fstab

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=613
2025-05-13 20:14:14 +00:00
Charles Arnold
3bad82db8a - Use FUSE3 starting with suse_version 1600 (aka CODE16): Release
CODE16 from the beginning without relying on FUSE 2.
- Do not add the patch conditionally to the .src.rpm, but only
  apply the patch conditionally: allows to reuse src.rpm across
  codestreams.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=611
2025-05-13 12:00:21 +00:00
Charles Arnold
1bd2fe83ce Only use fuse3 on Tumbleweed. Everything else stays with fuse2.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=610
2025-05-03 03:49:45 +00:00
Charles Arnold
f452a0d2d0 - bsc#1242082 - libguestfs: migration to fuse 3 and deprecation of
fuse (1)
  use-fuse3-for-build.patch
- Update to version 1.55.10 (jsc#PED-8910)
  * mltools: decouple and simplify osinfo device support checks
  * mlcustomize: disable `--inject-virtio-win osinfo`
  * mltools: Fix de-oUnit-ized tests
  * mltools: Unreference various objects
  * Revert "mltools: Unreference various objects"
  * generator: Implement struct FDevice type
  * mltools: Fix memory leak in OCaml binding of libosinfo
  * mlstdutils: Implement String.implode
  * daemon: Rewrite {pvs,vgs,lvs}-full APIs in OCaml
  * daemon: inspect: Resolve Ubuntu 22+ /dev/disk/by-id/dm-uuid-LVM-... in fstab
  * Various build improvements
  * daemon/fstrim.c: Issue sync_disks after fstri

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=609
2025-05-01 21:08:28 +00:00
Charles Arnold
c1a9aec891 - Update to version 1.55.8 (jsc#PED-8910)
* Various build improvements
  * Updated transations for several languages
  * lib/launch-libvirt.c: Remove fallback <emulator> for Arm

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=606
2025-04-03 21:06:51 +00:00
Charles Arnold
e46c28a791 Minor spec file adjustment to exclude sysconfig-netconfig from sle16 and newer
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=605
2025-04-03 17:44:32 +00:00
Charles Arnold
6991ca6534 - libguestfs-appliance: drop incorrect requireson libpcre1,
package was converted to pcre2 by 1.44.2

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=603
2025-03-28 17:33:05 +00:00
Charles Arnold
0fea3077b4 - Update to version 1.55.7 (jsc#PED-8910)
* libguestfs: Rust binding build error and warning fixes
  * support TencentOS
  * lib: Print kernel utsname in debug output
  * daemon: Fix loongarch64 detection on RHEL 9

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=601
2025-03-12 19:39:20 +00:00
Charles Arnold
41c77c009d - Update to version 1.55.6 (jsc#PED-8910)
* ruby: Make sure all object files are cleaned up
  * daemon: New command_out and sh_out APIs

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=599
2025-02-19 17:10:15 +00:00
Charles Arnold
2448324b14 - Update to version 1.55.5 (jsc#PED-8910)
* appliance: add dhcpcd support on Debian
  * appliance: add support for sfdisk on Debian
  * mlcustomize, mltools: Replace $TEST_FUNCTIONS

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=598
2025-02-18 16:32:05 +00:00
Charles Arnold
18be8cef5d - Update to version 1.55.4 (jsc#PED-8910)
* appliance/init: Fix /usr/sbin symlinks in Fedora 42+
  * Various translation updates

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=597
2025-02-12 22:37:12 +00:00
Charles Arnold
6b1a92da93 - Update to version 1.55.3 (jsc#PED-8910)
* build: Move baseline OCaml to 4.08
  * Various translation updates

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=595
2025-01-30 17:35:34 +00:00
Charles Arnold
408f9bde68 - Update to version 1.55.2 (jsc#PED-8910)
* lib/inspect-osinfo.c: Add Windows Server 2025 osinfo
  * appliance: Use stable owner, group and mtime in appliance
    tarballs
  * mltools: Replace jansson with json-c
  * lib/info.c: Replace jansson with json-c
  * lib/qemu.c: Replace jansson with json-c
  * lib: direct: Remove test for qemu mandatory locking
  * Various language translations
  * Fix dhcpcd failing on systemd-resolved stub
  * mlcustomize: Add heuristic support for Windows Server 2025
  * mlcustomize/customize_run.ml: Move 'in' to new line
  * mlstdutils/guestfs_config: Define host_os
  * mlcustomize, mltools: Check guest OS is compatible before
    allowing --run
  * generator: Remove common/mlv2v/uefi.ml{,i} files
  * qemuopts: Add ability to add raw, unquoted output to qemu
    scripts
  * qemuopts: Fix missing break statement
  * mlstdutils: Remove Option module
  * Remove test for caml_alloc_initialized_string
  * build: Move baseline OCaml to 4.08

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=593
2025-01-03 22:42:14 +00:00
Charles Arnold
013b3b8907 - Update to version 1.54.0 (jsc#PED-8910)
* Add detection of Circle Linux (Bella Zhang).
  * Add support for LoongArch (liuxiang).
  * Add detection of Kylin (grass-lu).
  * Add detection of openEuler (Wang Guoquan).
  * PARTUUID and PARTLABEL are now resolved in guest /etc/fstab.
  * New APIs findfs_partuuid and findfs_partlabel. These can be
    used to efficiently look up a filesystem by its GPT partition
    UUID or label.
  * Support for the following inactive or infrequently used device
    types has been removed: Gluster, Sheepdog, TFTP.
  * Add GOST R34.11-94 message digest algorithm to checksum APIs
    (Alexey Shabalin).
  * Allow nbd+unix:// URIs (NBD over Unix domain socket) in
    guestfish and other places.
  * Various part_* (partition) APIs related to GPT have been
    reimplemented to use util-linux sfdisk instead of sgdisk.
    Util-linux is more widely available, so this reduces
    dependencies in the common case. One optional API remains that
    still uses sgdisk. (Thanks Yongkui Guo).
  * Add cipher suboption to cryptsetup_open (Jonatan Pålsson).
  * Because of a bug, the part_get_gpt_attributes API could
    truncate the return value from 64 to 32 bits. This has been
    fixed.
  * Libguestfs will now no longer recommend using
    LIBGUESTFS_BACKEND=direct. This was shown previously when
    libvirt failed to start the appliance. However it is felt that
    this now does more harm than good.
  * Fix generation of virt-customize --chown parameter (Yongkui Guo)
  * In the appliance, reduce boot time when dhcp isn't needed

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=589
2024-10-10 13:30:33 +00:00
Charles Arnold
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 script

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=587
2024-08-29 21:11:54 +00:00
Charles Arnold
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 derivative

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=585
2024-07-16 19:35:58 +00:00
Charles Arnold
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.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=583
2024-05-16 19:10:32 +00:00
Charles Arnold
da05580ae1 zerofree is not in SLE. Set recommends to zerofree and ntfsprogs
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=580
2024-05-08 17:04:13 +00:00
Charles Arnold
00d3a39ea2 Revert last commit
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=579
2024-05-08 15:19:42 +00:00
Charles Arnold
3c77c8029d Add Recommends: ntfsprogs for libguestfs-appliance
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=578
2024-05-08 15:03:11 +00:00
Charles Arnold
43ae3aae8c Require ntfsprogs for libguestfs-winsupport
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=576
2024-05-07 21:00:57 +00:00
Charles Arnold
c58b6f1a98 - Switch Recommends to Requires for several packages in the
libguestfs-appliance which is where the tools from these
  packages are used. (bsc#1223444)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=575
2024-05-07 16:32:24 +00:00
Charles Arnold
e5c65d4b51 - Require ntfs-3g for libguestfs-winsupport
libguestfs.spec

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=573
2024-04-15 19:12:58 +00:00
Charles Arnold
6bb32fff80 - Upstream bug fixes
Initialise-bar-fp-as-NULL.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=571
2024-03-29 19:13:46 +00:00
Charles Arnold
768d2e7c5e - Fix command line argument parsing with upstream commit
Split-chown-parameter-on-character.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=570
2024-03-28 19:18:42 +00:00
Charles Arnold
b13d3ce30c - bsc#1206361 - SLES 15 SP5 Beta2 - virt-customize ssh-inject fails
(s390x/kvm/libvirt) (-> Server-Applications module)
  use-rtc-driftfix-slew-for-x86-only.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=568
2024-02-06 17:46:24 +00:00
Charles Arnold
a47ed8d595 Accepting request 1143191 from home:dimstar:Factory
- BuildRequire pkgconfig(libzstd) additionaly to zstd: we need the
  devel package. In the past, it was pulled in by indirect deps.

OBS-URL: https://build.opensuse.org/request/show/1143191
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=566
2024-02-01 14:44:32 +00:00
Charles Arnold
241b3992e9 - Copy sorted packagelist to packages during supermin appliance
setup. (bsc#1215586)
  libguestfs.spec

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=564
2024-01-11 22:57:43 +00:00
Charles Arnold
b74122fd84 Add -p flag to mkdir in case re-using sandbox.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=563
2024-01-09 23:04:21 +00:00
Charles Arnold
2f9c3e0503 - Update to version 1.52.0 (jsc#PED-6305)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=561
2024-01-08 15:51:35 +00:00
Charles Arnold
b051018cfa Accepting request 1133981 from home:bmwiedemann:branches:Virtualization
Provide a tar-wrapper that creates bit-reproducible output (boo#1218191)

Note: needs testing that everything still works as expected.

OBS-URL: https://build.opensuse.org/request/show/1133981
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=560
2024-01-08 15:49:08 +00:00
Charles Arnold
ca7e74e313 Accepting request 1133020 from home:olh:branches:Virtualization
- Use ocaml-rpm-macros to track OCaml ABI
- Remove unused perl_gen_filelist

sync changes file from SLE15

OBS-URL: https://build.opensuse.org/request/show/1133020
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=559
2024-01-08 15:18:16 +00:00
Charles Arnold
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.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=557
2024-01-04 20:17:55 +00:00
Charles Arnold
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 finalizer

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=556
2024-01-02 18:40:23 +00:00
Charles Arnold
ab781585c3 - Update to version 1.51.9
* Include <libxml/parser.h> for xmlReadMemory
  * Language translations

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=554
2023-12-11 20:22:52 +00:00
Charles Arnold
2e48e27d85 Accepting request 1130767 from home:olh:branches:Virtualization
- Require OCaml 4.07+

OBS-URL: https://build.opensuse.org/request/show/1130767
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=552
2023-12-04 15:47:55 +00:00
Charles Arnold
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.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=551
2023-11-28 20:05:28 +00:00
Charles Arnold
791af902b9 - bsc#1215543 - guestfs regression: file: Use -S option with -z
Omit-file--S-option-on-older-distros-that-lack-support.patch
- bsc#1215586 - guestfs regression: non functional network due to
  missing sysconfig-netconfig
  libguestfs.spec

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=547
2023-09-25 21:01:06 +00:00
Charles Arnold
01fa11bbb8 - bsc#1212972 - cannot find any suitable libguestfs supermin
libguestfs.spec

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=545
2023-07-05 17:39:02 +00:00
Charles Arnold
f7ba4a0966 Accepting request 1074597 from home:marxin:branches:Virtualization
- Enable LTO as it works fine now (use FAT lto objects for static libs).

OBS-URL: https://build.opensuse.org/request/show/1074597
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=543
2023-03-30 18:23:56 +00:00
Charles Arnold
9993a917e4 Accepting request 1071979 from home:vulyanov:branches:Virtualization
- Configure with --enable-appliance-format-auto to allow
  qcow2-format fixed appliances.

KubeVirt libguestfs-tools container now expects the appliance rootfs
to be in qcow2 format instead of raw.

OBS-URL: https://build.opensuse.org/request/show/1071979
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=541
2023-03-15 10:25:05 +00:00
Charles Arnold
855831c048 - Update to version 1.50.1
* This is a bug fix release. No upstream changelog.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=539
2023-02-22 20:24:18 +00:00
Charles Arnold
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 changes

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=537
2023-02-09 22:19:33 +00:00
Charles Arnold
bf2825a32c Include jsc in comment
* jsc#PED-2113

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=535
2023-01-30 21:44:05 +00:00