From 99a0d5c65fd4ff9002f4f3ea4954af05e4d96acb Mon Sep 17 00:00:00 2001 From: Dwight Engen Date: Tue, 23 Jul 2013 14:53:41 -0400 Subject: [PATCH] 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 --- trace-cmd.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/trace-cmd.spec b/trace-cmd.spec index 1645483..929b09e 100644 --- a/trace-cmd.spec +++ b/trace-cmd.spec @@ -1,9 +1,9 @@ -#%global checkout 20120606git8266dff +#%global checkout 20130723git07f0eee2 # git tag -%global git_commit trace-cmd-v2.1.0 +%global git_commit trace-cmd-v2.2.1 Name: trace-cmd -Version: 2.1.0 +Version: 2.2.1 Release: 1%{?dist} License: GPLv2 and LGPLv2 Summary: A user interface to Ftrace @@ -64,6 +64,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/kernelshark.desktop %doc COPYING COPYING.LIB README %{_bindir}/trace-cmd %{_libdir}/%{name} +%{_prefix}/lib/%{name} %{_mandir}/man1/* %{_mandir}/man5/* @@ -76,6 +77,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/kernelshark.desktop %changelog +* Tue Jul 23 2013 Dwight Engen - 2.2.1-1 +- Update to 2.2.1 + * Wed Feb 13 2013 Jon Stanley - 2.1.0-1 - Update to latest upstream