Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rtla for openSUSE:Factory checked in 
at 2022-07-26 19:45:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rtla (Old)
 and      /work/SRC/openSUSE:Factory/.rtla.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rtla"

Tue Jul 26 19:45:10 2022 rev:2 rq:991063 version:MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/rtla/rtla.changes        2022-06-29 
16:03:02.364756972 +0200
+++ /work/SRC/openSUSE:Factory/.rtla.new.1533/rtla.changes      2022-07-26 
19:45:12.500536838 +0200
@@ -1,0 +2,5 @@
+Mon Jul 25 14:20:41 UTC 2022 - Andreas Schwab <[email protected]>
+
+- Suppress stripping of installed binaries
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rtla.spec ++++++
--- /var/tmp/diff_new_pack.gP98WP/_old  2022-07-26 19:45:12.960465768 +0200
+++ /var/tmp/diff_new_pack.gP98WP/_new  2022-07-26 19:45:12.964465150 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define version %(rpm -q --qf '%%{VERSION}' kernel-source)
 
 Name:           rtla
@@ -23,10 +24,10 @@
 Summary:        Real-Time Linux Analysis tools
 License:        GPL-2.0-only
 URL:            https://www.kernel.org/
-BuildRequires:  libtracefs-devel >= 1.3
+BuildRequires:  kernel-source >= 5.17
 BuildRequires:  libtraceevent-devel >= 1.5
+BuildRequires:  libtracefs-devel >= 1.3
 BuildRequires:  procps-devel
-BuildRequires:  kernel-source >= 5.17
 BuildRequires:  python3-docutils
 
 %description
@@ -36,18 +37,16 @@
 capabilities to provide precise information about the properties
 and root causes of unexpected results.
 
-
 %prep
 (cd %{_prefix}/src/linux ; tar -cf - COPYING CREDITS README tools include 
scripts Kbuild Makefile arch/*/{include,lib,Makefile} lib 
Documentation/tools/rtla) | tar -xf -
 
-
 %build
 cd tools/tracing/rtla
 make %{?_smp_mflags}
 
 %install
 cd tools/tracing/rtla
-make install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot} STRIP=true
 
 # Fixup symlinks as they are pointing to DESTDIR instead prefix
 rm %{buildroot}%{_bindir}/osnoise

Reply via email to