From 2d768d5d1502000d84099470ef58d304bb140d66 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 27 Oct 2023 20:03:27 +0200 Subject: [PATCH] Unbreak the tests The Korean translations for the psmisc manuals were only added in psmisc 23.6 [1], while Fedora 37 has psmisc 23.4. This led to: STEP 16/20: RUN rm /extra-packages STEP 17/20: COPY ensure-files / STEP 18/20: RUN ret_val=0; while read file; do if ! compgen ... /usr/share/man/ko/man1/pstree.1*: No such file or directory Error: building at STEP "RUN ret_val=0; while read file; do...": while running runtime: exit status 1 Fallout from dcf9a87d2b66f09eacdbc772745ab6936fbc1d6b [1] psmisc commit 3098e641dc1ddb21 https://gitlab.com/psmisc/psmisc/-/commit/3098e641dc1ddb21 [2] https://src.fedoraproject.org/rpms/psmisc/tree/f37 --- ensure-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ensure-files b/ensure-files index 1450f58..2b3c957 100644 --- a/ensure-files +++ b/ensure-files @@ -10,7 +10,7 @@ /usr/share/man/man7/gnupg2.7* /usr/share/man/fr/man1/pstree.1* -/usr/share/man/ko/man1/pstree.1* +/usr/share/man/ru/man1/pstree.1* /usr/share/man/man1/pstree.1* /usr/share/man/fr/man8/rpm.8*