From 5a558a6ebd6acf4602227c540d21b07c1da5b3f0 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 18 Feb 2021 18:24:34 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/bcc.git#c247aac8ea92c681d0b155ed097d61c76f3f9754 --- bcc.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bcc.spec b/bcc.spec index 9e60d94..8dc5e10 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,9 +1,14 @@ +# We don't want to bring luajit in RHEL +%if 0%{?rhel} > 0 +%bcond_with lua +%else # luajit is not available for some architectures %ifarch ppc64 ppc64le s390x %bcond_with lua %else %bcond_without lua %endif +%endif %bcond_with llvm_static @@ -23,7 +28,7 @@ Name: bcc Version: 0.18.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -195,6 +200,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/ %changelog +* Thu Feb 18 2021 Jerome Marchand - 0.18.0-4 +- Disable lua for RHEL + * Tue Jan 26 2021 Fedora Release Engineering - 0.18.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild