Rebase to version 1.8.1
Related: RHEL-76155 Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
This commit is contained in:
parent
968d798b32
commit
338a82b393
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/libtracefs-1.0.2.tar.gz
|
||||
/libtracefs-1.3.1.tar.gz
|
||||
/libtracefs-1.6.4.tar.gz
|
||||
/libtracefs-1.8.1.tar.gz
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
%global _lto_cflags %nil
|
||||
|
||||
Name: libtracefs
|
||||
Version: 1.6.4
|
||||
Version: 1.8.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+ and GPLv2+
|
||||
Summary: Library for access kernel tracefs
|
||||
@ -25,7 +25,7 @@ URL: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/
|
||||
Source0: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/snapshot/libtracefs-%{version}.tar.gz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(libtraceevent)
|
||||
BuildRequires: pkgconfig(libtraceevent) >= 1.8.0
|
||||
# The libtracefs is meant to be used by perf, trace-cmd etc. in the future, before it's ready in perf, let's add a conflict
|
||||
Conflicts: trace-cmd < 2.9.1-6
|
||||
|
||||
@ -64,6 +64,9 @@ rm -rf %{buildroot}/%{_libdir}/libtracefs.a
|
||||
%{_libdir}/%{name}.so
|
||||
|
||||
%changelog
|
||||
* Mon Feb 24 2025 Jerome Marchand <jmarchan@redhat.com> - 1.8.1-1
|
||||
- Rebase to 1.8.1 (Related: RHEL-76155)
|
||||
|
||||
* Fri Aug 16 2024 Jerome Marchand <jmarchan@redhat.com> - 1.6.4-1
|
||||
- Rebase to 1.6.4 (RHEL-36547)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libtracefs-1.6.4.tar.gz) = 0db20393272ce75c9132fc189993929545f41ac00cc9b0fdbb6adcb4bcda41433f05c047d06d9774f9b00b9e3ed3cfed3879e75365e72c0bb705cf16449e06c4
|
||||
SHA512 (libtracefs-1.8.1.tar.gz) = 1d8775cf511982a99e2dd17afcf48da272ff8ec189710a27420befe8765155ed21fd62db8fb2b75a0965e0a52ef810459c826f9b4989093c6a64d0cb7894cfca
|
||||
|
||||
Loading…
Reference in New Issue
Block a user