Thanks, the update looks good!
Thanks, the update is as expected!
Fixes the issue, works fine - thanks!
This update breaks everything:
root@localhost:~# /usr/share/bcc/tools/pidpersec
Traceback (most recent call last):
File "/usr/share/bcc/tools/pidpersec", line 16, in <module>
from bcc import BPF
ImportError: No module named bcc
zsh: exit 1 /usr/share/bcc/tools/pidpersec
root@localhost:~# /usr/share/bcc/tools/tplist -l /lib64/libc-2.27.so
Traceback (most recent call last):
File "/usr/share/bcc/tools/tplist", line 16, in <module>
from bcc import USDT
ImportError: No module named bcc
zsh: exit 1 /usr/share/bcc/tools/tplist -l /lib64/libc-2.27.so
root@localhost:~#
The reason is:
And there is only python3-bcc package available.
I'm surprised how this can work for anyone, please revert and do not push to updates. Thanks.
0.2.5-1 works also great.
Works nicely here.
Unfortunately this is broken on RHEL 6: localhost:~> rpm -q mock mock-1.1.13-1.el6.noarch localhost:~> mock -r rhel-6-x86_64 /tmp/test.rpm Traceback (most recent call last): File "/usr/sbin/mock", line 64, in <module> import mockbuild.exception ImportError: No module named mockbuild.exception zsh: exit 1 mock -r rhel-6-x86_64 /tmp/test.rpm localhost:~>
SCM integration works now nicely with CVS/Git/SVN.
Works very well here!
Works nicely here.
Downloaded directly from Koji, works all ok for me (also Windows registry merges work now).
Downloaded directly from Koji, works all ok for me.