From a2eacfbad46421f74dd80efce9dab8dda2980767 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Wed, 23 Aug 2023 11:38:08 +0800 Subject: [PATCH] Rebuild with LLVM15 Signed-off-by: Bo Ren --- bcc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bcc.spec b/bcc.spec index dcb1728..862e041 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,4 +1,4 @@ -%global anolis_release .0.1 +%global anolis_release .0.2 # luajit is not available RHEL 8 %bcond_with lua @@ -221,6 +221,9 @@ done %changelog +* Wed Aug 23 2023 Ren Bo - 5.14.0-4.0.2 +- Rebuild with LLVM15 + * Fri Jun 30 2023 Weisson - 5.14.0-4.0.1 - Remove loongarch64 arch -- Gitee