Skip to content

Commit

Permalink
SPECS: Add a spec for bcc-lua
Browse files Browse the repository at this point in the history
  • Loading branch information
vmg committed Apr 4, 2016
1 parent 2c34e00 commit 1c92673
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SPECS/bcc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ pushd build
make install/strip DESTDIR=%{buildroot}

%changelog
* Mon Apr 04 2016 Vicent Marti <[email protected]> - 0.1.4-1
- Add bcc-lua package

* Sun Nov 29 2015 Brenden Blanco <[email protected]> - 0.1.3-1
- Add bcc-tools package

Expand Down Expand Up @@ -66,6 +69,12 @@ Requires: python-bcc
%description -n bcc-tools
Command line tools for BPF Compiler Collection (BCC)

%package -n bcc-lua
Summary: Standalone tool to run BCC tracers written in Lua
Requires: libbcc
%description -n bcc-lua
Standalone tool to run BCC tracers written in Lua

%files -n python-bcc
%{python_sitelib}/bcc*

Expand All @@ -85,3 +94,6 @@ Command line tools for BPF Compiler Collection (BCC)
%files -n bcc-tools
/usr/share/bcc/tools/*
/usr/share/bcc/man/*

%files -n bcc-lua
/usr/bin/bcc-lua

0 comments on commit 1c92673

Please sign in to comment.