Changes to support 8.5 #64
|
@ -1267,13 +1267,11 @@ sub check_prerelease {
|
||||||
|
|
||||||
sub check_version {
|
sub check_version {
|
||||||
# This function checks if the correct version is display during installation
|
# This function checks if the correct version is display during installation
|
||||||
# in Anaconda, i.e. nonlive media showing Rawhide when Rawhide and version numbers
|
# in Anaconda, it only looks at the major version, as these needles should
|
||||||
# when not Rawhide, while live media always showing version numbers.
|
# not change between the major versions.
|
||||||
|
|
||||||
my $version = lc(get_var('VERSION'));
|
my $version = lc(get_var('VERSION'));
|
||||||
if ($version eq 'rawhide' && get_var('LIVE')) {
|
$version =~ s/\..+$//;
|
||||||
$version = get_var('RAWREL');
|
|
||||||
}
|
|
||||||
assert_screen "version_${version}_ident";
|
assert_screen "version_${version}_ident";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,6 @@
|
||||||
"tags": [
|
"tags": [
|
||||||
"ENV-DISTRI-rocky",
|
"ENV-DISTRI-rocky",
|
||||||
"LANGUAGE-arabic",
|
"LANGUAGE-arabic",
|
||||||
"version_8.4_ident"
|
"version_8_ident"
|
||||||
]
|
]
|
||||||
}
|
}
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
@ -12,6 +12,6 @@
|
||||||
"tags": [
|
"tags": [
|
||||||
"ENV-DISTRI-rocky",
|
"ENV-DISTRI-rocky",
|
||||||
"LANGUAGE-french",
|
"LANGUAGE-french",
|
||||||
"version_8.4_ident"
|
"version_8_ident"
|
||||||
]
|
]
|
||||||
}
|
}
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
@ -12,6 +12,6 @@
|
||||||
"tags": [
|
"tags": [
|
||||||
"ENV-DISTRI-rocky",
|
"ENV-DISTRI-rocky",
|
||||||
"LANGUAGE-japanese",
|
"LANGUAGE-japanese",
|
||||||
"version_8.4_ident"
|
"version_8_ident"
|
||||||
]
|
]
|
||||||
}
|
}
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
@ -1,16 +0,0 @@
|
||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 777,
|
|
||||||
"ypos": 12,
|
|
||||||
"width": 231,
|
|
||||||
"height": 20,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"ENV-DISTRI-rocky",
|
|
||||||
"version_8.4_ident"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -13,4 +13,4 @@
|
||||||
"ENV-DISTRI-rocky",
|
"ENV-DISTRI-rocky",
|
||||||
"version_8_ident"
|
"version_8_ident"
|
||||||
]
|
]
|
||||||
}
|
}
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 53 KiB |
|
@ -12,6 +12,6 @@
|
||||||
"tags": [
|
"tags": [
|
||||||
"ENV-DISTRI-rocky",
|
"ENV-DISTRI-rocky",
|
||||||
"LANGUAGE-russian",
|
"LANGUAGE-russian",
|
||||||
"version_8.4_ident"
|
"version_8_ident"
|
||||||
]
|
]
|
||||||
}
|
}
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |