forked from pool/libtracefs
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
34245023da | |||
90384c94ea | |||
bb209ed066 | |||
|
b21fd66b11 | ||
|
74613b046c | ||
0306c08eaf | |||
04e87f0360 |
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
Name: libtracefs
|
||||
%define lname libtracefs1
|
||||
Version: 1.8.2
|
||||
Version: 1.8.1
|
||||
Release: 0
|
||||
Summary: Linux kernel trace file system library
|
||||
License: LGPL-2.1-only
|
||||
@@ -81,7 +81,8 @@ This subpackage contains the header files.
|
||||
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%ldconfig_scriptlets -n %lname
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%files -n %lname
|
||||
%_libdir/libtracefs.so.1*
|
||||
@@ -90,7 +91,6 @@ This subpackage contains the header files.
|
||||
%files tools
|
||||
%_bindir/sqlhist
|
||||
%_mandir/man1/*
|
||||
%_datadir/bash-completion/
|
||||
|
||||
%files devel
|
||||
%_includedir/*
|
||||
|
Reference in New Issue
Block a user