Package manager
The __python3 macro defaults to /usr/bin/python3. This is not a problem
as long as the python3 symlink always points to the python3.9 runtime.
If that is changed via alternatives or another means, the following
error is returned:
Traceback (most recent call last):
File "/usr/bin/dnf", line 61, in <module>
from dnf.cli import main
ModuleNotFoundError: No module named 'dnf'
This update specifically sets the __python3 macro to /usr/bin/python3.9
which results in the following shebang within /usr/bin/dnf:
#!/usr/bin/python3.9
Resolves: rhbz#2211019
Signed-off-by: Kyle Walker <kwalker@redhat.com>
|
||
|---|---|---|
| .gitignore | ||
| 0001-Pass-whole-URL-in-relativeUrl-to-PackageTarget-for-R.patch | ||
| 0002-Document-changes-to-offline-upgrade-command-RhBug-19.patch | ||
| 0003-Move-system-upgrade-plugin-to-core-RhBug-2054235.patch | ||
| 0004-Fix-plugins-unit-tests.patch | ||
| 0005-Ignore-processing-variable-files-with-unsupported-en.patch | ||
| 0006-Update-translations.patch | ||
| 0007-Add-reboot-option-to-DNF-Automatic.patch | ||
| 0008-Omit-src-RPMs-from-check-update-RhBug-2151910.patch | ||
| 0009-automatic-Fix-online-detection-with-proxy-RhBz2022440.patch | ||
| dnf.spec | ||
| gating.yaml | ||
| sources | ||