From: Hilko Bengen Date: Fri, 27 May 2022 11:49:35 +0000 (+0200) Subject: New upstream version 1.48.2 X-Git-Tag: archive/raspbian/1.52.3-1+rpi1^2^2^2^2~6^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f4ddbd7b4d0824929cf05177533e9f788de9a072;p=guestfs-tools.git New upstream version 1.48.2 --- diff --git a/builder/templates/fedora-36.index-fragment b/builder/templates/fedora-36.index-fragment new file mode 100644 index 0000000..a41b0a7 --- /dev/null +++ b/builder/templates/fedora-36.index-fragment @@ -0,0 +1,22 @@ +[fedora-36] +name=Fedora® 36 Server +osinfo=fedora36 +arch=x86_64 +file=fedora-36.xz +checksum[sha512]=1fedc13bb1c9d0272d9c67e279a5bbfef745b96ff5fbd2e90a5d27826e3164168884d70db9fc2f53a29df004081f12b825236707987cd9323c45011ca1f53973 +format=raw +size=6442450944 +compressed_size=681190812 +expand=/dev/sda3 +notes=Fedora® 36 Server + + This Fedora image contains only unmodified @Core group packages. + + Fedora and the Infinity design logo are trademarks of Red Hat, Inc. + Source and further information is available from http://fedoraproject.org/ + + This template was generated by a script in the libguestfs source tree: + builder/templates/make-template.ml + Associated files used to prepare this template can be found in the + same directory. + diff --git a/builder/templates/fedora-36.ks b/builder/templates/fedora-36.ks new file mode 100644 index 0000000..ef0b205 --- /dev/null +++ b/builder/templates/fedora-36.ks @@ -0,0 +1,47 @@ +# Kickstart file for fedora-36 +# Generated by libguestfs.git/builder/templates/make-template.ml + +text +reboot +lang en_US.UTF-8 +keyboard us +network --bootproto dhcp +rootpw builder +firewall --enabled --ssh +timezone --utc America/New_York +selinux --enforcing + +bootloader --location=mbr --append="console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH" + + +zerombr +clearpart --all --initlabel --disklabel=gpt +autopart --type=plain + +# Halt the system once configuration has finished. +poweroff + +%packages +@core +%end + +%post +# Ensure the installation is up-to-date. +dnf -y --best upgrade +# This required otherwise the kernel will not be bootable, see +# https://bugzilla.redhat.com/show_bug.cgi?id=1911177 +# https://bugzilla.redhat.com/show_bug.cgi?id=1945835#c24 +grub2-mkconfig -o '/etc/grub2.cfg' +# Enable Xen domU support. +pushd /etc/dracut.conf.d +echo 'add_drivers+=" xen:vbd xen:vif "' > virt-builder-xen-drivers.conf +popd +# To make dracut config changes permanent, we need to rerun dracut. +# Rerun dracut for the installed kernel (not the running kernel). +# See commit 0fa52e4e45d80874bc5ea5f112f74be1d3f3472f and +# https://www.redhat.com/archives/libguestfs/2014-June/thread.html#00045 +KERNEL_VERSION="$(rpm -q kernel --qf '%{version}-%{release}.%{arch}\n' | sort -V | tail -1)" +dracut -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION +%end + +# EOF diff --git a/builder/templates/fedora-36.virt-install-cmd b/builder/templates/fedora-36.virt-install-cmd new file mode 100644 index 0000000..63ca969 --- /dev/null +++ b/builder/templates/fedora-36.virt-install-cmd @@ -0,0 +1,20 @@ +# This is the virt-install command which was used to create +# the virt-builder template 'fedora-36' +# NB: This file is generated for documentation purposes ONLY! +# This script was never run, and is not intended to be run. + +'virt-install' \ + '--transient' \ + '--name=tmp-xg0sk0a5' \ + '--ram=4096' \ + '--arch=x86_64' \ + '--cpu=host' \ + '--vcpus=4' \ + '--os-variant=fedora34' \ + '--initrd-inject=fedora-36.ks' \ + '--extra-args=inst.ks=file:/fedora-36.ks console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH' \ + '--disk=/home/rjones/d/guestfs-tools/builder/templates/tmp-xg0sk0a5.img,size=6,format=raw' \ + '--location=https://lon.mirror.rackspace.com/fedora/releases/36/Server/x86_64/os/' \ + '--serial=pty' \ + '--nographics' + diff --git a/builder/templates/make-template.ml b/builder/templates/make-template.ml index d873494..6786fec 100755 --- a/builder/templates/make-template.ml +++ b/builder/templates/make-template.ml @@ -895,16 +895,16 @@ and make_boot_media os arch = (* Fedora primary architectures. *) | Fedora ver, Armv7 -> - Location (sprintf "https://mirror.bytemark.co.uk/fedora/linux/releases/%d/Server/armhfp/os/" ver) + Location (sprintf "https://lon.mirror.rackspace.com/fedora/releases/%d/Server/armhfp/os/" ver) | Fedora ver, X86_64 when ver < 21 -> - Location (sprintf "https://mirror.bytemark.co.uk/fedora/linux/releases/%d/Fedora/x86_64/os/" ver) + Location (sprintf "https://lon.mirror.rackspace.com/fedora/releases/releases/%d/Fedora/x86_64/os/" ver) | Fedora ver, X86_64 -> - Location (sprintf "https://mirror.bytemark.co.uk/fedora/linux/releases/%d/Server/x86_64/os/" ver) + Location (sprintf "https://lon.mirror.rackspace.com/fedora/releases/%d/Server/x86_64/os/" ver) | Fedora ver, Aarch64 -> - Location (sprintf "https://mirror.bytemark.co.uk/fedora/linux/releases/%d/Server/aarch64/os/" ver) + Location (sprintf "https://lon.mirror.rackspace.com/fedora/releases/%d/Server/aarch64/os/" ver) (* Fedora secondary architectures. * By using dl.fedoraproject.org we avoid randomly using mirrors @@ -958,6 +958,9 @@ and make_boot_media os arch = | RHEL (8, minor), arch -> Location (sprintf "http://download.eng.bos.redhat.com/released/rhel-6-7-8/rhel-8/RHEL-8/8.%d.0/BaseOS/%s/os" minor (string_of_arch arch)) + | RHEL (9, minor), arch -> + Location (sprintf "http://download.eng.bos.redhat.com/released/rhel-9/RHEL-9/9.%d.0/BaseOS/%s/os" minor (string_of_arch arch)) + | Ubuntu (_, dist), X86_64 -> Location (sprintf "http://archive.ubuntu.com/ubuntu/dists/%s/main/installer-amd64" dist) @@ -1215,13 +1218,13 @@ and os_variant_of_os ?(for_fedora = false) os arch = | Alma (major, _), _ -> sprintf "almalinux%d" major - | CentOS (8, _), _ -> "rhel8.0" (* temporary until osinfo updated *) + | CentOS (8, _), _ -> "rhel8.5" (* max version known in Fedora 36 *) | CentOS (major, minor), _ when (major, minor) <= (7,0) -> sprintf "centos%d.%d" major minor | CentOS _, _ -> "centos7.0" (* max version known in Fedora 31 *) - | CentOSStream 8, _ -> "rhel8.0" (* temporary until osinfo updated *) - | CentOSStream _, _ -> "rhel8.0" (* min known version is 8 *) + | CentOSStream 8, _ -> "rhel8.5" (* max version known in Fedora 36 *) + | CentOSStream _, _ -> "rhel8.5" (* max version known in Fedora 36 *) | RHEL (6, minor), _ when minor <= 8 -> sprintf "rhel6.%d" minor @@ -1229,7 +1232,7 @@ and os_variant_of_os ?(for_fedora = false) os arch = | RHEL (7, minor), _ when minor <= 4 -> sprintf "rhel7.%d" minor | RHEL (7, _), _ -> "rhel7.5" (* max version known in Fedora 29 *) - | RHEL (8, _), _ -> "rhel8.0" (* temporary until osinfo updated *) + | RHEL (8, _), _ -> "rhel8.5" (* max version known in Fedora 36 *) | RHEL (major, minor), _ -> sprintf "rhel%d.%d" major minor @@ -1295,7 +1298,7 @@ and make_rhel_yum_conf major minor arch = let buf = Buffer.create 4096 in let bpf fs = bprintf buf fs in - if major <= 8 then ( + if major <= 9 then ( let baseurl, srpms, optional = match major, arch with | 5, (I686|X86_64) -> @@ -1334,7 +1337,7 @@ and make_rhel_yum_conf major minor arch = Some ("Optional", sprintf "%s/Server-optional/%s/os" topurl (string_of_arch arch), sprintf "%s/Server-optional/source/tree" topurl) - | 8, arch -> + | (8|9), arch -> let topurl = sprintf "http://download.devel.redhat.com/released/RHEL-%d/%d.%d.0" major major minor in @@ -1386,7 +1389,7 @@ keepcache=0 major lc_name major lc_name optionalsrpms ) ) else ( - assert false (* not implemented for RHEL major >= 9 *) + assert false (* not implemented for RHEL major >= 10 *) ); Buffer.contents buf diff --git a/builder/templates/rhel-8.6.ks b/builder/templates/rhel-8.6.ks new file mode 100644 index 0000000..b7143ee --- /dev/null +++ b/builder/templates/rhel-8.6.ks @@ -0,0 +1,29 @@ +# Kickstart file for rhel-8.6 +# Generated by libguestfs.git/builder/templates/make-template.ml + +install +text +reboot +lang en_US.UTF-8 +keyboard us +network --bootproto dhcp +rootpw builder +firewall --enabled --ssh +timezone --utc America/New_York +selinux --enforcing + +bootloader --location=mbr --append="console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH" + + +zerombr +clearpart --all --initlabel --disklabel=gpt +autopart --type=plain + +# Halt the system once configuration has finished. +poweroff + +%packages +@core +%end + +# EOF diff --git a/builder/templates/rhel-8.6.virt-install-cmd b/builder/templates/rhel-8.6.virt-install-cmd new file mode 100644 index 0000000..5814640 --- /dev/null +++ b/builder/templates/rhel-8.6.virt-install-cmd @@ -0,0 +1,20 @@ +# This is the virt-install command which was used to create +# the virt-builder template 'rhel-8.6' +# NB: This file is generated for documentation purposes ONLY! +# This script was never run, and is not intended to be run. + +'virt-install' \ + '--transient' \ + '--name=tmp-jg0349zq' \ + '--ram=4096' \ + '--arch=x86_64' \ + '--cpu=host' \ + '--vcpus=4' \ + '--os-variant=rhel8.0' \ + '--initrd-inject=rhel-8.6.ks' \ + '--extra-args=ks=file:/rhel-8.6.ks console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH' \ + '--disk=/home/rjones/d/guestfs-tools/builder/templates/tmp-jg0349zq.img,size=6,format=raw' \ + '--location=http://download.eng.bos.redhat.com/released/rhel-6-7-8/rhel-8/RHEL-8/8.6.0/BaseOS/x86_64/os' \ + '--serial=pty' \ + '--nographics' + diff --git a/builder/templates/rhel-9.0.ks b/builder/templates/rhel-9.0.ks new file mode 100644 index 0000000..7ff9e84 --- /dev/null +++ b/builder/templates/rhel-9.0.ks @@ -0,0 +1,28 @@ +# Kickstart file for rhel-9.0 +# Generated by libguestfs.git/builder/templates/make-template.ml + +text +reboot +lang en_US.UTF-8 +keyboard us +network --bootproto dhcp +rootpw builder +firewall --enabled --ssh +timezone --utc America/New_York +selinux --enforcing + +bootloader --location=mbr --append="console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH" + + +zerombr +clearpart --all --initlabel --disklabel=gpt +autopart --type=plain + +# Halt the system once configuration has finished. +poweroff + +%packages +@core +%end + +# EOF diff --git a/builder/templates/rhel-9.0.virt-install-cmd b/builder/templates/rhel-9.0.virt-install-cmd new file mode 100644 index 0000000..81e8c34 --- /dev/null +++ b/builder/templates/rhel-9.0.virt-install-cmd @@ -0,0 +1,20 @@ +# This is the virt-install command which was used to create +# the virt-builder template 'rhel-9.0' +# NB: This file is generated for documentation purposes ONLY! +# This script was never run, and is not intended to be run. + +'virt-install' \ + '--transient' \ + '--name=tmp-vf5ri487' \ + '--ram=4096' \ + '--arch=x86_64' \ + '--cpu=host' \ + '--vcpus=4' \ + '--os-variant=rhel9.0' \ + '--initrd-inject=rhel-9.0.ks' \ + '--extra-args=inst.ks=file:/rhel-9.0.ks console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH' \ + '--disk=/home/rjones/d/guestfs-tools/builder/templates/tmp-vf5ri487.img,size=6,format=raw' \ + '--location=http://download.eng.bos.redhat.com/released/rhel-9/RHEL-9/9.0.0/BaseOS/x86_64/os' \ + '--serial=pty' \ + '--nographics' + diff --git a/configure b/configure index 0acfd0b..1000f89 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for guestfs-tools 1.48.1. +# Generated by GNU Autoconf 2.71 for guestfs-tools 1.48.2. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -618,8 +618,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='guestfs-tools' PACKAGE_TARNAME='guestfs-tools' -PACKAGE_VERSION='1.48.1' -PACKAGE_STRING='guestfs-tools 1.48.1' +PACKAGE_VERSION='1.48.2' +PACKAGE_STRING='guestfs-tools 1.48.2' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1494,7 +1494,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures guestfs-tools 1.48.1 to adapt to many kinds of systems. +\`configure' configures guestfs-tools 1.48.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1565,7 +1565,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of guestfs-tools 1.48.1:";; + short | recursive ) echo "Configuration of guestfs-tools 1.48.2:";; esac cat <<\_ACEOF @@ -1734,7 +1734,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -guestfs-tools configure 1.48.1 +guestfs-tools configure 1.48.2 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2222,7 +2222,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by guestfs-tools $as_me 1.48.1, which was +It was created by guestfs-tools $as_me 1.48.2, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -4800,7 +4800,7 @@ fi # Define the identity of the package. PACKAGE='guestfs-tools' - VERSION='1.48.1' + VERSION='1.48.2' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -21704,7 +21704,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by guestfs-tools $as_me 1.48.1, which was +This file was extended by guestfs-tools $as_me 1.48.2, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21772,7 +21772,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -guestfs-tools config.status 1.48.1 +guestfs-tools config.status 1.48.2 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index b40ceb3..5bd9f9d 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -AC_INIT([guestfs-tools], [1.48.1]) +AC_INIT([guestfs-tools], [1.48.2]) dnl The common/ subdirectory assumes this. In libguestfs it contains dnl the --with-extra parameter. Here we just define it to the version. diff --git a/po-docs/ja/virt-alignment-scan.1 b/po-docs/ja/virt-alignment-scan.1 index e834f63..6e90d20 100644 --- a/po-docs/ja/virt-alignment-scan.1 +++ b/po-docs/ja/virt-alignment-scan.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-alignment-scan 1" -.TH virt-alignment-scan 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-alignment-scan 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-builder.1 b/po-docs/ja/virt-builder.1 index 400aa6c..4e54a66 100644 --- a/po-docs/ja/virt-builder.1 +++ b/po-docs/ja/virt-builder.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-builder 1" -.TH virt-builder 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-builder 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-cat.1 b/po-docs/ja/virt-cat.1 index 3818ce5..52c5468 100644 --- a/po-docs/ja/virt-cat.1 +++ b/po-docs/ja/virt-cat.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-cat 1" -.TH virt-cat 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-cat 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-customize.1 b/po-docs/ja/virt-customize.1 index 0a6bbe9..2419e1f 100644 --- a/po-docs/ja/virt-customize.1 +++ b/po-docs/ja/virt-customize.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-customize 1" -.TH virt-customize 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-customize 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-df.1 b/po-docs/ja/virt-df.1 index cf7dfef..e12e41e 100644 --- a/po-docs/ja/virt-df.1 +++ b/po-docs/ja/virt-df.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-df 1" -.TH virt-df 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-df 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-dib.1 b/po-docs/ja/virt-dib.1 index 9ed8fa5..7dc0d89 100644 --- a/po-docs/ja/virt-dib.1 +++ b/po-docs/ja/virt-dib.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-dib 1" -.TH virt-dib 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-dib 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-diff.1 b/po-docs/ja/virt-diff.1 index b9bafd5..9cb01a1 100644 --- a/po-docs/ja/virt-diff.1 +++ b/po-docs/ja/virt-diff.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-diff 1" -.TH virt-diff 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-diff 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-edit.1 b/po-docs/ja/virt-edit.1 index ab6a753..f65cd9f 100644 --- a/po-docs/ja/virt-edit.1 +++ b/po-docs/ja/virt-edit.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-edit 1" -.TH virt-edit 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-edit 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-filesystems.1 b/po-docs/ja/virt-filesystems.1 index e1714c8..9e9a01f 100644 --- a/po-docs/ja/virt-filesystems.1 +++ b/po-docs/ja/virt-filesystems.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-filesystems 1" -.TH virt-filesystems 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-filesystems 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-format.1 b/po-docs/ja/virt-format.1 index 815f969..3a25455 100644 --- a/po-docs/ja/virt-format.1 +++ b/po-docs/ja/virt-format.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-format 1" -.TH virt-format 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-format 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-get-kernel.1 b/po-docs/ja/virt-get-kernel.1 index 4e5dfa5..a7a3df5 100644 --- a/po-docs/ja/virt-get-kernel.1 +++ b/po-docs/ja/virt-get-kernel.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-get-kernel 1" -.TH virt-get-kernel 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-get-kernel 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-index-validate.1 b/po-docs/ja/virt-index-validate.1 index c8bca98..fe59b32 100644 --- a/po-docs/ja/virt-index-validate.1 +++ b/po-docs/ja/virt-index-validate.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-index-validate 1" -.TH virt-index-validate 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-index-validate 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-inspector.1 b/po-docs/ja/virt-inspector.1 index d1e9a95..2d9a875 100644 --- a/po-docs/ja/virt-inspector.1 +++ b/po-docs/ja/virt-inspector.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-inspector 1" -.TH virt-inspector 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-inspector 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-log.1 b/po-docs/ja/virt-log.1 index d968e23..6b01b62 100644 --- a/po-docs/ja/virt-log.1 +++ b/po-docs/ja/virt-log.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-log 1" -.TH virt-log 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-log 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-ls.1 b/po-docs/ja/virt-ls.1 index 5392943..d8794ad 100644 --- a/po-docs/ja/virt-ls.1 +++ b/po-docs/ja/virt-ls.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-ls 1" -.TH virt-ls 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-ls 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-make-fs.1 b/po-docs/ja/virt-make-fs.1 index f689aef..ce66c9a 100644 --- a/po-docs/ja/virt-make-fs.1 +++ b/po-docs/ja/virt-make-fs.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-make-fs 1" -.TH virt-make-fs 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-make-fs 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-resize.1 b/po-docs/ja/virt-resize.1 index 821d47d..81902cc 100644 --- a/po-docs/ja/virt-resize.1 +++ b/po-docs/ja/virt-resize.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-resize 1" -.TH virt-resize 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-resize 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-sparsify.1 b/po-docs/ja/virt-sparsify.1 index 8a06f2e..22c13f6 100644 --- a/po-docs/ja/virt-sparsify.1 +++ b/po-docs/ja/virt-sparsify.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-sparsify 1" -.TH virt-sparsify 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-sparsify 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-sysprep.1 b/po-docs/ja/virt-sysprep.1 index b94e402..1f3f184 100644 --- a/po-docs/ja/virt-sysprep.1 +++ b/po-docs/ja/virt-sysprep.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-sysprep 1" -.TH virt-sysprep 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-sysprep 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/ja/virt-win-reg.1 b/po-docs/ja/virt-win-reg.1 index 6de6467..8dc07be 100644 --- a/po-docs/ja/virt-win-reg.1 +++ b/po-docs/ja/virt-win-reg.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-win-reg 1" -.TH virt-win-reg 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-win-reg 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-alignment-scan.1 b/po-docs/uk/virt-alignment-scan.1 index 45122dc..f500984 100644 --- a/po-docs/uk/virt-alignment-scan.1 +++ b/po-docs/uk/virt-alignment-scan.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-alignment-scan 1" -.TH virt-alignment-scan 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-alignment-scan 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-builder.1 b/po-docs/uk/virt-builder.1 index 7fc323b..d151194 100644 --- a/po-docs/uk/virt-builder.1 +++ b/po-docs/uk/virt-builder.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-builder 1" -.TH virt-builder 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-builder 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-cat.1 b/po-docs/uk/virt-cat.1 index bc67961..0ffcf97 100644 --- a/po-docs/uk/virt-cat.1 +++ b/po-docs/uk/virt-cat.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-cat 1" -.TH virt-cat 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-cat 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-customize.1 b/po-docs/uk/virt-customize.1 index c48c704..29cd8c3 100644 --- a/po-docs/uk/virt-customize.1 +++ b/po-docs/uk/virt-customize.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-customize 1" -.TH virt-customize 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-customize 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-df.1 b/po-docs/uk/virt-df.1 index 40ae512..e3222a0 100644 --- a/po-docs/uk/virt-df.1 +++ b/po-docs/uk/virt-df.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-df 1" -.TH virt-df 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-df 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-dib.1 b/po-docs/uk/virt-dib.1 index 81bf564..a63a426 100644 --- a/po-docs/uk/virt-dib.1 +++ b/po-docs/uk/virt-dib.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-dib 1" -.TH virt-dib 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-dib 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-diff.1 b/po-docs/uk/virt-diff.1 index 3d1530e..0ad766b 100644 --- a/po-docs/uk/virt-diff.1 +++ b/po-docs/uk/virt-diff.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-diff 1" -.TH virt-diff 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-diff 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-edit.1 b/po-docs/uk/virt-edit.1 index 7125d9d..09706dc 100644 --- a/po-docs/uk/virt-edit.1 +++ b/po-docs/uk/virt-edit.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-edit 1" -.TH virt-edit 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-edit 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-filesystems.1 b/po-docs/uk/virt-filesystems.1 index 823d845..bf037d7 100644 --- a/po-docs/uk/virt-filesystems.1 +++ b/po-docs/uk/virt-filesystems.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-filesystems 1" -.TH virt-filesystems 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-filesystems 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-format.1 b/po-docs/uk/virt-format.1 index 82e1181..572b31a 100644 --- a/po-docs/uk/virt-format.1 +++ b/po-docs/uk/virt-format.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-format 1" -.TH virt-format 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-format 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-get-kernel.1 b/po-docs/uk/virt-get-kernel.1 index fb119a8..e4c007f 100644 --- a/po-docs/uk/virt-get-kernel.1 +++ b/po-docs/uk/virt-get-kernel.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-get-kernel 1" -.TH virt-get-kernel 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-get-kernel 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-index-validate.1 b/po-docs/uk/virt-index-validate.1 index 6bb207c..9c0e603 100644 --- a/po-docs/uk/virt-index-validate.1 +++ b/po-docs/uk/virt-index-validate.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-index-validate 1" -.TH virt-index-validate 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-index-validate 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-inspector.1 b/po-docs/uk/virt-inspector.1 index 3cefb71..42a649f 100644 --- a/po-docs/uk/virt-inspector.1 +++ b/po-docs/uk/virt-inspector.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-inspector 1" -.TH virt-inspector 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-inspector 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-log.1 b/po-docs/uk/virt-log.1 index e34dbad..11f312e 100644 --- a/po-docs/uk/virt-log.1 +++ b/po-docs/uk/virt-log.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-log 1" -.TH virt-log 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-log 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-ls.1 b/po-docs/uk/virt-ls.1 index ee3728b..3041213 100644 --- a/po-docs/uk/virt-ls.1 +++ b/po-docs/uk/virt-ls.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-ls 1" -.TH virt-ls 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-ls 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-make-fs.1 b/po-docs/uk/virt-make-fs.1 index be1275f..58aff21 100644 --- a/po-docs/uk/virt-make-fs.1 +++ b/po-docs/uk/virt-make-fs.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-make-fs 1" -.TH virt-make-fs 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-make-fs 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-resize.1 b/po-docs/uk/virt-resize.1 index d6fabb9..edf6070 100644 --- a/po-docs/uk/virt-resize.1 +++ b/po-docs/uk/virt-resize.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-resize 1" -.TH virt-resize 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-resize 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-sparsify.1 b/po-docs/uk/virt-sparsify.1 index 39ec9fb..2d20543 100644 --- a/po-docs/uk/virt-sparsify.1 +++ b/po-docs/uk/virt-sparsify.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-sparsify 1" -.TH virt-sparsify 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-sparsify 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-sysprep.1 b/po-docs/uk/virt-sysprep.1 index 63b08ed..929f715 100644 --- a/po-docs/uk/virt-sysprep.1 +++ b/po-docs/uk/virt-sysprep.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-sysprep 1" -.TH virt-sysprep 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-sysprep 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po-docs/uk/virt-win-reg.1 b/po-docs/uk/virt-win-reg.1 index 973efa5..e7d7d3f 100644 --- a/po-docs/uk/virt-win-reg.1 +++ b/po-docs/uk/virt-win-reg.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43) +.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== @@ -71,7 +71,7 @@ .\" ======================================================================== .\" .IX Title "virt-win-reg 1" -.TH virt-win-reg 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support" +.TH virt-win-reg 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/po/guestfs-tools.pot b/po/guestfs-tools.pot index 8d7c155..1524348 100644 --- a/po/guestfs-tools.pot +++ b/po/guestfs-tools.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: guestfs-tools 1.48.1\n" +"Project-Id-Version: guestfs-tools 1.48.2\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2022-05-12 14:39+0100\n" +"POT-Creation-Date: 2022-05-26 11:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"