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:
parent
2fa0cea544
commit
aa781ea6b4
@ -1,6 +1,6 @@
|
|||||||
Name: cockpit-session-recording
|
Name: cockpit-session-recording
|
||||||
Version: 9
|
Version: 9
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Cockpit Session Recording
|
Summary: Cockpit Session Recording
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/Scribery/%{name}
|
URL: https://github.com/Scribery/%{name}
|
||||||
|
@ -27,8 +27,8 @@ if ! rpm -q chromium; then
|
|||||||
dnf remove -y epel-release
|
dnf remove -y epel-release
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# install cockpit-packagekit for testAppMenu
|
# install cockpit-packagekit and glibc-langpack-en for testAppMenu
|
||||||
dnf install -y cockpit-packagekit
|
dnf install -y cockpit-packagekit glibc-langpack-en
|
||||||
|
|
||||||
# create user account for logging in
|
# create user account for logging in
|
||||||
if ! id admin 2>/dev/null; then
|
if ! id admin 2>/dev/null; then
|
||||||
|
Loading…
Reference in New Issue
Block a user