From 29a0b81da790c88ff9d6696d827381f8a90aac9c Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 9 Jul 2020 18:24:30 +0000 Subject: [PATCH] Drop llvm-static dependency https://docs.fedoraproject.org/en-US/packaging-guidelines/#_statically_linking_executables --- bcc.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/bcc.spec b/bcc.spec index 1e0c427..1a57b48 100644 --- a/bcc.spec +++ b/bcc.spec @@ -5,11 +5,15 @@ %bcond_without lua %endif -%bcond_without llvm_static +%bcond_with llvm_static + +%if %{without llvm_static} +%global with_llvm_shared 1 +%endif Name: bcc Version: 0.15.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -181,6 +185,10 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/ %changelog +* Thu Jul 09 2020 Tom Stellard - 0.15.0-3 +- Drop llvm-static dependency +- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_statically_linking_executables + * Thu Jul 02 2020 Rafael dos Santos - 0.15.0-2 - Reinstate a function needed by bpftrace