]> git.pld-linux.org Git - packages/bcc-bpf.git/commitdiff
fix SONAME value
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 30 Dec 2018 21:36:24 +0000 (23:36 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 30 Dec 2018 21:36:24 +0000 (23:36 +0200)
bcc-bpf.spec

index 175fd038d2d2e6d2f29c716aed26a8ad59ce7981..2bec582cd6b28b5e3378b545369314d44712cb9e 100644 (file)
@@ -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
This page took 0.087985 seconds and 4 git commands to generate.