Update to 1.5.0
Signed-off-by: Zamir SUN <sztsian@gmail.com>
This commit is contained in:
parent
a5daefdf9d
commit
2a0fb835a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/libtracefs-1.1.1.tar.gz
|
||||
/libtracefs-1.2.5.tar.gz
|
||||
/libtracefs-1.3.1.tar.gz
|
||||
/libtracefs-1.5.0.tar.gz
|
||||
|
@ -10,8 +10,8 @@
|
||||
%global _lto_cflags %nil
|
||||
|
||||
Name: libtracefs
|
||||
Version: 1.3.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.5.0
|
||||
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) >= 1.5.3
|
||||
BuildRequires: pkgconfig(libtraceevent) >= 1.6.3
|
||||
# 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
|
||||
|
||||
@ -55,7 +55,7 @@ rm -rf %{buildroot}/%{_libdir}/libtracefs.a
|
||||
%license LICENSES/LGPL-2.1
|
||||
%license LICENSES/GPL-2.0
|
||||
%{_libdir}/%{name}.so.1
|
||||
%{_libdir}/%{name}.so.1.3.1
|
||||
%{_libdir}/%{name}.so.1.5.0
|
||||
|
||||
%files devel
|
||||
%{_includedir}/tracefs/tracefs.h
|
||||
@ -63,6 +63,9 @@ rm -rf %{buildroot}/%{_libdir}/libtracefs.a
|
||||
%{_libdir}/%{name}.so
|
||||
|
||||
%changelog
|
||||
* Tue Oct 11 2022 Zamir SUN <sztsian@gmail.com> - 1.5.0-1
|
||||
- Update to 1.5.0
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libtracefs-1.3.1.tar.gz) = 1d8423ff1033a4ab601dd8e9fa4a801c27425234505070733641c8c9a4dd382cc6563d3fde89958f18e0bc95e2cbbdf65e69a2935fe208d5de9fd3ac26374ec1
|
||||
SHA512 (libtracefs-1.5.0.tar.gz) = 5e936a788473c0eb373144231ef9ac139ae53b4685053dfed74157a9432d429f35b70290607679eae9f44fd858d2102a02c3beac35d8de35d856c3c1001644d3
|
||||
|
Loading…
Reference in New Issue
Block a user