forked from pool/libguestfs
- 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. OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=468
This commit is contained in:
parent
f61506fba1
commit
681c070c87
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ec7b44a4c50e928583c56099da31ceb9680766043bd7d468f3ca7b741c55d21
|
||||
size 23469286
|
3
libguestfs-1.44.1.tar.gz
Normal file
3
libguestfs-1.44.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72b7dcdd32da1c17c932cf5a0a70b3bd68bc93e94828ad66a539f2e616adb025
|
||||
size 23798268
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 13 13:13:13 UTC 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 9 09:09:09 UTC 2021 - ohering@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# needsbinariesforbuild
|
||||
|
||||
|
||||
Version: 1.44.0
|
||||
Version: 1.44.1
|
||||
Release: 0
|
||||
%{ocaml_preserve_bytecode}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user