Rebase to new release version: 0.9.1
This commit is contained in:
parent
9573c23f05
commit
c310050516
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/c49b333c034a6d29a7ce90f565e27da1061af971.tar.gz
|
/c49b333c034a6d29a7ce90f565e27da1061af971.tar.gz
|
||||||
/v0.9.tar.gz
|
/v0.9.tar.gz
|
||||||
/bpftrace-0.9.tar.gz
|
/bpftrace-0.9.tar.gz
|
||||||
|
/bpftrace-0.9.1.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: bpftrace
|
Name: bpftrace
|
||||||
Version: 0.9
|
Version: 0.9.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: High-level tracing language for Linux eBPF
|
Summary: High-level tracing language for Linux eBPF
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
|
||||||
@ -17,8 +17,7 @@ BuildRequires: flex
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: elfutils-libelf-devel
|
BuildRequires: elfutils-libelf-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: llvm7.0-devel
|
BuildRequires: llvm-devel
|
||||||
BuildRequires: llvm7.0-static
|
|
||||||
BuildRequires: clang-devel
|
BuildRequires: clang-devel
|
||||||
BuildRequires: bcc-devel
|
BuildRequires: bcc-devel
|
||||||
|
|
||||||
@ -41,8 +40,7 @@ and predecessor tracers such as DTrace and SystemTap
|
|||||||
%cmake . \
|
%cmake . \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DBUILD_TESTING:BOOL=OFF \
|
-DBUILD_TESTING:BOOL=OFF \
|
||||||
-DBUILD_SHARED_LIBS:BOOL=OFF \
|
-DBUILD_SHARED_LIBS:BOOL=OFF
|
||||||
-DLLVM_DIR=/usr/lib64/llvm7.0/lib/cmake/llvm/
|
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
@ -72,6 +70,9 @@ mv %{buildroot}%{_prefix}/man/* %{buildroot}%{_mandir}/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 26 2019 Augusto Caringi <acaringi@redhat.com> - 0.9.1-1
|
||||||
|
- Rebased to version 0.9.1
|
||||||
|
|
||||||
* Thu Apr 25 2019 Augusto Caringi <acaringi@redhat.com> - 0.9-3
|
* Thu Apr 25 2019 Augusto Caringi <acaringi@redhat.com> - 0.9-3
|
||||||
- Rebuilt for bcc 0.9.0
|
- Rebuilt for bcc 0.9.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (bpftrace-0.9.tar.gz) = 771c412a6b1ee7a7d5bba9e0910633056c6f5523e5d1efd9d7ccb5b9f9b462b7bda8d170c5ed0653f3c1bfd5cc77fce2fd552f12eb8222a8747620b3dc9b49f8
|
SHA512 (bpftrace-0.9.1.tar.gz) = e813c598b3acb85d94e1cb02f75b5fa849f10ee1cc39fb73e843a797946d7642463bcc3d083ff377d68b9e2a1aabb56995ab4ebe2be822f4f393448c7f02ca4b
|
||||||
|
Loading…
Reference in New Issue
Block a user