Hello community,

here is the log from the commit of package bcc for openSUSE:Factory checked in 
at 2017-12-04 12:16:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bcc (Old)
 and      /work/SRC/openSUSE:Factory/.bcc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bcc"

Mon Dec  4 12:16:34 2017 rev:12 rq:547897 version:0.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bcc/bcc.changes  2017-12-03 10:12:56.496035423 
+0100
+++ /work/SRC/openSUSE:Factory/.bcc.new/bcc.changes     2017-12-04 
12:16:39.183987102 +0100
@@ -1,0 +2,8 @@
+Mon Dec  4 03:34:52 UTC 2017 - [email protected]
+
+- Tweak the installation path of bps directly instead of installing
+  it manually. For those architectures without luajit, %{_bindir}
+  wasn't created and it failed the previous install command.
+  (FATE#322227, bsc#1070362)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bcc.spec ++++++
--- /var/tmp/diff_new_pack.nshvo9/_old  2017-12-04 12:16:39.887961543 +0100
+++ /var/tmp/diff_new_pack.nshvo9/_new  2017-12-04 12:16:39.887961543 +0100
@@ -165,6 +165,9 @@
 # Those programs are statically linked and huge in binary size.
 sed -i "/add_subdirectory(cpp)/d" examples/CMakeLists.txt
 
+# Install bps to /usr/bin
+sed -i "s,share/bcc/introspection,bin," introspection/CMakeLists.txt
+
 export LD_LIBRARY_PATH="%{_builddir}/usr/lib64"
 export PATH="%{_builddir}/usr/bin":$PATH
 
@@ -191,8 +194,6 @@
 %install
 pushd build
 make install DESTDIR=%{buildroot}
-install -m 755 %{buildroot}/%{_datadir}/bcc/introspection/bps 
%{buildroot}/%{_bindir}/bps
-rm %{buildroot}/%{_datadir}/bcc/introspection/bps
 
 # For python2-bcc (should be removed in the future)
 cmake -DPYTHON_CMD=python2 ..


Reply via email to