summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2018-12-30 21:36:24 (GMT)
committerElan Ruusamäe2018-12-30 21:36:24 (GMT)
commit103dda13d4952c7ae77f38f457abfab077f69969 (patch)
tree0c3adca5fddcda211026b6a2f4dc4323b3724b75
parent9dbe55bd802bbd483659c49a8c3774a18157aa10 (diff)
downloadbcc-bpf-103dda13d4952c7ae77f38f457abfab077f69969.zip
bcc-bpf-103dda13d4952c7ae77f38f457abfab077f69969.tar.gz
fix SONAME value
-rw-r--r--bcc-bpf.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/bcc-bpf.spec b/bcc-bpf.spec
index 175fd03..2bec582 100644
--- a/bcc-bpf.spec
+++ b/bcc-bpf.spec
@@ -85,7 +85,10 @@ Standalone tool to run BCC tracers written in Lua
%build
install -d build
cd build
-%cmake ..
+%cmake \
+ -DREVISION=%{version} \
+ -DREVISION_LAST=%{version} \
+ ..
%{__make}
%install