diff --git a/bcc-0.13.0.tar.gz b/bcc-0.13.0.tar.gz deleted file mode 100644 index 7ce601d..0000000 Binary files a/bcc-0.13.0.tar.gz and /dev/null differ diff --git a/bcc-src-with-submodule.tar.gz b/bcc-src-with-submodule.tar.gz new file mode 100644 index 0000000..8db6d36 Binary files /dev/null and b/bcc-src-with-submodule.tar.gz differ diff --git a/bcc.spec b/bcc.spec index c1e9fb7..949a4b2 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,11 +1,11 @@ Name: bcc -Version: 0.13.0 -Release: 2 +Version: 0.15.0 +Release: 0 Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc # Upstream now provides a release with the git submodule embedded in it -Source0: %{url}/archive/%{name}-%{version}.tar.gz +Source0: %{url}/archive/%{name}-src-with-submodule.tar.gz # Arches will be included as upstream support is added and dependencies are # satisfied in the respective arches @@ -158,6 +158,10 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/ %changelog +* Wed Jul 22 2020 Shinwell Hu - - 0.15.0-0 +- Upgrade to v0.15.0 +- Using bcc-src-with-submodule instead of bcc-v0.15.0 + * Fri Jul 17 2020 Shinwell Hu - 0.13.0-2 - Rename python3-bcc to python3-bpfcc to avoid confliction with bcc on pypi