images: Add psmisc to Fedora 37, 38 and 39
It's currently being pulled in as a dependency of iproute. However,
since it's explicitly mentioned in the list of default packages on
Fedora Silverblue and Workstation [1], it should be mentioned here too.
The psmisc package marks the translations for its manuals with %lang().
Therefore, it's a very good example for testing that the fedora-toolbox
image is localized just like Fedora Silverblue and Workstation.
This is unlike the xz package, whose translations for manuals were added
to the tests recently [2]. The xz package doesn't mark its translated
manuals with %lang() [3], which means that they are going to get
installed regardless of whether RPM has been configured to not install
localization files or not. eg., through the %_install_langs macro. So,
they aren't a good candidate for the tests until this is fixed.
[1] fedora-comps commit e4ed54dfcc497fd0
https://pagure.io/fedora-comps/c/e4ed54dfcc497fd0
https://pagure.io/fedora-comps/pull-request/379
[2] Commit 20188a097a
https://github.com/containers/toolbox/commit/20188a097a1a7a16
https://github.com/containers/toolbox/pull/1384
[3] https://src.fedoraproject.org/rpms/xz/pull-request/10
https://github.com/containers/toolbox/pull/1390
This commit is contained in:
parent
cb4e5dd52d
commit
e41d920dd9
6 changed files with 15 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
||||||
/usr/share/man/man1/gpg2.1*
|
/usr/share/man/man1/gpg2.1*
|
||||||
/usr/share/man/man7/gnupg2.7*
|
/usr/share/man/man7/gnupg2.7*
|
||||||
|
|
||||||
|
/usr/share/man/fr/man1/pstree.1*
|
||||||
|
/usr/share/man/ko/man1/pstree.1*
|
||||||
|
/usr/share/man/man1/pstree.1*
|
||||||
|
|
||||||
/usr/share/man/fr/man8/rpm.8*
|
/usr/share/man/fr/man8/rpm.8*
|
||||||
/usr/share/man/ja/man8/rpm.8*
|
/usr/share/man/ja/man8/rpm.8*
|
||||||
/usr/share/man/man8/rpm.8*
|
/usr/share/man/man8/rpm.8*
|
||||||
|
|
|
@ -28,6 +28,7 @@ openssh-clients
|
||||||
passwd
|
passwd
|
||||||
pigz
|
pigz
|
||||||
procps-ng
|
procps-ng
|
||||||
|
psmisc
|
||||||
rsync
|
rsync
|
||||||
shadow-utils
|
shadow-utils
|
||||||
sudo
|
sudo
|
||||||
|
|
|
@ -9,6 +9,10 @@
|
||||||
/usr/share/man/man1/gpg2.1*
|
/usr/share/man/man1/gpg2.1*
|
||||||
/usr/share/man/man7/gnupg2.7*
|
/usr/share/man/man7/gnupg2.7*
|
||||||
|
|
||||||
|
/usr/share/man/fr/man1/pstree.1*
|
||||||
|
/usr/share/man/ko/man1/pstree.1*
|
||||||
|
/usr/share/man/man1/pstree.1*
|
||||||
|
|
||||||
/usr/share/man/fr/man8/rpm.8*
|
/usr/share/man/fr/man8/rpm.8*
|
||||||
/usr/share/man/ja/man8/rpm.8*
|
/usr/share/man/ja/man8/rpm.8*
|
||||||
/usr/share/man/man8/rpm.8*
|
/usr/share/man/man8/rpm.8*
|
||||||
|
|
|
@ -28,6 +28,7 @@ openssh-clients
|
||||||
passwd
|
passwd
|
||||||
pigz
|
pigz
|
||||||
procps-ng
|
procps-ng
|
||||||
|
psmisc
|
||||||
rsync
|
rsync
|
||||||
shadow-utils
|
shadow-utils
|
||||||
sudo
|
sudo
|
||||||
|
|
|
@ -9,6 +9,10 @@
|
||||||
/usr/share/man/man1/gpg2.1*
|
/usr/share/man/man1/gpg2.1*
|
||||||
/usr/share/man/man7/gnupg2.7*
|
/usr/share/man/man7/gnupg2.7*
|
||||||
|
|
||||||
|
/usr/share/man/fr/man1/pstree.1*
|
||||||
|
/usr/share/man/ko/man1/pstree.1*
|
||||||
|
/usr/share/man/man1/pstree.1*
|
||||||
|
|
||||||
/usr/share/man/fr/man8/rpm.8*
|
/usr/share/man/fr/man8/rpm.8*
|
||||||
/usr/share/man/ja/man8/rpm.8*
|
/usr/share/man/ja/man8/rpm.8*
|
||||||
/usr/share/man/man8/rpm.8*
|
/usr/share/man/man8/rpm.8*
|
||||||
|
|
|
@ -28,6 +28,7 @@ openssh-clients
|
||||||
passwd
|
passwd
|
||||||
pigz
|
pigz
|
||||||
procps-ng
|
procps-ng
|
||||||
|
psmisc
|
||||||
rsync
|
rsync
|
||||||
shadow-utils
|
shadow-utils
|
||||||
sudo
|
sudo
|
||||||
|
|
Loading…
Reference in a new issue