Compare commits
10 Commits
bce8090773
...
aedf639a1d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aedf639a1d | ||
|
|
d56673b46d | ||
|
|
6099dff648 | ||
|
|
3cb9723d20 | ||
|
|
cc48534a4d | ||
|
|
7335635d8c | ||
|
|
f83f777a44 | ||
|
|
7178b398b2 | ||
|
|
e9dd6c31c6 | ||
|
|
88cd90bf46 |
Binary file not shown.
29
bcc.spec
29
bcc.spec
@ -1,6 +1,8 @@
|
||||
%bcond_without llvm_shared
|
||||
|
||||
Name: bcc
|
||||
Version: 0.15.0
|
||||
Release: 1
|
||||
Version: 0.23.0
|
||||
Release: 4
|
||||
Summary: BPF Compiler Collection (BCC)
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/iovisor/bcc
|
||||
@ -84,7 +86,7 @@ Command line tools for BPF Compiler Collection (BCC)
|
||||
%cmake . \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DREVISION_LAST=%{version} -DREVISION=%{version} -DPYTHON_CMD=python3 \
|
||||
-DCMAKE_USE_LIBBPF_PACKAGE:BOOL=TRUE \
|
||||
-DCMAKE_USE_LIBBPF_PACKAGE:BOOL=FALSE \
|
||||
%{?with_llvm_shared:-DENABLE_LLVM_SHARED=1}
|
||||
|
||||
%make_build
|
||||
@ -132,14 +134,12 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/
|
||||
%license LICENSE.txt
|
||||
%{_libdir}/lib%{name}.so.*
|
||||
%{_libdir}/libbcc_bpf.so.*
|
||||
%{_libdir}/libbcc-no-libbpf.so.*
|
||||
|
||||
%files devel
|
||||
%exclude %{_libdir}/lib%{name}*.a
|
||||
%exclude %{_libdir}/lib%{name}*.la
|
||||
%{_libdir}/lib%{name}.so
|
||||
%{_libdir}/libbcc_bpf.so
|
||||
%{_libdir}/libbcc-no-libbpf.so
|
||||
%{_libdir}/pkgconfig/lib%{name}.pc
|
||||
%{_includedir}/%{name}/
|
||||
|
||||
@ -161,10 +161,25 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 22 2020 liqingqing_1229 <liqingqing3@huawei.com> - - 0.15.0-1
|
||||
* Tue Jun 20 2023 JofDiamonds <kwb0523@163.com> - 0.23.0-4
|
||||
- update release version
|
||||
|
||||
* Fri Jun 16 2023 JofDiamonds <kwb0523@163.com> - 0.23.0-1
|
||||
- Use conditonal build to enable with_llvm_shared option
|
||||
|
||||
* Tue Dec 28 2021 sunsuwan <sunsuwan2@huawei.com> - 0.23.0-0
|
||||
- update bcc from 0.15.0 to 0.23.0
|
||||
|
||||
* Mon Jun 21 2021 luzhihao <luzhihao@huawei.com> - 0.15.0-3
|
||||
- bugfix: tcp* BPF_SK_LOOKUP undeclared failed
|
||||
|
||||
* Wed Mar 10 2021 wuchangye <wuchangye@huawei.com> - 0.15.0-2
|
||||
- rebuild
|
||||
|
||||
* Mon Oct 22 2020 liqingqing_1229 <liqingqing3@huawei.com> - 0.15.0-1
|
||||
- update source0's url
|
||||
|
||||
* Wed Jul 22 2020 Shinwell Hu <micromotive@qq.com> - - 0.15.0-0
|
||||
* Wed Jul 22 2020 Shinwell Hu <micromotive@qq.com> - 0.15.0-0
|
||||
- Upgrade to v0.15.0
|
||||
- Using bcc-src-with-submodule instead of bcc-v0.15.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user