Changes between v2.38-rc3 and v2.38-rc4
--------------------------------------------

commit 99ec4011961350592fa4122d20765c16591c4c7b
Author: Karel Zak <kzak@redhat.com>
Date:   Wed Mar 16 17:49:47 2022 +0100

    build-sys: release++ (v2.38-rc4)
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 NEWS         | 6 +++++-
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit d28ec220a90762c41fe4a66eb3919ecab0b833fa
Author: Karel Zak <kzak@redhat.com>
Date:   Wed Mar 16 17:46:24 2022 +0100

    po-man: merge changes
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 po-man/de.po              | 13005 +++++++++++++++---------
 po-man/es.po              | 11464 ++++++++++++---------
 po-man/fr.po              | 12876 +++++++++++++++---------
 po-man/pt_BR.po           | 12062 +++++++++++++---------
 po-man/sr.po              | 13479 +++++++++++++++----------
 po-man/uk.po              | 23919 ++++++++++++++++++++++++++++++--------------
 po-man/util-linux-man.pot | 10979 +++++++++++---------
 7 files changed, 61062 insertions(+), 36722 deletions(-)

commit 6924ef91754091b22aff7b200077b37a9f10e66d
Author: Karel Zak <kzak@redhat.com>
Date:   Wed Mar 16 17:43:08 2022 +0100

    po: merge changes
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 po/ca.po          |  51 ++++++++++++++------------
 po/cs.po          |  52 ++++++++++++++------------
 po/da.po          |  51 ++++++++++++++------------
 po/de.po          |  52 ++++++++++++++------------
 po/es.po          |  52 ++++++++++++++------------
 po/et.po          |  51 ++++++++++++++------------
 po/eu.po          |  51 ++++++++++++++------------
 po/fi.po          |  51 ++++++++++++++------------
 po/fr.po          |  52 ++++++++++++++------------
 po/gl.po          |  51 ++++++++++++++------------
 po/hr.po          |  52 ++++++++++++++------------
 po/hu.po          |  51 ++++++++++++++------------
 po/id.po          |  51 ++++++++++++++------------
 po/it.po          |  51 ++++++++++++++------------
 po/ja.po          |  51 ++++++++++++++------------
 po/nl.po          |  51 ++++++++++++++------------
 po/pl.po          |  52 ++++++++++++++------------
 po/pt.po          |  52 ++++++++++++++------------
 po/pt_BR.po       |  52 ++++++++++++++------------
 po/ru.po          |  51 ++++++++++++++------------
 po/sl.po          |  51 ++++++++++++++------------
 po/sv.po          |  52 ++++++++++++++------------
 po/tr.po          |  51 ++++++++++++++------------
 po/uk.po          | 108 +++++++++++++++++++++++++++---------------------------
 po/util-linux.pot |  55 +++++++++++++++------------
 po/vi.po          |  51 ++++++++++++++------------
 po/zh_CN.po       | 107 ++++++++++++++++++++++++++---------------------------
 po/zh_TW.po       |  51 ++++++++++++++------------
 28 files changed, 849 insertions(+), 705 deletions(-)

commit 70eb50f5bb424056e5bed9f260760bea794eda2b
Author: Boyuan Yang <073plan@gmail.com>
Date:   Wed Mar 16 17:41:09 2022 +0100

    po: update zh_CN.po (from translationproject.org)

 po/zh_CN.po | 328 +++++++++++++++++++-----------------------------------------
 1 file changed, 104 insertions(+), 224 deletions(-)

commit 2f093a4868a3cf775ef2bb8b736142eb3266cd82
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Wed Mar 16 17:41:09 2022 +0100

    po: update uk.po (from translationproject.org)

 po/uk.po | 75 +++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 36 insertions(+), 39 deletions(-)

commit 0004332423348cdeb7894a55c0293d8cec6f2718
Author: Karel Zak <kzak@redhat.com>
Date:   Wed Mar 16 17:15:30 2022 +0100

    build-sys: (po-man) force .pot file update on 'make dist'
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 po-man/Makefile.am | 9 +++++++++
 1 file changed, 9 insertions(+)

commit efea86773ef57245bf821c51811d89309eb37e9a
Author: Andreas Hindborg <andreas.hindborg@wdc.com>
Date:   Wed Mar 16 09:39:05 2022 +0100

    blkzone: Do not print zone capacity if not supported
    
    If `blkzone` is built against kernel headers that do not define
    `BLK_ZONE_REP_CAPACITY`, `blkzone report` will use zone size when printing zone
    capacity. This patch changes the behavior of `blockzone report` in this case to
    omit the capacity field instead of using the potentially wrong value.
    
    Signed-off-by: Andreas Hindborg <andreas.hindborg@wdc.com>

 sys-utils/blkzone.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)