trace-cmd v2.2.1 spec file
Hi Jon, In case you find it useful, here is how I updated the spec file from the f19 src rpm for trace-cmd v2.2.1. I needed to build a newer version to fix https://lkml.org/lkml/2013/3/1/596, so I just updated the spec and followed your instructions for making a new tarball. There were a couple of new unpackaged files so I added them to the %files section. Feel free to ignore if you've already done this somewhere else :) -- Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
This commit is contained in:
parent
6e56e74a7c
commit
99a0d5c65f
@ -1,9 +1,9 @@
|
|||||||
#%global checkout 20120606git8266dff
|
#%global checkout 20130723git07f0eee2
|
||||||
# git tag
|
# git tag
|
||||||
%global git_commit trace-cmd-v2.1.0
|
%global git_commit trace-cmd-v2.2.1
|
||||||
|
|
||||||
Name: trace-cmd
|
Name: trace-cmd
|
||||||
Version: 2.1.0
|
Version: 2.2.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 and LGPLv2
|
License: GPLv2 and LGPLv2
|
||||||
Summary: A user interface to Ftrace
|
Summary: A user interface to Ftrace
|
||||||
@ -64,6 +64,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/kernelshark.desktop
|
|||||||
%doc COPYING COPYING.LIB README
|
%doc COPYING COPYING.LIB README
|
||||||
%{_bindir}/trace-cmd
|
%{_bindir}/trace-cmd
|
||||||
%{_libdir}/%{name}
|
%{_libdir}/%{name}
|
||||||
|
%{_prefix}/lib/%{name}
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
@ -76,6 +77,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/kernelshark.desktop
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 23 2013 Dwight Engen <dwight.engen@oracle.com> - 2.2.1-1
|
||||||
|
- Update to 2.2.1
|
||||||
|
|
||||||
* Wed Feb 13 2013 Jon Stanley <jonstanley@gmail.com> - 2.1.0-1
|
* Wed Feb 13 2013 Jon Stanley <jonstanley@gmail.com> - 2.1.0-1
|
||||||
- Update to latest upstream
|
- Update to latest upstream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user