You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge: Reapply "perf util: Make util its own library"
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 d1630cc.
Testing has found out that d1630cc
(which is a revert of b04cbd7) 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: Michael Petlan <mpetlan@redhat.com>
Approved-by: Viktor Malik <vmalik@redhat.com>
Approved-by: Jerome Marchand <jmarchan@redhat.com>
Approved-by: ashelat <ashelat@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
0 commit comments