diff --git a/bpftrace.spec b/bpftrace.spec index f595dd41ff58091d3b0b8012bf2997c55fb437fa..e426cb4d627fc59df81c30b3a8b4bf0e39999121 100644 --- a/bpftrace.spec +++ b/bpftrace.spec @@ -1,6 +1,6 @@ Name: bpftrace Version: 0.16.0 -Release: 2 +Release: 3 Summary: High-level tracing language for Linux eBPF License: ASL 2.0 @@ -35,6 +35,7 @@ and predecessor tracers such as DTrace and SystemTap. %build %cmake . \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DLIBBFD_LIBRARIES="${LIBBFD}" \ -DBUILD_TESTING:BOOL=OFF \ -DBUILD_SHARED_LIBS:BOOL=OFF \ -DENABLE_LLVM_SHARED=1 @@ -66,6 +67,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \ %changelog +* Tue Aug 15 2023 wulei - 0.16.0-3 +- Fix cannot convert 'bfd*' to 'bfd_architecture' + * Sat Jul 15 2023 cf-zhao - 0.16.0-2 - Fix issue after clang and llvm upgrade.