From 5921ee9b76bb612d779ca39022b363fae00d0a68 Mon Sep 17 00:00:00 2001 From: JofDiamonds Date: Tue, 13 Dec 2022 20:44:48 +0800 Subject: [PATCH] update bcc from 0.23.0 to 0.23.3 --- bcc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bcc.spec b/bcc.spec index 036895f..c8ca979 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,6 +1,6 @@ Name: bcc Version: 0.23.0 -Release: 0 +Release: 3 Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -159,6 +159,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/ %changelog +* Tue Dec 13 2022 kwb0523 - 0.23.0-3 +- update bcc from 0.23.0 to 0.23.3 + * Tue Dec 28 2021 sunsuwan - 0.23.0-0 - update bcc from 0.15.0 to 0.23.0 -- Gitee