From aa781ea6b47e2d7d9f40cca2eac4141017d83410 Mon Sep 17 00:00:00 2001 From: Scott Poore Date: Thu, 12 Aug 2021 10:17:10 -0500 Subject: [PATCH] Tests: install glibc-langpack-en for testAppMenu tests were triggering error about invalid locale. Need the package installed for the testAppMenu test. bumping release version in spec as well. Resolves: rhbz#1984553 --- cockpit-session-recording.spec | 2 +- tests/browser.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cockpit-session-recording.spec b/cockpit-session-recording.spec index 23da2c0..64ec499 100644 --- a/cockpit-session-recording.spec +++ b/cockpit-session-recording.spec @@ -1,6 +1,6 @@ Name: cockpit-session-recording Version: 9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Cockpit Session Recording License: LGPLv2+ URL: https://github.com/Scribery/%{name} diff --git a/tests/browser.sh b/tests/browser.sh index 31402ee..7342bcd 100644 --- a/tests/browser.sh +++ b/tests/browser.sh @@ -27,8 +27,8 @@ if ! rpm -q chromium; then dnf remove -y epel-release fi -# install cockpit-packagekit for testAppMenu -dnf install -y cockpit-packagekit +# install cockpit-packagekit and glibc-langpack-en for testAppMenu +dnf install -y cockpit-packagekit glibc-langpack-en # create user account for logging in if ! id admin 2>/dev/null; then