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
This commit is contained in:
Scott Poore 2021-08-12 10:17:10 -05:00
parent 2fa0cea544
commit aa781ea6b4
2 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

@ -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