From 27e059ea3e5a3d3ae741009e6f91ef24cfc1c3eb Mon Sep 17 00:00:00 2001 From: nlgwcy Date: Wed, 10 Mar 2021 18:35:47 +0800 Subject: [PATCH] rebuild (cherry picked from commit 88cd90bf465c1e10e695f19e489aca16d23f4010) --- bcc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bcc.spec b/bcc.spec index 32129b4..a55c8a5 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,6 +1,6 @@ Name: bcc Version: 0.15.0 -Release: 0 +Release: 2 Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -161,7 +161,13 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/ %changelog -* Wed Jul 22 2020 Shinwell Hu - - 0.15.0-0 +* Wed Mar 10 2021 wuchangye - 0.15.0-2 +- rebuild + +* Mon Oct 22 2020 liqingqing_1229 - 0.15.0-1 +- update source0's url + +* 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 -- Gitee