Update to 2.7

Signed-off-by: Zamir SUN <sztsian@gmail.com>
This commit is contained in:
Zamir SUN 2018-03-02 22:33:13 +08:00
parent f331d32122
commit 6f61bc0083
3 changed files with 9 additions and 7 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/trace-cmd-2.6.tar.gz /trace-cmd-2.6.tar.gz
/trace-cmd-2.6.1.tar.gz /trace-cmd-2.6.1.tar.gz
/trace-cmd-v2.6.2.tar.gz /trace-cmd-v2.6.2.tar.gz
/trace-cmd-v2.7.tar.gz

View File

@ -1 +1 @@
SHA512 (trace-cmd-v2.6.2.tar.gz) = 9e2f5ff570fb551a7effc5842701c05fad95c1fdfac1ec18d1715c5960f8685f5936e3af50bc13653abeb2dbcdedf47abf17bf4820a3c5c41fd0882bc07fc61a SHA512 (trace-cmd-v2.7.tar.gz) = e507eb6609f1fd3dddec541e9f69c466f4f3f66c28f0a7f4292615e3984cebaaf42725f3d82b8c625e5c60977d1f9b5e96cce7664b951eb5f99b955cc440efe4

View File

@ -3,15 +3,13 @@
#%%global git_commit 57371aaa2f469d0ba15fd85276deca7bfdd7ce36 #%%global git_commit 57371aaa2f469d0ba15fd85276deca7bfdd7ce36
Name: trace-cmd Name: trace-cmd
Version: 2.6.2 Version: 2.7
Release: 3%{?dist} Release: 1%{?dist}
License: GPLv2 and LGPLv2 License: GPLv2 and LGPLv2
Summary: A user interface to Ftrace Summary: A user interface to Ftrace
Group: Development/Tools
URL: http://git.kernel.org/?p=linux/kernel/git/rostedt/trace-cmd.git;a=summary URL: http://git.kernel.org/?p=linux/kernel/git/rostedt/trace-cmd.git;a=summary
# If upstream does not provide tarballs. # If upstream does not provide tarballs, to generate:
# To generate:
# git clone git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git # git clone git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
# cd trace-cmd # cd trace-cmd
# git archive --prefix=trace-cmd-%%{version}/ -o trace-cmd-v%%{version}.tar.gz %%{git_commit} # git archive --prefix=trace-cmd-%%{version}/ -o trace-cmd-v%%{version}.tar.gz %%{git_commit}
@ -34,7 +32,6 @@ tracers and will record into a data file.
%package -n kernelshark %package -n kernelshark
Summary: GUI analysis for Ftrace data captured by trace-cmd Summary: GUI analysis for Ftrace data captured by trace-cmd
Group: Development/Tools
Requires: trace-cmd%{_isa} = %{version}-%{release} Requires: trace-cmd%{_isa} = %{version}-%{release}
%description -n kernelshark %description -n kernelshark
@ -78,6 +75,10 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/kernelshark.desktop
%changelog %changelog
* Fri Mar 02 2018 Zamir SUN <sztsian@gmail.com> - 2.7-1
- Update to 2.7
- Remove Groups tag
* Fri Feb 23 2018 Florian Weimer <fweimer@redhat.com> - 2.6.2-3 * Fri Feb 23 2018 Florian Weimer <fweimer@redhat.com> - 2.6.2-3
- Use LDFLAGS from redhat-rpm-config - Use LDFLAGS from redhat-rpm-config