Skip to content
Snippets Groups Projects
user avatar
CKI KWF Bot authored
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-9/-/merge_requests/3611

JIRA: https://issues.redhat.com/browse/RHEL-79032


Upstream Status: RHEL-only

This reverts commit d1630cc5.

Testing has found out that d1630cc5
(which is a revert of b04cbd70) has
broken the perf python module shipped in python3-perf package:

    [root@machine ~]# echo "import sys ; sys.path.insert(0, 'python'); import perf" | '/usr/bin/python3'
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      ImportError: /usr/lib64/python3.9/site-packages/perf.cpython-39-x86_64-linux-gnu.so: undefined symbol: verbose

Revert that revert.

The original problem needs to be solved by moving python3-perf to
AppStream, so that it does not break the dependency rule that no
BaseOS packages may depend on AppStream packages.

Signed-off-by: default avatarMichael Petlan <mpetlan@redhat.com>

Approved-by: default avatarViktor Malik <vmalik@redhat.com>
Approved-by: default avatarJerome Marchand <jmarchan@redhat.com>
Approved-by: default avatarashelat <ashelat@redhat.com>
Approved-by: default avatarCKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>

Merged-by: default avatarCKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
b409b698
History
Name Last commit Last update