forked from pool/libtracefs
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
90384c94ea | |||
bb209ed066 | |||
|
b21fd66b11 | ||
|
74613b046c | ||
0306c08eaf | |||
04e87f0360 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1723907592
|
||||||
|
commit: d55652c139b556ffd8c18c7ebf15466719a0b2f6eee27af03cd255339d93f505
|
||||||
|
url: https://src.opensuse.org/jengelh/libtracefs
|
||||||
|
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b542e781a270fdcabd1fc3a97ec35ede63ae55477c9f532362a555fe318615c
|
||||||
|
size 256
|
BIN
libtracefs-1.8.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
libtracefs-1.8.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libtracefs-1.8.2.tar.gz
(Stored with Git LFS)
BIN
libtracefs-1.8.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,13 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Apr 17 09:37:38 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Update to release 1.8.2
|
|
||||||
* libtracefs: Have tracefs_instance_tracers() return instance
|
|
||||||
tracers
|
|
||||||
* libtrace: Fix memory leak in tracefs_cpu
|
|
||||||
* libtracefs: Handle synthetic events with dynamic strings as
|
|
||||||
fields
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 27 17:57:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Sat Jul 27 17:57:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libtracefs
|
# spec file for package libtracefs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libtracefs
|
Name: libtracefs
|
||||||
%define lname libtracefs1
|
%define lname libtracefs1
|
||||||
Version: 1.8.2
|
Version: 1.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux kernel trace file system library
|
Summary: Linux kernel trace file system library
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
@@ -81,7 +81,8 @@ This subpackage contains the header files.
|
|||||||
|
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%ldconfig_scriptlets -n %lname
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/libtracefs.so.1*
|
%_libdir/libtracefs.so.1*
|
||||||
@@ -90,7 +91,6 @@ This subpackage contains the header files.
|
|||||||
%files tools
|
%files tools
|
||||||
%_bindir/sqlhist
|
%_bindir/sqlhist
|
||||||
%_mandir/man1/*
|
%_mandir/man1/*
|
||||||
%_datadir/bash-completion/
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%_includedir/*
|
%_includedir/*
|
||||||
|
Reference in New Issue
Block a user