forked from pool/lttng-ust
Accepting request 649121 from devel:tools:lttng
- Update to version 2.10.2. OBS-URL: https://build.opensuse.org/request/show/649121 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lttng-ust?expand=0&rev=5
This commit is contained in:
commit
3c7a265f9d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07cc3c0b71e7b77f1913d5b7f340a78a9af414440e4662712aef2d635b88ee9d
|
||||
size 797819
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEKgtO2RXy0/pF9bFiFygKl4EYas8FAlogHPQACgkQFygKl4EY
|
||||
as/fmwf/Qh/AmgxiMySCFquQptbJ/jZ+V8vg8V7+2w1DHBiLODyyqaSeZ1lxqoN5
|
||||
u4ierg10WyeI3AG2I3ln1d6xGYiBeK+U6s5tPIprHfl9wZWwAndWfLQA/7yugfuB
|
||||
4cKHCKOxBk/nJ8B2RHnv4Zu6e4Nra2biMdFNqLYb0/gaG9hqWeO+li8CSlaXjHdI
|
||||
eUI5C0C9nLbi0kN9k2SeLA8FRtGiG/u0rv8by9Q5pyobffU3PegFRwvB3rr0M/35
|
||||
uufSkH620OZpyT8OWxoO5Tv/p1R8TG6ei4aTyDn0uiJMtw5d5E0GfwaMCOgECMLn
|
||||
aVmo4ep7fPyMCR45xMPMz/pb8oUatg==
|
||||
=5AHX
|
||||
-----END PGP SIGNATURE-----
|
3
lttng-ust-2.10.2.tar.bz2
Normal file
3
lttng-ust-2.10.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4ca22b904eb08817b313a73d499e1b217ffee1f862156d0d52865317486c045
|
||||
size 800679
|
11
lttng-ust-2.10.2.tar.bz2.asc
Normal file
11
lttng-ust-2.10.2.tar.bz2.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEKgtO2RXy0/pF9bFiFygKl4EYas8FAlt7Hm4ACgkQFygKl4EY
|
||||
as9TvAf+Lx3rJHV7DxpHK80lymqa1aw8TXz3V0non/8jFgcXDGbnWPheHM/TFCiW
|
||||
Nzj4zI4N98WL13hTia+iPaZZAVLBKQ+3f/l4RShAp/9hAJa1rDbm+kOGsQXLVp02
|
||||
EzqQe4zC6OHqsfveEbPCK2tGHCxc1qeFM0+DwXXhN6YRMkYtmRTpZGoVJ2bWP8xs
|
||||
rMgDRFVf/TRQSSbOmvl3LFy85w4/PK715vfNVJ8WWqQRyPosRZZk9SIpN99oQEkS
|
||||
OBJIW5kMTKkCn5DeXcmSZWmIInnjGNMUgWq0Ef7+TXUk5LXWUKkelyS/PGxJZOEo
|
||||
Zr1JLQfNHDBtne88aMrCsnQG4WFi1A==
|
||||
=3pSO
|
||||
-----END PGP SIGNATURE-----
|
@ -1,22 +0,0 @@
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -34,7 +34,7 @@ SUBDIRS += tests doc
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = lttng-ust.pc
|
||||
|
||||
-dist_doc_DATA = README.md ChangeLog
|
||||
+dist_doc_DATA = README ChangeLog COPYING
|
||||
|
||||
dist_noinst_DATA = CodingStyle
|
||||
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -434,7 +434,7 @@ SUBDIRS = . include snprintf libringbuff
|
||||
# liblttng-ust-malloc
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = lttng-ust.pc
|
||||
-dist_doc_DATA = README.md ChangeLog
|
||||
+dist_doc_DATA = README.md ChangeLog COPYING
|
||||
dist_noinst_DATA = CodingStyle
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 14 12:28:56 UTC 2018 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 2.10.2:
|
||||
* Fix: Add liblttng-ust dependency to liblttng-ust-fd.
|
||||
* Fix: Use LIBDL/LIBC_DL to select either libdl or libc.
|
||||
* Fix: AM_CONDITIONAL should be outside AS_IF block.
|
||||
* Fix: Build jni libs with openjdk >= 10.
|
||||
* Fix: ustfork: Save and restore errno in syscall wrappers.
|
||||
* Fix: Cache the result of getpid() internally.
|
||||
* Fix: Reset cached vpid context on fork.
|
||||
* Fix: String comparison on incorrect length in context provider.
|
||||
* Fix: Remove for() loop initial declarations.
|
||||
* Use ust_lock during sock_info operations for atomicity against
|
||||
fork.
|
||||
* Force tracked fd to be bigger than STDERR_FILENO.
|
||||
- Remove lttng-ust-copying.patch and add the licence file through
|
||||
the %license tag on the library package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 8 15:47:49 UTC 2018 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -12,14 +12,14 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define sover 0
|
||||
%define sover_ctl 4
|
||||
Name: lttng-ust
|
||||
Version: 2.10.1
|
||||
Version: 2.10.2
|
||||
Release: 0
|
||||
Summary: Linux Trace Toolkit Userspace Tracer library
|
||||
License: GPL-2.0-only
|
||||
@ -28,8 +28,6 @@ URL: https://lttng.org/
|
||||
Source: https://lttng.org/files/lttng-ust/lttng-ust-%{version}.tar.bz2
|
||||
Source1: https://lttng.org/files/lttng-ust/lttng-ust-%{version}.tar.bz2.asc
|
||||
Source2: %{name}.keyring
|
||||
# PATCH-FIX-OPENSUSE lttng-ust-copying.patch
|
||||
Patch0: lttng-ust-copying.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: liburcu-devel
|
||||
BuildRequires: pkgconfig
|
||||
@ -106,7 +104,6 @@ applications using LTTng userspace tracing.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
# Fix Python shebang.
|
||||
sed -i -e "1s|^#!.*$|#!%{_bindir}/python3|" tools/lttng-gen-tp
|
||||
@ -124,7 +121,6 @@ make %{?_smp_mflags} V=1
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
rm -rf %{buildroot}/tmp/lttng-ust-divert
|
||||
|
||||
%post -n liblttng-ust%{sover} -p /sbin/ldconfig
|
||||
|
||||
@ -139,6 +135,7 @@ rm -rf %{buildroot}/tmp/lttng-ust-divert
|
||||
%postun -n liblttng-ust-python-agent%{sover} -p /sbin/ldconfig
|
||||
|
||||
%files -n liblttng-ust%{sover}
|
||||
%license COPYING
|
||||
%{_libdir}/liblttng-ust.so.%{sover}*
|
||||
%{_libdir}/liblttng-ust-cyg-profile*.so.%{sover}*
|
||||
%{_libdir}/liblttng-ust-dl.so.%{sover}*
|
||||
|
Loading…
Reference in New Issue
Block a user