Skip to content

Commit

Permalink
Include missed spec files in s/bpf/bcc/ rename
Browse files Browse the repository at this point in the history
Signed-off-by: Brenden Blanco <[email protected]>
  • Loading branch information
Brenden Blanco committed Sep 3, 2015
1 parent c01f9ac commit cab72b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
9 changes: 4 additions & 5 deletions SPECS/bcc.el6.spec
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,14 @@ Summary: Examples for BPF Compiler Collection (BCC)
%description -n libbcc-examples
Examples for BPF Compiler Collection (BCC)

%package -n python-bpf
%package -n python-bcc
Summary: Python bindings for BPF Compiler Collection (BCC)
%description -n python-bpf
%description -n python-bcc
Python bindings for BPF Compiler Collection (BCC)

%files -n python-bpf
%{python_sitelib}/bpf*
%files -n python-bcc
%{python_sitelib}/bcc*
%exclude %{python_sitelib}/*.egg-info
/usr/bin/bpf-run

%files -n libbcc
/usr/lib64/*
Expand Down
9 changes: 4 additions & 5 deletions SPECS/bcc.el7.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,14 @@ Summary: Examples for BPF Compiler Collection (BCC)
%description -n libbcc-examples
Examples for BPF Compiler Collection (BCC)

%package -n python-bpf
%package -n python-bcc
Summary: Python bindings for BPF Compiler Collection (BCC)
%description -n python-bpf
%description -n python-bcc
Python bindings for BPF Compiler Collection (BCC)

%files -n python-bpf
%{python_sitelib}/bpf*
%files -n python-bcc
%{python_sitelib}/bcc*
%exclude %{python_sitelib}/*.egg-info
/usr/bin/bpf-run

%files -n libbcc
/usr/lib64/*
Expand Down
9 changes: 4 additions & 5 deletions SPECS/bcc.f22.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,14 @@ Summary: Examples for BPF Compiler Collection (BCC)
%description -n libbcc-examples
Examples for BPF Compiler Collection (BCC)

%package -n python-bpf
%package -n python-bcc
Summary: Python bindings for BPF Compiler Collection (BCC)
%description -n python-bpf
%description -n python-bcc
Python bindings for BPF Compiler Collection (BCC)

%files -n python-bpf
%{python_sitelib}/bpf*
%files -n python-bcc
%{python_sitelib}/bcc*
%exclude %{python_sitelib}/*.egg-info
/usr/bin/bpf-run

%files -n libbcc
/usr/lib64/*
Expand Down

0 comments on commit cab72b6

Please sign in to comment.