bz634902: adjust for c10s - the file lives in different dir

This commit is contained in:
Zdenek Dohnal 2024-04-15 17:56:41 +02:00
commit 01d5d67f00

View file

@ -29,7 +29,7 @@
# Include Beaker environment
. /usr/share/beakerlib/beakerlib.sh || exit 1
if rlIsFedora; then
if rlIsFedora || rlIsRHELLike '>=10'; then
PACKAGE="vim-data"
else
PACKAGE="vim-common"