Rebase to new release version
Signed-off-by: Rafael dos Santos <rdossant@redhat.com>
This commit is contained in:
parent
5db0dffb68
commit
cf16f18420
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/bcc-0.6.0.tar.gz
|
||||
/bcc-0.6.1.tar.gz
|
||||
/bcc-0.7.0.tar.gz
|
||||
/bcc-0.8.0.tar.gz
|
||||
|
16
bcc.spec
16
bcc.spec
@ -8,22 +8,13 @@
|
||||
%bcond_without llvm_static
|
||||
|
||||
Name: bcc
|
||||
Version: 0.7.0
|
||||
Release: 4%{?dist}
|
||||
Version: 0.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: BPF Compiler Collection (BCC)
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/iovisor/bcc
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1636293
|
||||
Patch0: %{name}-%{version}-uflow-str-bytes.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1516678
|
||||
Patch1: %{name}-%{version}-utf8-encoding.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1637515
|
||||
Patch2: %{name}-%{version}-killsnoop-str-bytes.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1634684
|
||||
Patch3: %{name}-%{version}-usdt-addr-calc.patch
|
||||
|
||||
# Arches will be included as upstream support is added and dependencies are
|
||||
# satisfied in the respective arches
|
||||
ExclusiveArch: x86_64 %{power64}
|
||||
@ -174,6 +165,9 @@ mv %{buildroot}%{_datadir}/%{name}/examples %{buildroot}%{_docdir}/%{name}/
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 17 2019 Rafael dos Santos <rdossant@redhat.com> - 0.8.0-1
|
||||
- Rebase to new released version
|
||||
|
||||
* Thu Nov 01 2018 Rafael dos Santos <rdossant@redhat.com> - 0.7.0-4
|
||||
- Fix attaching to usdt probes (#1634684)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (bcc-0.7.0.tar.gz) = ebe6c4cbecba2d587c69af71ddc8cb451b2b8e1d49ef887f291c813320c2c60d49357500fc2751d5b418df2be1d02763c385d89de6efa6e10f049c25acf01b4e
|
||||
SHA512 (bcc-0.8.0.tar.gz) = e46bd8076f6a440b05fd4f94e14d05365d685bfef43d466831a82891a1c131aed22028d29e5be5dd957f00fc3e31d84a96021adf90ae7dbcd7bbf888a7c19774
|
||||
|
Loading…
Reference in New Issue
Block a user