Compare commits
1 Commits
1808f8096f
...
a4b73d40a9
Author | SHA256 | Date | |
---|---|---|---|
a4b73d40a9 |
@@ -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,22 +0,0 @@
|
|||||||
Subject: mlcustomize: Update virt-customize generated files
|
|
||||||
From: Richard W.M. Jones rjones@redhat.com Fri Jan 19 13:23:43 2024 +0000
|
|
||||||
Date: Fri Jan 19 13:24:24 2024 +0000:
|
|
||||||
Git: 54869c9875318db5e7b7c07be1b17931fbc17895
|
|
||||||
|
|
||||||
Modified by this patch to libguestfs:
|
|
||||||
|
|
||||||
generator/customize.ml: Split --chown parameter on ':' character
|
|
||||||
|
|
||||||
diff --git a/common/mlcustomize/customize_cmdline.ml b/common/mlcustomize/customize_cmdline.ml
|
|
||||||
index 245d996..48ee334 100644
|
|
||||||
--- a/common/mlcustomize/customize_cmdline.ml
|
|
||||||
+++ b/common/mlcustomize/customize_cmdline.ml
|
|
||||||
@@ -157,7 +157,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
guestfs-tools-1.52.0.tar.gz
(Stored with Git LFS)
BIN
guestfs-tools-1.52.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,17 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQJFBAABCAAvFiEE93dPsa0HSn6Mh2fqkXOPc+G3aKAFAmWW5i4RHHJpY2hAYW5u
|
|
||||||
ZXhpYS5vcmcACgkQkXOPc+G3aKDk3hAAylVTK1bk/6PQIPAMOohNanAKaHfCVnJX
|
|
||||||
mgrdMV544PnxGOiM56g6e90eYtMeW42RdT8PMQjoTThfmaIQm/U0ah5P6j0eZsJq
|
|
||||||
DSOfUEwjrTZUW7dnWCFNOi07NrMY7dNSZepiICHJJwbGuWMeZHrPVmtMTzF0+K5X
|
|
||||||
sQIa291/xPX/9C81b4TPsCumYyObgpvLu/JgpCe9NLVm4a6WBdieutN2UCsyJ/PG
|
|
||||||
bMNQdr+96ihryPxul6CZOWAGaeSgXYlfbUVDwxINt7GGfYQhloHPRdUGVB3OdziJ
|
|
||||||
ImzLBc7XGNpzRXqgGEFPnhzwBU5esfUJYAiqU8Kot1VciPSA+4/cxXkrHdsFdk2+
|
|
||||||
mA7oVUOYzfQnjR0aLQlL7+s6dj8u4CeH42jYE5EQ0dnlIwkgA2FWJvPUBDAPICHH
|
|
||||||
ezR8P3hRaCL//c2/cT0+eYvUruEIKzbi0DJdwKbADdycRyQrOG5xAHNozgg/lAcJ
|
|
||||||
en6yAaiUzSK756+w8OibAH7Tgg82vblo8QIaH1vq7M6UH6gkmwXvtlA0acTspZq/
|
|
||||||
qBlUNMK8LQXDxhtCBefVIWFRE0UWV0chF3ft1mVFFAtSqItVXuDXzjjWv4SeEnTa
|
|
||||||
3kR21JdZnlhOH6sCKrPYzLHpumK3lx73+b/QaalKzi0T+L239OABkFDnbjsGXFME
|
|
||||||
1T6tNM3tjBw=
|
|
||||||
=iN8L
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
guestfs-tools-1.53.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
guestfs-tools-1.53.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
17
guestfs-tools-1.53.3.tar.gz.sig
Normal file
17
guestfs-tools-1.53.3.tar.gz.sig
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQJFBAABCAAvFiEE93dPsa0HSn6Mh2fqkXOPc+G3aKAFAmbEeHQRHHJpY2hAYW5u
|
||||||
|
ZXhpYS5vcmcACgkQkXOPc+G3aKBXkBAAocT+LU2lCMfG2yuWemJiioihNF9nqB8j
|
||||||
|
mqLxsKUk/lBCevODrcYglU33mCJW70GQBU6XKLktr3YMNbQDBSl+CAInT9qXFKQB
|
||||||
|
BLh6K652Kb7L5TaYsKAIckkhOfu+W7zuODFZ/J1tHSFLewUfGkzbNyWbit6IMu71
|
||||||
|
yYJdUapKryci0xfwdTRCKviDCodygSN4mLWlMyQtZqlX/awuUkGwcPje37RlTJt3
|
||||||
|
ooSEGptfe09QhXxJZP1/iZF+FcU0DAW33XpjR/oGny4hE3AVvTrXLE2wg+pK+E13
|
||||||
|
E15OVS7E+0LtYAGRv1mg6tYRwAx3wgdCrQSypjormaCE849UihhQXD9mKQ3qpzqY
|
||||||
|
9KaB46k5DB2oFBpMvCmEMbRDnHombuh0aFE5Z6FVPC2oY9TEJgq234AMT+g0g0hL
|
||||||
|
/8etCJ8Y7/f8ydzN3zN/FNVFIQ4Mjxqxc/jyV4TqIVjrtRP6w32FXN5vBJav2c5a
|
||||||
|
CZu3PM4G6OhaKXRzTVj45ylnpw6GePONuxB+MY8vs3t6tvhur6dQTUMhe3poagqC
|
||||||
|
D6GKwIx1NMam1/uJifVA2db6iZuhaeNIMX40cBEum1tLRcPlQAPzjP50Cov5e4tg
|
||||||
|
mBHcyfaFaS3x3VEqCW8aaKxdqZxIwsYFjP6WtDrCkYKTW1CwftnC4iCswLNYYq0H
|
||||||
|
vhB3ZCuSEwI=
|
||||||
|
=B/TP
|
||||||
|
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 29 15:15:13 MDT 2024 - carnold@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.53.3 (jsc#PED-8910)
|
||||||
|
* Update common submodule
|
||||||
|
Further refinements to Windows firstboot code.
|
||||||
|
mlcustomize: Add some comments to firstboot batch file
|
||||||
|
mlcustomize: Reboot Windows between each firstboot script
|
||||||
|
mlcustomize: Move virt-customize modules to mlcustomize/
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 6 10:26:14 MDT 2024 - carnold@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.53.2 (jsc#PED-6305)
|
||||||
|
* Implement --inject-blnsvr operation
|
||||||
|
* 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
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 16 12:58:56 MDT 2024 - carnold@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.53.1 (jsc#PED-6305)
|
||||||
|
* Add support for LoongArch.
|
||||||
|
* Suppress false use-after-free warning generated by GCC 14
|
||||||
|
* m4/guestfs-c.m4: Re-add ./configure --enable-werror
|
||||||
|
* make-fs: Use -S option with -z
|
||||||
|
* sysprep: Make clearer that we do not support Windows
|
||||||
|
* Fix bytecode compilation to output whole exe instead of using
|
||||||
|
-custom
|
||||||
|
* options: Allow nbd+unix:// URIs
|
||||||
|
- Drop patches contained in new tarball
|
||||||
|
Update-virt-customize-generated-files.patch
|
||||||
|
Initialise-bar-fp-as-NULL.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 7 14:50:42 MDT 2024 - carnold@suse.com
|
Tue May 7 14:50:42 MDT 2024 - carnold@suse.com
|
||||||
|
|
||||||
|
@@ -20,7 +20,8 @@
|
|||||||
%global patches_touch_autotools 1
|
%global patches_touch_autotools 1
|
||||||
|
|
||||||
# The source directory.
|
# The source directory.
|
||||||
%global source_directory 1.52-stable
|
#%global source_directory 1.52-stable
|
||||||
|
%global source_directory 1.53-development
|
||||||
|
|
||||||
#
|
#
|
||||||
%define guestfs_docdir %{_defaultdocdir}/%{name}
|
%define guestfs_docdir %{_defaultdocdir}/%{name}
|
||||||
@@ -30,7 +31,7 @@
|
|||||||
|
|
||||||
Summary: Tools to access and modify virtual machine disk images
|
Summary: Tools to access and modify virtual machine disk images
|
||||||
Name: guestfs-tools
|
Name: guestfs-tools
|
||||||
Version: 1.52.0
|
Version: 1.53.3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
|
||||||
@@ -42,9 +43,6 @@ URL: http://libguestfs.org/
|
|||||||
Source0: http://download.libguestfs.org/guestfs-tools/%{source_directory}/%{name}-%{version}.tar.gz
|
Source0: http://download.libguestfs.org/guestfs-tools/%{source_directory}/%{name}-%{version}.tar.gz
|
||||||
Source1: http://download.libguestfs.org/guestfs-tools/%{source_directory}/%{name}-%{version}.tar.gz.sig
|
Source1: http://download.libguestfs.org/guestfs-tools/%{source_directory}/%{name}-%{version}.tar.gz.sig
|
||||||
|
|
||||||
Patch1: Update-virt-customize-generated-files.patch
|
|
||||||
Patch2: Initialise-bar-fp-as-NULL.patch
|
|
||||||
|
|
||||||
%if 0%{patches_touch_autotools}
|
%if 0%{patches_touch_autotools}
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
Reference in New Issue
Block a user