From 5118802f249feeef3cd9ab019f1f0e4322ce93da 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 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bcc.spec b/bcc.spec index 6593293..e881cef 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,6 +1,6 @@ Name: bcc Version: 0.15.0 -Release: 1 +Release: 2 Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -161,10 +161,13 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/ %changelog -* Mon Oct 22 2020 liqingqing_1229 - - 0.15.0-1 +* 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 +* 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