Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
dd2bf93804 | |||
d55652c139 | |||
ea04d2f7ec | |||
bc289b3898 |
BIN
libtracefs-1.8.1.tar.gz
(Stored with Git LFS)
BIN
libtracefs-1.8.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
libtracefs-1.8.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
libtracefs-1.8.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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) 2024 SUSE LLC
|
# Copyright (c) 2025 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.1
|
Version: 1.8.2
|
||||||
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,8 +81,7 @@ This subpackage contains the header files.
|
|||||||
|
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/libtracefs.so.1*
|
%_libdir/libtracefs.so.1*
|
||||||
@@ -91,6 +90,7 @@ 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