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