Rebase to latest upstream version
- Resolves #1758417 Signed-off-by: Rafael dos Santos <rdossant@redhat.com>
This commit is contained in:
parent
3217246c3f
commit
5b61c2fecc
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/bcc-0.8.0.tar.gz
|
||||
/bcc-0.9.0.tar.gz
|
||||
/bcc-0.10.0.tar.gz
|
||||
/bcc-0.11.0.tar.gz
|
||||
|
13
bcc.spec
13
bcc.spec
@ -8,19 +8,19 @@
|
||||
%bcond_without llvm_static
|
||||
|
||||
Name: bcc
|
||||
Version: 0.10.0
|
||||
Release: 4%{?dist}
|
||||
Version: 0.11.0
|
||||
Release: 1%{?dist}
|
||||
Summary: BPF Compiler Collection (BCC)
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/iovisor/bcc
|
||||
# Generate source tarball until upstream bug is fixed
|
||||
# See https://github.com/iovisor/bcc/issues/2261
|
||||
# To generate the tarball, use the following commands
|
||||
# git clone -b "v0.10.0" --single-branch --depth 1 url bcc-0.10.0
|
||||
# pushd bcc-0.10.0
|
||||
# git clone -b "v0.11.0" --single-branch --depth 1 url bcc-0.11.0
|
||||
# pushd bcc-0.11.0
|
||||
# git submodule update --init
|
||||
# popd
|
||||
# tar zcvf bcc-0.10.0.tar.gz bcc-0.10.0/
|
||||
# tar zcvf bcc-0.11.0.tar.gz bcc-0.11.0/
|
||||
#Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
@ -179,6 +179,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 04 2019 Rafael dos Santos <rdossant@redhat.com> - 0.11.0-1
|
||||
- Rebase to latest upstream version (#1758417)
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.10.0-4
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (bcc-0.10.0.tar.gz) = b81458982cc5b0310b181435588a6ccf4fc2cf33e8ff34be90bf0a7aeb426766218e673a1eb77999a2d6797612b9e75fdbea082b569596ebdf302a456e3bbcf1
|
||||
SHA512 (bcc-0.11.0.tar.gz) = 7d6ae598c6ed79eb8ad2d9607f4d20632e7c0d229f1fd33f0503f4e9a1af3db9b63697a1b8e0d1f3d82b0bbe3050bdc09e27dca9106b4527e6844b2b4189a693
|
||||
|
Loading…
Reference in New Issue
Block a user