Update to 2.2.0
Signed-off-by: Zamir SUN <sztsian@gmail.com>
This commit is contained in:
parent
1cc32e4102
commit
9b8b1dac31
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/trace-cmd-kernelshark-v1.3.tar.gz
|
||||
/kernel-shark-kernelshark-v2.1.0.tar.gz
|
||||
/kernel-shark-kernelshark-v2.1.1.tar.gz
|
||||
/kernel-shark-kernelshark-v2.2.0.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: kernelshark
|
||||
Version: 2.1.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.2.0
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
# As of 1.1, only kernelshark.cpp, kshark-record.cpp and examples are GPL-2.0. The rest of kernel-shark is LGPL-2.1.
|
||||
@ -29,7 +29,7 @@ BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: libtracecmd-devel
|
||||
BuildRequires: libtraceevent-devel
|
||||
BuildRequires: libtracefs-devel
|
||||
BuildRequires: libtracecmd
|
||||
BuildRequires: libtracecmd >= 1.3.0
|
||||
BuildRequires: trace-cmd
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: make
|
||||
@ -82,15 +82,18 @@ chrpath --delete %{buildroot}/%{_bindir}/kshark-record
|
||||
%{_datadir}/icons/kernelshark/*
|
||||
%{_datadir}/polkit-1/actions/org.freedesktop.kshark-record.policy
|
||||
%{_metainfodir}/%{name}.appdata.xml
|
||||
%{_libdir}/libkshark-gui.so.2.1.1
|
||||
%{_libdir}/libkshark-plot.so.2.1.1
|
||||
%{_libdir}/libkshark-gui.so.2.2.0
|
||||
%{_libdir}/libkshark-plot.so.2.2.0
|
||||
%{_libdir}/libkshark.so
|
||||
%{_libdir}/libkshark.so.2
|
||||
%{_libdir}/libkshark.so.2.1.1
|
||||
%{_libdir}/libkshark.so.2.2.0
|
||||
%{_libdir}/pkgconfig/libkshark.pc
|
||||
%{_includedir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Apr 18 2023 Zamir SUN <sztsian@gmail.com> - 1:2.2.0-1
|
||||
- Update to 2.2.0
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kernel-shark-kernelshark-v2.1.1.tar.gz) = 8fd9d117401961bf892a46890a7fd97c17a2d9839704b43730a5bf90f5e2cf73c68da2453a2e208b1732055abfaf5ddd7532efe8de9256b4232abd172a04f89c
|
||||
SHA512 (kernel-shark-kernelshark-v2.2.0.tar.gz) = a2d2d2c9494189322ddb45eabe3aded8db9c72eca3d5afefc8d97b4b5011e9f93a3324aeabe19bc1917c3dbf67c75dcefbda831a2e82722bde5599f01e88c047
|
||||
|
||||
Loading…
Reference in New Issue
Block a user