97 Commits

Author SHA256 Message Date
d56a25d9d7 Accepting request 1330932 from home:shunghsiyu:branches:bpf
Update to version 0.36.0

OBS-URL: https://build.opensuse.org/request/show/1330932
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=168
2026-02-04 11:39:59 +00:00
54d84abf1f Accepting request 1306822 from home:hoyeon.lee:branches:bpf
- Add libbpf-tools subpackage
  - tools are prefixed with 'bpf-' (iovisor/bcc#3263)
  - disabled for unsupported AArch32/IA-32 variant

OBS-URL: https://build.opensuse.org/request/show/1306822
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=166
2025-09-30 07:56:59 +00:00
db2e8833d5 Accepting request 1301442 from home:hoyeon.lee:branches:Base:System
- Add _constraints to avoid OOM on OBS workers (bsc#1248638)
- Add rpmlintrc to suppress rpmlint warnings
  * some bcc-tools uses /usr/share/bcc/tools/*.c for compilation at runtime,
    so must be shipped as-is.

OBS-URL: https://build.opensuse.org/request/show/1301442
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=164
2025-08-27 08:04:00 +00:00
3f21f76628 Accepting request 1300237 from home:hoyeon.lee:branches:bpf
- tools/filetop: fix script failing after kernel 6.14 update (bsc#1240644)
  * Add 0001-tools-filetop-fix-DNAME_INLINE_LEN-by-folding-to-int.patch

OBS-URL: https://build.opensuse.org/request/show/1300237
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=162
2025-08-19 08:36:30 +00:00
b2cdbfa588 Accepting request 1284324 from home:shunghsiyu:branches:bpf
Update to version 0.35.0

OBS-URL: https://build.opensuse.org/request/show/1284324
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=160
2025-06-10 07:01:11 +00:00
1ea96a20e9 Accepting request 1269103 from home:shunghsiyu:branches:bpf
Update to version 0.34.0

OBS-URL: https://build.opensuse.org/request/show/1269103
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=158
2025-04-14 06:11:56 +00:00
788804bb1f Accepting request 1267081 from home:rfrohl:branches:Base:System
add kernel-longterm dependency to libbcc0

OBS-URL: https://build.opensuse.org/request/show/1267081
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=156
2025-04-09 08:09:39 +00:00
9cfbda5f00 Accepting request 1264958 from home:shunghsiyu:branches:bpf
Support building with cmake4

OBS-URL: https://build.opensuse.org/request/show/1264958
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=154
2025-03-28 12:11:10 +00:00
1e8c04b3ae Accepting request 1245248 from home:wfrisch:branches:Base:System
- luajit: enable deterministic bytecode generation (boo#1236871)
  The bcc-lua package should now be reproducible.
- luajit: enable deterministic bytecode generation (boo#1236871)
  * add deterministic_luajit.patch
  * the bcc-lua package should now be reproducible

OBS-URL: https://build.opensuse.org/request/show/1245248
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=152
2025-02-12 14:13:32 +00:00
3494272fd1 Accepting request 1238973 from home:wfrisch:branches:Base:System
- Update to version 0.33.0
  * Support for kernel up to 6.12
  * Add new bcc tool numasched
  * syms: Initialize ModulePath::fd_ to invalid FD
  * libbpf-tools/memleak: Fix off-by-one error
  * libbpf-tools/slabratetop: Fix failed to create kprobe error
  * libbpf_tools/profile: Support PID namespace mapping
  * libbpf-tools/mountsnoop: Support fsopen,fsconfig,fsmount,move_mount syscalls
  * tools/oomkill: get application level stack trace
  * tools/profile: Add additional information to backtrace
  * tools/mountsnoop: Fix fsmount printing wrong flags
  * tools/compactsnoop: Add aarch64 support
  * doc update, other bug fixes and tools improvement.

OBS-URL: https://build.opensuse.org/request/show/1238973
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=150
2025-02-05 06:21:10 +00:00
7a5b4c49eb Accepting request 1235810 from home:shunghsiyu:branches:bpf
Incorporate change log from SLES

OBS-URL: https://build.opensuse.org/request/show/1235810
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=148
2025-01-08 08:18:36 +00:00
5d5295a2d2 Accepting request 1227144 from home:wfrisch:branches:Base:System
- Removed patch: build-remove-llvm-dev-dependency-from-libbcc.patch
  It is included in the latest upstream release.
- Update to version 0.32.0
  * Support for kernel up to 6.11.
  * bcc tool update: wakeuptime, readahead, shmsnoop, offcputime, cachestat,
    cachetop, hardirqs
  * libbpf tool update: futexctn, profile, readhead, softirqs, hardirqs
  * Multiple enhancements for memleak: better error path checking, adding
    mremap uprobe, etc.
  * Support get pid/tgid in pid namespaces (cpudist, profile)
  * multiple pid filtering support: profile, offcputime
  * detect whether elf binary is PIE even if the binary is marked as DYN
  * Fix several compilation issues with llvm20
  * doc update, other bug fixes and tools improvement.
- Update to version 0.31.0
  * Support for kernel up to 6.9.
  * Add support for bcachefs to fsdist and fsslower tools
  * libbpf tool update: memleak, syncsnoop, numamove, syscount, vfsstat,
    tcptop, capable, syncsnoop, sigsnoop, etc.
  * bcc tool update: biolatency, biosnoop, biotop, vfsstat, kvmexit, sslsniff,
    swapin, etc.
  * build: Remove llvm-dev dependency from libbcc
  * build: Remove dependency on LLVM header from libbcc packages
  * usdt: Fix bare register dereference on aarch64
  * Extend `bcc_proc` API which allows to limit search to specific pid
  * Fix several flaky tests.
  * doc update, other bug fixes and tools improvement.

OBS-URL: https://build.opensuse.org/request/show/1227144
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=146
2024-12-03 08:44:27 +00:00
06aa2b1880 Accepting request 1178439 from home:shunghsiyu:branches:bpf
- Add python3-pyelftools as requirement of bcc-tools (boo#1225497)

OBS-URL: https://build.opensuse.org/request/show/1178439
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=144
2024-06-04 06:20:37 +00:00
7135afc1a2 Accepting request 1178419 from home:shunghsiyu:branches:bpf
Remove bcc-devel's requirement on llvm-devel

OBS-URL: https://build.opensuse.org/request/show/1178419
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=143
2024-06-04 05:48:01 +00:00
8b6b8a8224 Accepting request 1162865 from home:shunghsiyu:branches:bpf
- Update to version 0.30.0
  * support for kernel up to 6.8.
  * add workqueue latency observation tool.
  * bcc tool update: memleak, ttysnoop, bashreadline, tcpdrop,
    execsnoop, etc.
  * allow more flexible perf event options with new
  * perf_custom_event_open() python API.
  * fix userspace stack unwinding on powerpc.
  * add bpf_prog_test_run_opts() python API.
  * several deb package related changes.
  * fix btf_type_tag issue with llvm 15.
  * classify tools into different sub-categories.
  * doc update, other bug fixes and tools improvement.

OBS-URL: https://build.opensuse.org/request/show/1162865
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=141
2024-03-27 10:53:54 +00:00
74e0deeeb2 Accepting request 1162274 from home:shunghsiyu:branches:bpf
Update bcc-devel requirement to depend on specific version of llvm-devel

OBS-URL: https://build.opensuse.org/request/show/1162274
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=139
2024-03-26 12:57:51 +00:00
6c57cc7478 Accepting request 1157110 from home:shunghsiyu:branches:bpf
- Update LLVM version macro to support SLE (bsc#1220746)

OBS-URL: https://build.opensuse.org/request/show/1157110
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=137
2024-03-12 08:01:36 +00:00
a151890b94 Accepting request 1152316 from home:dimstar:Factory
- Have the -devel package require llvm%{llvm_major_version}-devel:
  /usr/include/bcc/bpf_module.h:25:10 includes
  llvm/Config/llvm-config.h.

Happens to fix build of procmon (and possibly others)

OBS-URL: https://build.opensuse.org/request/show/1152316
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=135
2024-02-29 06:23:50 +00:00
d23305c4d6 Accepting request 1142938 from home:shunghsiyu:branches:bpf
- Switch to LLVM 17
- Change LLVM version macro to the cleaner alternative suggested in
  SR#1134405
- Update to version 0.29.1

OBS-URL: https://build.opensuse.org/request/show/1142938
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=133
2024-01-31 08:49:39 +00:00
f81a16e120 Accepting request 1130911 from home:StevenK:branches:Base:System
- Remove unneeded Requires on python3-future.

OBS-URL: https://build.opensuse.org/request/show/1130911
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=131
2023-12-07 10:15:18 +00:00
e64844fdbd Accepting request 1118002 from home:shunghsiyu:branches:bpf
- Re-enable bcc-lua now that boo#1215592 is resolved

OBS-URL: https://build.opensuse.org/request/show/1118002
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=129
2023-10-16 11:41:57 +00:00
539c22ed10 Accepting request 1113473 from home:shunghsiyu:branches:bpf
- Disable building of tests file
  + Remove zip from build requirements as it is no longer needed

OBS-URL: https://build.opensuse.org/request/show/1113473
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=127
2023-09-25 14:09:45 +00:00
eaddc9c3ea Accepting request 1112917 from home:shunghsiyu:branches:bpf
Mention boo#1215592 in spec file, which tracks the problem with luajit that require temporarily disabling bcc-lua

OBS-URL: https://build.opensuse.org/request/show/1112917
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=126
2023-09-22 04:40:40 +00:00
3ec31eb7db Accepting request 1112741 from home:shunghsiyu:branches:bpf
- Disable bcc-lua until luajit issue is resolved
- Explicitly add python3-setuptools and zip as a build requirement
- Update to version 0.28.0
  + Support for kernel up to 6.3.
  + new libbpf tool: tcppktlat.
  + bcc tool updates: funcslower, wakeuptime, profile, offcputime, deadlock,
    funccount, argdist, kvmexit, runqlen and cpuunclaimed.
  + libbpf tool update: memleak, tcprtt, tcpconnlat, funclatency, syscount,
    cpufreq, biosnoop.
  + support ringbuf_query for bcc tools.
  + handle '[uprobes]' memory mapped file properly during stack tracing.
  + Fix maximum allowed index for print_linear_hist for bcc tools.
  + add module kfunc/kretfunc support.
  + clang rewriter: initialize only the requested parameters
  + filter with available_filter_functions to make multi-functions kprobes more
    robust for both bcc and libbpf tools.
  + doc update, other bug fixes and tools improvement
- Update to version 0.27.0
  + Support for kernel up to 6.2
  + bcc tool updates for ttysnoop, slabratetop, readahead, nfsslower, cpudist,
    cachetop, cachestat, etc.
  + libbpf-tools updates for mdflush, drsnoop, statsnoop, ttysnoop, softirqs,
    wakeuptime, cachestat, numamove, etc.
  + fix for incomplete static libraries
  + implement zip archive support
  + upgrade to use c++14 standard
  + new libbpf-tools: memleak
  + add loongarch support in libbpft-tools
  + doc update, bug fixes and other tools improvement

OBS-URL: https://build.opensuse.org/request/show/1112741
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=124
2023-09-21 09:50:55 +00:00
5380b70784 Accepting request 1057722 from home:shunghsiyu:branches:bpf
- Force specific versioning of LLVM in preparation of Leap 15.5/SLES 15-SP5
  + Remove now duplicate dependency llvm-clang-devel, having clang-devel is enough

OBS-URL: https://build.opensuse.org/request/show/1057722
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=122
2023-01-11 07:23:27 +00:00
27f5d9fe6f Accepting request 1056407 from home:shunghsiyu:branches:bpf
- Update to version 0.26.0:
  + Support for kernel up to 6.1
  + bcc tool updates for biosnoop, opensnoop, biopattern, killsnoop, runqslower, offcputime, wakeuptime, etc.
  + libbpf-tools updates for klockstat, sigsnoop, hardirqs, softirqs, opensnoop, statsnoop, offcputime, tcplife, cpufreq, cpudist, etc.
  + new libbpf-tools: tcptop, tcpstates, biotop, capable
  + doc update, bug fixes and other tools improvement

OBS-URL: https://build.opensuse.org/request/show/1056407
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=120
2023-01-06 14:49:21 +00:00
10406e250e Accepting request 994617 from home:shunghsiyu:branches:Base:System
- Update to version 0.25.0:
  + Support for kernel up to 5.19
  + bcc tool updates for oomkill.py, biolatpcts.py, sslsniff.py, tcpaccept.py, etc.
  + libbpf tool updates for klockstat, opensnoop, tcpconnect, etc.
  + new bcc tools: tcpcong
  + new libbpf tools: tcpsynbl, mdflush, oomkill, sigsnoop
  + usdt: support xmm registers as args for x64
  + bpftool as a submodule now
  + remove uses of libbpf deprecated APIs
  + use new llvm pass manager
  + support cgroup filtering libbpf tools
  + fix shared lib module offset <-> global addr conversion
  + riscv support
  + LoongArch support
  + doc update, bug fixes and other tools improvement

OBS-URL: https://build.opensuse.org/request/show/994617
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=118
2022-08-11 17:27:50 +00:00
76b1760450 Accepting request 972206 from home:dimstar:Factory
- Update to version 0.24.0:
  + Support for kernel up to 5.16
  + bcc tools: update for trace.py, sslsniff.py, tcptop.py, hardirqs.py, etc.
  + new libbpf tools: bashreadline
  + allow specify wakeup_events for perf buffer
  + support BPF_MAP_TYPE_{INODE, TASK}_STORAGE maps
  + remove all deprecated libbpf function usage
  + remove P4/B language support
  + major test infra change, using github actions now
  + doc update, bug fixes and other tools improvement
- Changes from version 0.23.0:
  + Support for kernel up to 5.15
  + bcc tools: update for kvmexit.py, tcpv4connect.py, cachetop.py, cachestat.py, etc.
  + libbpf tools: update for update for mountsnoop, ksnoop, gethostlatency, etc.
  + fix renaming of task_struct->state
  + get pid namespace properly for a number of tools
  + initial work for more libbpf utilization (less section names)
  + doc update, bug fixes and other tools improvement
- Drop Do-not-export-USDT-function-when-ENABLE_USDT-is-OFF.patch:
  fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/972206
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=115
2022-04-25 08:06:16 +00:00
1658115088 Accepting request 955509 from home:aaronpuchert:branches:Base:System
- Move kernel{,-devel} requirements to libbcc0 for deduplication.
- Require additionally kernel-$variant-devel for libbcc0.
- Declare python3-bcc, bcc-examples and bcc-docs as noarch.

OBS-URL: https://build.opensuse.org/request/show/955509
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=114
2022-02-17 07:51:11 +00:00
6f6b4b4f74 Accepting request 922455 from home:shunghsiyu:branches:Base:System
- Use shared libbpf library instead of building it along with bcc
    + Delete libbpf-0.5.tar.gz
- Fix build on i586 due to use of shared libbpf library
    + Do-not-export-USDT-function-when-ENABLE_USDT-is-OFF.patch

OBS-URL: https://build.opensuse.org/request/show/922455
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=113
2021-10-01 05:53:23 +00:00
244cc23a8c Accepting request 919703 from home:shunghsiyu:branches:Base:System
- Update to 0.22.0
- Update libbpf to 0.5

OBS-URL: https://build.opensuse.org/request/show/919703
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=112
2021-09-17 09:54:18 +00:00
56987e317f Accepting request 908622 from home:shunghsiyu:branches:Base:System
- Update source URL for bcc and libbpf

OBS-URL: https://build.opensuse.org/request/show/908622
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=111
2021-07-28 00:55:10 +00:00
91c27f1392 Accepting request 908602 from home:shunghsiyu:branches:Base:System
- Update to 0.20.0
  + Support for kernel up to 5.12
  + Some basic support for MIPS
  + added bpf_map_lookup_batch and bpf_map_delete_batch support
  + tools/funclatency.py support nested or recursive functions
  + tools/biolatency.py can optionally print out average/total value
  + fix possible marco HAVE_BUILTIN_BSWAP redefine warning for kernel >= 5.10.
  + new tools: virtiostat
  + new libbpf-tools: ext4dist
  + doc update and bug fixes
- Update libbpf to 0.4
  + BPF static linker APIs;
  + subprogram address relocation support (e.e., for use with bpf_for_each_map_elem());
  + support for extern kernel functions (a.k.a. BPF unstable helpers);
  + TC-BPF APIs;
  + ksym externs support for kernel modules;
  + BTF_KIND_FLOAT support;
  + various AF_XDP (xsk.{c, h}) improvements and fixes;
  + btf__add_type() API to copy/append BTF types generically;
  + bpf_object__set_kernel_version() setter;
  + bpf_map__inner_map() getter;
  + __hidden attribute for global sub-program forces static BPF verifier verification;
  + static BPF maps and entry-point BPF programs are explicitly rejected.
  + libbpf will ignore non-function pointer members in struct_ops;
  + Makefile fixes for install target;
  + use SOCK_CLOEXEC for netlink sockets;
  + btf_dump fixes for pointer to array of struct;
  + fixes for some of xxx_opts structs to work better with debug compilation modes;
  + ringbuf APIs fixes and improvements for extreme cases of never ending consumption of records;
  + BPF_CORE_READ_BITFIELD() macro fixes.

OBS-URL: https://build.opensuse.org/request/show/908602
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=110
2021-07-27 13:43:59 +00:00
d298bfaf80 Accepting request 881781 from home:gary_lin:branches:Base:System
- Update to 0.19.0

OBS-URL: https://build.opensuse.org/request/show/881781
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=108
2021-03-29 03:50:40 +00:00
6863a105bd Accepting request 860564 from home:gary_lin:branches:Base:System
Update to 0.18.0

OBS-URL: https://build.opensuse.org/request/show/860564
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=106
2021-01-06 02:02:40 +00:00
623e966e01 Accepting request 845895 from home:gary_lin:branches:Base:System
- Update to 0.17.0
- Enable lua support only for Tumbleweed to close the gap between SLE and openSUSE Leap

OBS-URL: https://build.opensuse.org/request/show/845895
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=104
2020-11-04 08:15:46 +00:00
f86db7bbd2 Accepting request 837285 from home:gary_lin:branches:Base:System
Update to 0.16.0

OBS-URL: https://build.opensuse.org/request/show/837285
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=102
2020-09-25 07:10:52 +00:00
c6f1eec899 Accepting request 824770 from home:gary_lin:branches:Base:System
- Modify URLs to get the tarballs with names not just versions
- Drop _constraints
  + We don't link the static clang libraries anymore and this
    reduces the requirements of hardware.
- Drop the unused _service file

OBS-URL: https://build.opensuse.org/request/show/824770
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=100
2020-08-07 05:25:19 +00:00
1153c484c7 Accepting request 818196 from home:gary_lin:branches:Base:System
Update to 0.15.0

OBS-URL: https://build.opensuse.org/request/show/818196
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=98
2020-07-02 03:06:42 +00:00
cf030eac64 Accepting request 811325 from home:gary_lin:branches:Base:System
make reading kprobe blacklist optional so that the bcc scripts can work with the locked down kernel (bsc#1172493)

OBS-URL: https://build.opensuse.org/request/show/811325
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=96
2020-06-04 08:25:37 +00:00
e6cda4ba05 Accepting request 796370 from home:gary_lin:branches:Base:System
Amend the sed rule for python3 shebang

OBS-URL: https://build.opensuse.org/request/show/796370
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=94
2020-04-23 03:33:58 +00:00
bf7f01ed49 Accepting request 796139 from home:gary_lin:branches:Base:System
Update to 0.14.0

OBS-URL: https://build.opensuse.org/request/show/796139
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=93
2020-04-22 02:42:12 +00:00
c35b84a440 Accepting request 781089 from home:gary_lin:branches:Base:System
- Update to 0.13.0

OBS-URL: https://build.opensuse.org/request/show/781089
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=91
2020-03-03 08:48:15 +00:00
c526f434cf Accepting request 765849 from home:mimi_vx:branches:Base:System
- drop python2 bindings
- don't require python3-devel package

OBS-URL: https://build.opensuse.org/request/show/765849
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=89
2020-01-22 08:42:01 +00:00
Ismail Dönmez
242f30c898 - Fix build when pkg_vcmp is not defined
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=86
2019-12-23 13:26:05 +00:00
a249a7f211 Accepting request 757218 from home:gary_lin:branches:Base:System
- Add bcc-fix-test_map_in_map.patch to fix the build error in the
  test case

OBS-URL: https://build.opensuse.org/request/show/757218
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=84
2019-12-16 02:06:06 +00:00
cc10be0d0e Accepting request 757215 from home:gary_lin:branches:Base:System
- Update to 0.12.0
- Replace lua51-luajit-devel with luajit-devel to reflect the recent change in Factory (bsc#1159191)

OBS-URL: https://build.opensuse.org/request/show/757215
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=83
2019-12-16 01:52:21 +00:00
441809f752 Accepting request 749409 from home:gary_lin:branches:Base:System
Enable USDT for s390x since 0.10.0 already supports it

OBS-URL: https://build.opensuse.org/request/show/749409
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=81
2019-11-19 04:38:45 +00:00
9604d61ffa Accepting request 744514 from home:namtrac:branches:Base:System
- Add support-clang9.patch and apply it for llvm >= 9
- Fix sed call for python

OBS-URL: https://build.opensuse.org/request/show/744514
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=79
2019-11-01 01:48:19 +00:00
9d0909aea1 Accepting request 741357 from home:gary_lin:branches:Base:System
Revert the groups removal

OBS-URL: https://build.opensuse.org/request/show/741357
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=78
2019-10-21 02:56:18 +00:00