[packages/bcc-bpf] fix SONAME value

glen glen at pld-linux.org
Sun Dec 30 22:36:32 CET 2018


commit 103dda13d4952c7ae77f38f457abfab077f69969
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sun Dec 30 23:36:24 2018 +0200

    fix SONAME value

 bcc-bpf.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bcc-bpf.git/commitdiff/103dda13d4952c7ae77f38f457abfab077f69969



More information about the pld-cvs-commit mailing list