|
254 | 254 | GraphicsMagick => '1.3.43', |
255 | 255 | }, |
256 | 256 | repo => { |
257 | | - mysql84 => [qw(mysql-community-server mysql-community-client mysql-community-libs-compat mysql-community-libs mysql-community-devel)], |
| 257 | + mysql93 => [qw(mysql-community-server mysql-community-client mysql-community-libs-compat mysql-community-libs mysql-community-devel)], |
258 | 258 | }, |
259 | | - mysql84 => { |
| 259 | + mysql93 => { |
260 | 260 | # taken from https://dev.mysql.com/downloads/repo/yum/ |
261 | | - rpm => 'https://dev.mysql.com/get/mysql84-community-release-fc42-1.noarch.rpm', |
262 | | - enable => 'mysql-8.4-lts-community', |
263 | | - # enable => 'mysql-innovation-community', |
| 261 | + rpm => 'https://dev.mysql.com/get/mysql84-community-release-fc42-1.noarch.rpm', |
| 262 | + disable => 'mysql-8.4-lts-community', |
| 263 | + enable => 'mysql-innovation-community', |
264 | 264 | no_weak_deps => 1, |
265 | 265 | }, |
266 | 266 | patch => ['Test-mysqld-1.0030', 'Crypt-DES-2.07'], |
@@ -1231,7 +1231,7 @@ sub load_prereqs { |
1231 | 1231 | % if (my $fix = $conf->{$repo}{fix_release_version}) { |
1232 | 1232 | sed -i -e 's/\$releasever/<%= $fix->{version} %>/' /etc/yum.repos.d/<%= $fix->{repo} %> &&\ |
1233 | 1233 | % } |
1234 | | - <%= $conf->{installer} // 'yum' %> -y <%= $conf->{nogpgcheck} ? '--nogpgcheck ' : '' %>--enablerepo=<%= $conf->{$repo}{enable} // $repo %><%= $conf->{$repo}{no_weak_deps} ? ' --setopt=install_weak_deps=false' : '' %> install\\ |
| 1234 | + <%= $conf->{installer} // 'yum' %> -y <%= $conf->{nogpgcheck} ? '--nogpgcheck ' : '' %>--enablerepo=<%= $conf->{$repo}{enable} // $repo %><%= $conf->{$repo}{disable} ? ' --disablerepo='.$conf->{$repo}{disable} : '' %><%= $conf->{$repo}{no_weak_deps} ? ' --setopt=install_weak_deps=false' : '' %> install\\ |
1235 | 1235 | % } |
1236 | 1236 | <%= join " ", @{$conf->{repo}{$repo}} %>\\ |
1237 | 1237 | % if ($conf->{$repo}{enable}) { |
|
0 commit comments