From d56673b46d517d7071496187390a5ce286ddcac2 Mon Sep 17 00:00:00 2001 From: JofDiamonds Date: Tue, 20 Jun 2023 11:04:53 +0800 Subject: [PATCH] update release version (cherry picked from commit fb6eacb55919dc8e61748607acf8c57a7bfbe051) --- bcc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bcc.spec b/bcc.spec index 9f3ab97..5006c75 100644 --- a/bcc.spec +++ b/bcc.spec @@ -2,7 +2,7 @@ Name: bcc Version: 0.23.0 -Release: 1 +Release: 4 Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -161,6 +161,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/ %changelog +* Tue Jun 20 2023 JofDiamonds - 0.23.0-4 +- update release version + * Fri Jun 16 2023 JofDiamonds - 0.23.0-1 - Use conditonal build to enable with_llvm_shared option