From 73b0ea287d2910d03ed8579165e743ec74a968ce Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 14:57:41 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- bcc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bcc.spec b/bcc.spec index c5c61b2..3a04dbb 100644 --- a/bcc.spec +++ b/bcc.spec @@ -25,7 +25,7 @@ Name: bcc Version: 0.24.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -238,6 +238,9 @@ cp -a libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}/ %endif %changelog +* Mon Jun 13 2022 Python Maint - 0.24.0-2 +- Rebuilt for Python 3.11 + * Tue Apr 19 2022 Jerome Marchand - 0.24.0-1 - Rebase to the latest release version - Fix cmake build