forked from pool/libtracefs
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| dd2bf93804 | |||
| d55652c139 | |||
| ea04d2f7ec | |||
| bc289b3898 |
@@ -1,4 +0,0 @@
|
|||||||
mtime: 1723907592
|
|
||||||
commit: d55652c139b556ffd8c18c7ebf15466719a0b2f6eee27af03cd255339d93f505
|
|
||||||
url: https://src.opensuse.org/jengelh/libtracefs
|
|
||||||
revision: master
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0b542e781a270fdcabd1fc3a97ec35ede63ae55477c9f532362a555fe318615c
|
|
||||||
size 256
|
|
||||||
BIN
libtracefs-1.8.1.tar.gz
LFS
BIN
libtracefs-1.8.1.tar.gz
LFS
Binary file not shown.
BIN
libtracefs-1.8.2.tar.gz
LFS
Normal file
BIN
libtracefs-1.8.2.tar.gz
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