Revert "CI: Use DNF 4 in mock to workaround dnf5#1084"

This reverts commit 1d00ed8155.

https://github.com/rpm-software-management/dnf5/issues/1084 is fixed
This commit is contained in:
Miro Hrončok 2024-02-06 10:48:01 +01:00
parent a069958530
commit 3667fcd240

View File

@ -36,7 +36,6 @@ if [ ! -f $config ]; then
cp $original $config
echo -e '\n\n' >> $config
echo -e 'config_opts["package_manager"] = "dnf"' >> $config
echo -e 'config_opts["package_manager_max_attempts"] = 10' >> $config
echo -e 'config_opts["package_manager_attempt_delay"] = 60' >> $config
echo -e '\n\nconfig_opts[f"{config_opts.package_manager}.conf"] += """' >> $config