Package manager
Go to file
Kyle Walker 219f083e34 Spec: Set the python version explicitly to 3.9
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>
2023-05-31 09:11:55 -04:00
.gitignore Update to 4.14.0 2022-09-22 14:19:32 +02:00
0001-Pass-whole-URL-in-relativeUrl-to-PackageTarget-for-R.patch Backport patch for relative URL 2022-11-01 12:59:33 +01:00
0002-Document-changes-to-offline-upgrade-command-RhBug-19.patch Backport patches 2022-12-07 14:42:53 +01:00
0003-Move-system-upgrade-plugin-to-core-RhBug-2054235.patch Backport patches 2022-12-07 14:42:53 +01:00
0004-Fix-plugins-unit-tests.patch Backport patches 2022-12-07 14:42:53 +01:00
0005-Ignore-processing-variable-files-with-unsupported-en.patch Backport patch 2023-01-05 17:24:30 +01:00
0006-Update-translations.patch Update translations 2023-03-15 14:35:32 +01:00
0007-Add-reboot-option-to-DNF-Automatic.patch Backport patches 2023-05-11 10:14:04 +02:00
0008-Omit-src-RPMs-from-check-update-RhBug-2151910.patch Backport patches 2023-05-11 10:14:04 +02:00
0009-automatic-Fix-online-detection-with-proxy-RhBz2022440.patch Backport patches 2023-05-11 10:14:04 +02:00
dnf.spec Spec: Set the python version explicitly to 3.9 2023-05-31 09:11:55 -04:00
gating.yaml Add RHEL gating configuration 2021-07-30 12:36:17 +02:00
sources Update to 4.14.0 2022-09-22 14:19:32 +02:00