- 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
This commit is contained in:
parent
b58ba02c0b
commit
1a5115b88e
@ -1,20 +0,0 @@
|
|||||||
Subject: Initialise bar->fp as NULL
|
|
||||||
From: Ben Brown ben.brown@softiron.com Thu Mar 28 12:35:28 2024 +0000
|
|
||||||
Date: Thu Mar 28 12:53:52 2024 +0000:
|
|
||||||
Git: 0330ebe40cb645df311bab25888c5ca6cc179efe
|
|
||||||
|
|
||||||
Reviewed-by: Richard W.M. Jones <rjones@redhat.com>
|
|
||||||
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2272045
|
|
||||||
|
|
||||||
diff --git a/common/progress/progress.c b/common/progress/progress.c
|
|
||||||
index e4b3066..5848abd 100644
|
|
||||||
--- a/common/progress/progress.c
|
|
||||||
+++ b/common/progress/progress.c
|
|
||||||
@@ -123,6 +123,7 @@ progress_bar_init (unsigned flags)
|
|
||||||
bar->machine_readable = 1;
|
|
||||||
bar->utf8_mode = 0;
|
|
||||||
bar->have_terminfo = 0;
|
|
||||||
+ bar->fp = NULL;
|
|
||||||
} else {
|
|
||||||
bar->machine_readable = 0;
|
|
||||||
|
|
@ -1,24 +0,0 @@
|
|||||||
Subject: generator/customize.ml: Split --chown parameter on ':' character
|
|
||||||
From: Richard W.M. Jones rjones@redhat.com Fri Jan 19 13:18:00 2024 +0000
|
|
||||||
Date: Fri Jan 19 13:24:37 2024 +0000:
|
|
||||||
Git: e9a728bb22dfa1de5328fbbe7d6d7acad2dbed64
|
|
||||||
|
|
||||||
The previous code split it on ',' which was completely wrong.
|
|
||||||
(It reveals the lack of testing however).
|
|
||||||
|
|
||||||
Fixes: commit c08032ebe2763f5e9ce5b14e003721475219d390
|
|
||||||
Reported-by: Yongkui Guo
|
|
||||||
|
|
||||||
diff --git a/generator/customize.ml b/generator/customize.ml
|
|
||||||
index e64b45c0d..e2c4b6051 100644
|
|
||||||
--- a/generator/customize.ml
|
|
||||||
+++ b/generator/customize.ml
|
|
||||||
@@ -775,7 +775,7 @@ let rec argspec () =
|
|
||||||
let len = String.length arg in
|
|
||||||
String.sub arg 0 i, String.sub arg (i+1) (len-(i+1))
|
|
||||||
and split_string_triplet option_name arg =
|
|
||||||
- match String.nsplit ~max:3 \",\" arg with
|
|
||||||
+ match String.nsplit ~max:3 \":\" arg with
|
|
||||||
| [a; b; c] -> a, b, c
|
|
||||||
| _ ->
|
|
||||||
error (f_\"invalid format for '--%%s' parameter, see the man page\")
|
|
BIN
libguestfs-1.52.0.tar.gz
(Stored with Git LFS)
BIN
libguestfs-1.52.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,17 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQJFBAABCAAvFiEE93dPsa0HSn6Mh2fqkXOPc+G3aKAFAmWW64MRHHJpY2hAYW5u
|
|
||||||
ZXhpYS5vcmcACgkQkXOPc+G3aKDVHw//UIr27iA6WpJy0KyLOSmcdyrtYbnnySwP
|
|
||||||
GH7ho8tpggDjXjSYyuUSjeqhCluMSy6XGYxYmZKNx8gyvydCfX7oflr6Lldti6tk
|
|
||||||
9vARyrIg85knFH4VgxZfVpN7FUava3qbVSW5EH4T539+rKi7r8M6bgyPzeeOCd0w
|
|
||||||
8jzeLy0VPz9XMCBMQ0HRbtX6EjttblNSgD7NnjhqQt274UJW6bdrzXvTHw/uyr0p
|
|
||||||
+Qbzas8qaUye5E1L6jqlH+5fHoF0R481PDq6XS8CvGWGD+/7MMTuRUDYa69ia9Du
|
|
||||||
pbD5XjTWU1ELGiS/nah3HWcprKzpw7MJmqqOKCnQedxPyeNbJQ5XfRc0R6HRkxil
|
|
||||||
yHq8hU2eidWz+/zLvV69vL1jXoUddYdv0YpIFqTtyAAFYvzfc6GgcJ/wcAr8DdOl
|
|
||||||
/ULMxf+AH0Lm7Pygj6R/cdbd0OvmDCi3LoN2oyMVMvVAhsx0UMcGfPdHony7FUYS
|
|
||||||
u23k6fJ7B3ksL6TtWJyjSbzW7v3I7LcfI8SShprR728VppYjyryEkxB+4H/DsWe7
|
|
||||||
eTMqnOddoteuBAapUoXZnOdfbMLkZib+2Kel7DnezLCiAnWXXALRWUreyrasr0vT
|
|
||||||
r1bZwJKjJH1atbKO+6taKkcATVoieRUxJkBDDdSOlpE3zuLL8btMgU6KerWLl1Yu
|
|
||||||
YRiSNBCEfjM=
|
|
||||||
=4eIl
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libguestfs-1.52.1.tar.gz
Normal file
3
libguestfs-1.52.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc906e0b0dfcceb434e382d63071c3a66a787ee4b33301cf3a96be8e00ff57db
|
||||||
|
size 19062613
|
17
libguestfs-1.52.1.tar.gz.sig
Normal file
17
libguestfs-1.52.1.tar.gz.sig
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQJFBAABCAAvFiEE93dPsa0HSn6Mh2fqkXOPc+G3aKAFAmZCG5sRHHJpY2hAYW5u
|
||||||
|
ZXhpYS5vcmcACgkQkXOPc+G3aKD4Tw/+MDRiFsfE5i1/3T6LubEr2Hye4s4sMJ9/
|
||||||
|
BZr1dSzPI3HW5V9D3Cx+D7hf+7qyIMg2KP2Ow/01usKoLp9Ow8NUj5H0CePxvEhL
|
||||||
|
uDrtx/nlfEZRqHIzfKdPVixMddLcli4j8K7w0dQW3cn+H70szAv8Pqv2JjJeMH2r
|
||||||
|
SFzOvw4AujW876LlEzYo6cKHwPMtX3lBKBo0HDECnopDgEc64iTT/yunTR2y0qEn
|
||||||
|
ARJ6nY0q6cTyT06KQd2PTDgTlAlMOCLLksqLtxbwhkNtS1EYcDboM7bkZQHF2c6P
|
||||||
|
2OVmMV9oUZSBGFoAHMLZEjCTeiDrFGELQzK5Qn7f6jw643sn3pT8oMCRBWOJ93rI
|
||||||
|
DEpEFzlI7il0OB+c+0LzJWDxXi+FiPT6cFIMoVSE4YoBLkn0mJ5HAerYzpftwtT3
|
||||||
|
PXZ++dzqZThvCuSB3Tt/w8fVo55qTLV1zs7g61Gv7Q18BvxiYYWvGPLvVHeH7dLz
|
||||||
|
wNky5w36VSFj1gMUXqBoXcGJE0T74z3ze4Ohh4Exy156pDX5WaTUQkf2uvqn9QiA
|
||||||
|
6kvcJE8ykivFrOKXlbLLwmb/Lzx6jZoGqWok7pZZfNDLecL6/0fQ79e7gZvOgvUs
|
||||||
|
+rHgvVLTS9SUSk84wt86IkwfPHZ13w/y1tjYneYlWLQ6Qvsd8FURjlkyR6XHBKDD
|
||||||
|
i2zY0ZD5SfM=
|
||||||
|
=4/dV
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 16 13:02:34 MDT 2024 - carnold@suse.com
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 8 12:42:02 MDT 2024 - carnold@suse.com
|
Wed May 8 12:42:02 MDT 2024 - carnold@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
ExclusiveArch: x86_64 ppc64 ppc64le s390x aarch64 riscv64
|
ExclusiveArch: x86_64 ppc64 ppc64le s390x aarch64 riscv64
|
||||||
Version: 1.52.0
|
Version: 1.52.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Access and modify virtual machine disk images
|
Summary: Access and modify virtual machine disk images
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -33,8 +33,6 @@ Source101: README
|
|||||||
|
|
||||||
# Patches
|
# Patches
|
||||||
Patch1: use-rtc-driftfix-slew-for-x86-only.patch
|
Patch1: use-rtc-driftfix-slew-for-x86-only.patch
|
||||||
Patch2: Split-chown-parameter-on-character.patch
|
|
||||||
Patch3: Initialise-bar-fp-as-NULL.patch
|
|
||||||
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: file-devel
|
BuildRequires: file-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user