Changes to support 8.5 #64

Merged
lumarel merged 4 commits from fix-issue-62 into develop 2021-11-16 07:00:48 +00:00
13 changed files with 8 additions and 26 deletions
Showing only changes of commit ce669724eb - Show all commits

View file

@ -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";
}

View file

@ -1,16 +0,0 @@
{
"area": [
{
"xpos": 777,
"ypos": 12,
"width": 231,
"height": 20,
"type": "match"
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"version_8.4_ident"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB