Compare commits

..

No commits in common. "aedf639a1d95e095a0f9cb599556004d75c7b961" and "bce8090773671a85c937243326f7d0f7ad488080" have entirely different histories.

2 changed files with 7 additions and 22 deletions

Binary file not shown.

View File

@ -1,8 +1,6 @@
%bcond_without llvm_shared
Name: bcc
Version: 0.23.0
Release: 4
Version: 0.15.0
Release: 1
Summary: BPF Compiler Collection (BCC)
License: ASL 2.0
URL: https://github.com/iovisor/bcc
@ -86,7 +84,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=FALSE \
-DCMAKE_USE_LIBBPF_PACKAGE:BOOL=TRUE \
%{?with_llvm_shared:-DENABLE_LLVM_SHARED=1}
%make_build
@ -134,12 +132,14 @@ 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,25 +161,10 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/
%changelog
* 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
* 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