images: Ensure that the manuals from extra-packages are available
Until now, only the packages that are present in the fedora base image, and had their documentation stripped out, were being tested for the availability of documentation. There were no tests for the extra packages that get added to the base image to form the fedora-toolbox image. The util-linux and xz packages were picked as examples for these new tests. The xz package is a particularly good example because it has translations for its manuals. It can help test that the fedora-toolbox image is localized just like Fedora Silverblue and Workstation. Only the images for currently maintained Fedoras (ie., 37, 38 and 39) were updated. https://github.com/containers/toolbox/pull/1384
This commit is contained in:
parent
c98e282db6
commit
20188a097a
3 changed files with 24 additions and 0 deletions
|
@ -13,5 +13,13 @@
|
|||
/usr/share/man/ja/man8/rpm.8*
|
||||
/usr/share/man/man8/rpm.8*
|
||||
|
||||
/usr/share/man/man1/cal.1.*
|
||||
/usr/share/man/man1/getopt.1*
|
||||
/usr/share/man/man1/hexdump.1*
|
||||
|
||||
/usr/share/man/man1/kill.1*
|
||||
/usr/share/man/man8/mount.8*
|
||||
|
||||
/usr/share/man/fr/man1/xz.1*
|
||||
/usr/share/man/ko/man1/xz.1*
|
||||
/usr/share/man/man1/xz.1*
|
||||
|
|
|
@ -13,5 +13,13 @@
|
|||
/usr/share/man/ja/man8/rpm.8*
|
||||
/usr/share/man/man8/rpm.8*
|
||||
|
||||
/usr/share/man/man1/cal.1.*
|
||||
/usr/share/man/man1/getopt.1*
|
||||
/usr/share/man/man1/hexdump.1*
|
||||
|
||||
/usr/share/man/man1/kill.1*
|
||||
/usr/share/man/man8/mount.8*
|
||||
|
||||
/usr/share/man/fr/man1/xz.1*
|
||||
/usr/share/man/ko/man1/xz.1*
|
||||
/usr/share/man/man1/xz.1*
|
||||
|
|
|
@ -13,5 +13,13 @@
|
|||
/usr/share/man/ja/man8/rpm.8*
|
||||
/usr/share/man/man8/rpm.8*
|
||||
|
||||
/usr/share/man/man1/cal.1.*
|
||||
/usr/share/man/man1/getopt.1*
|
||||
/usr/share/man/man1/hexdump.1*
|
||||
|
||||
/usr/share/man/man1/kill.1*
|
||||
/usr/share/man/man8/mount.8*
|
||||
|
||||
/usr/share/man/fr/man1/xz.1*
|
||||
/usr/share/man/ko/man1/xz.1*
|
||||
/usr/share/man/man1/xz.1*
|
||||
|
|
Loading…
Reference in a new issue