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