Rebase to new release version: 0.12.0
Signed-off-by: Augusto Caringi <acaringi@redhat.com>
This commit is contained in:
parent
9c98e2e6b5
commit
ab6dce8ec7
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/bpftrace-0.10.0.tar.gz
|
||||
/bpftrace-0.11.0.tar.gz
|
||||
/bpftrace-0.11.4.tar.gz
|
||||
/bpftrace-0.12.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: bpftrace
|
||||
Version: 0.11.4
|
||||
Version: 0.12.0
|
||||
Release: 1%{?dist}
|
||||
Summary: High-level tracing language for Linux eBPF
|
||||
License: ASL 2.0
|
||||
@ -18,8 +18,8 @@ BuildRequires: flex
|
||||
BuildRequires: cmake
|
||||
BuildRequires: elfutils-libelf-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: llvm11-devel
|
||||
BuildRequires: clang11-devel
|
||||
BuildRequires: llvm-devel
|
||||
BuildRequires: clang-devel
|
||||
BuildRequires: bcc-devel >= 0.19.0-1
|
||||
BuildRequires: libbpf-devel
|
||||
BuildRequires: libbpf-static
|
||||
@ -44,9 +44,7 @@ and predecessor tracers such as DTrace and SystemTap
|
||||
%cmake . \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DBUILD_TESTING:BOOL=OFF \
|
||||
-DBUILD_SHARED_LIBS:BOOL=OFF \
|
||||
-DLLVM_DIR=%{_libdir}/llvm11/lib/cmake/llvm \
|
||||
-DClang_DIR=%{_libdir}/llvm11/lib/cmake/clang
|
||||
-DBUILD_SHARED_LIBS:BOOL=OFF
|
||||
%cmake_build
|
||||
|
||||
|
||||
@ -78,6 +76,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Apr 04 2021 Augusto Caringi <acaringi@redhat.com> - 0.12.0-1
|
||||
- Rebased to version 0.12.0
|
||||
|
||||
* Thu Apr 01 2021 Augusto Caringi <acaringi@redhat.com> - 0.11.4-1
|
||||
- Rebased to version 0.11.4
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (bpftrace-0.11.4.tar.gz) = 611a7e61dbd1f4cc52b7e51a1a143296ff7b2df115b3a28034c674d8eefb5d482cac551ab82d6b7cc2f6fc0668b07d2d9e283dff371fd9a3f649c80113fdca82
|
||||
SHA512 (bpftrace-0.12.0.tar.gz) = ebbdd909763ba142551d79e06c0fa0ec84245ffc4386b33144dce7e67d14e4fe0e81d0003adc7c9194d82c6b41fc49f16f9960db0dd78a620a69f83d17e8811f
|
||||
|
Loading…
Reference in New Issue
Block a user