From b18ac489db76a700f2168ae6eb64e9d450613a27 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 3 Apr 2021 12:10:13 +0100 Subject: [PATCH] Version 1.45.4. --- BUGS | 10 ++-------- RELEASES | 1 + configure.ac | 2 +- po/libguestfs.pot | 24 ++++++++++++++++++++++-- 4 files changed, 26 insertions(+), 11 deletions(-) diff --git a/BUGS b/BUGS index 84faa642c..f199ca53b 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs.sh". -Last updated: 2021-03-29 +Last updated: 2021-04-03 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -107,9 +107,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 910269 NEW https://bugzilla.redhat.com/show_bug.cgi?id=910269 Tracker: Bugs in other packages that stop libguestfs working -913815 NEW https://bugzilla.redhat.com/show_bug.cgi?id=913815 - febootstrap: no ext2 root device found when running libguestfs-test-tools - 917706 NEW https://bugzilla.redhat.com/show_bug.cgi?id=917706 guestfs_umount_local is not thread safe @@ -599,9 +596,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1854135 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1854135 libguestfs-test-tools report no filesystem could mount root -1884151 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1884151 - libguestfs-1.43.2-1.fc34 FTBFS in local mock: cp: missing file operand - 1910039 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1910039 virt-dib doesn't work with newer diskimage-builder version on RHEL8 @@ -650,7 +644,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1794518 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1794518 setfiles fails on file /etc/.ip with ext4 immutable bit set -(210 bugs) +(208 bugs) -------------------------------------------------- Bugs in MODIFIED, POST or ON_QA state are fixed. diff --git a/RELEASES b/RELEASES index 4aee5a8b7..e36fc266c 100644 --- a/RELEASES +++ b/RELEASES @@ -2,6 +2,7 @@ # in the form . If you update the version field (in # configure.ac) you must also add the current date to this file. +1.45.4 2021-04-03 1.45.3 2021-03-29 1.45.2 2021-03-22 1.45.1 2021-03-03 diff --git a/configure.ac b/configure.ac index 6f02bd7b8..20ffbd632 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [45]) -m4_define([libguestfs_release], [3]) +m4_define([libguestfs_release], [4]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release) diff --git a/po/libguestfs.pot b/po/libguestfs.pot index bdb504248..8e37375af 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.45.3\n" +"Project-Id-Version: libguestfs 1.45.4\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2021-03-29 18:40+0100\n" +"POT-Creation-Date: 2021-04-03 12:09+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3315,6 +3315,26 @@ msgstr "" msgid "%s: %s is not mounted: %s\n" msgstr "" +#: lib/appliance-kcmdline.c:74 +#, c-format +msgid "open: %s" +msgstr "" + +#: lib/appliance-kcmdline.c:79 +#, c-format +msgid "%s: cannot read extfs magic in superblock" +msgstr "" + +#: lib/appliance-kcmdline.c:86 +#, c-format +msgid "%s: appliance is not an extfs filesystem" +msgstr "" + +#: lib/appliance-kcmdline.c:92 +#, c-format +msgid "%s: cannot read UUID in superblock" +msgstr "" + #: lib/appliance.c:219 #, c-format msgid ""