2007-01-10 01:58:04 +01:00
|
|
|
#
|
2007-06-06 18:18:07 +02:00
|
|
|
# spec file for package systemtap (Version 0.5.14.20070602)
|
2007-01-10 01:58:04 +01:00
|
|
|
#
|
|
|
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
Name: systemtap
|
2007-05-21 18:48:08 +02:00
|
|
|
BuildRequires: gcc-c++ libebl-devel
|
2007-06-06 18:18:07 +02:00
|
|
|
%define package_version 20070602
|
2007-01-10 01:58:04 +01:00
|
|
|
License: GNU General Public License (GPL)
|
2007-06-06 18:18:07 +02:00
|
|
|
Version: 0.5.14.20070602
|
|
|
|
Release: 1
|
2007-01-10 01:58:04 +01:00
|
|
|
Summary: Instrumentation System
|
|
|
|
Group: Development/Tools/Debuggers
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
# Requires: kernel-source gcc make
|
|
|
|
# Suggest: kernel-smp-debuginfo
|
|
|
|
Source: systemtap-%{package_version}.tar.bz2
|
2007-05-21 18:48:08 +02:00
|
|
|
Patch: systemtap-compile-warning-fixes.diff
|
2007-01-10 01:58:04 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
SystemTap is an instrumentation system for systems running Linux 2.6.
|
|
|
|
Developers can write instrumentation to collect data on the operation
|
|
|
|
of the system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Frank Ch. Eigler <fche@redhat.com>
|
|
|
|
Graydon Hoare <graydon@redhat.com>
|
|
|
|
Martin Hunt <hunt@redhat.com>
|
|
|
|
Tom Zanussi <zanussi@us.ibm.com>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
# %setup -n %{name}-%{package_version} -q -a1
|
2007-05-21 18:48:08 +02:00
|
|
|
%setup -n src -q
|
2007-01-10 01:58:04 +01:00
|
|
|
%patch
|
|
|
|
|
|
|
|
%build
|
2007-05-21 18:48:08 +02:00
|
|
|
%configure
|
2007-01-10 01:58:04 +01:00
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
2007-06-06 18:18:07 +02:00
|
|
|
%makeinstall
|
2007-01-10 01:58:04 +01:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/cache/systemtap
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc README AUTHORS NEWS COPYING
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_mandir}/man?/*
|
|
|
|
%{_libdir}/systemtap
|
|
|
|
%{_datadir}/systemtap
|
|
|
|
%dir %attr(0755,root,root) /var/cache/systemtap
|
|
|
|
|
2007-02-25 23:39:54 +01:00
|
|
|
%changelog
|
2007-06-06 18:18:07 +02:00
|
|
|
* Wed Jun 06 2007 - tiwai@suse.de
|
|
|
|
- updated to snapshot 20070602:
|
|
|
|
* fix for gcc4.3
|
|
|
|
* minor fixes in elaborate.*
|
|
|
|
- include the snapshot date into version string
|
|
|
|
- clean up spec file
|
2007-05-22 18:34:24 +02:00
|
|
|
* Tue May 22 2007 - tiwai@suse.de
|
|
|
|
- updated to snapshot 20070519:
|
|
|
|
* Updated temporary handlings
|
|
|
|
* Autoconf tweaks
|
|
|
|
* Performance improvements with const and temporary handlings
|
|
|
|
* Removed do_write and do_read probles, added aio_write,
|
|
|
|
aio_read, writev and readv probes.
|
2007-05-21 18:48:08 +02:00
|
|
|
* Mon May 21 2007 - tiwai@suse.de
|
|
|
|
- use the external elfutils packages.
|
2007-04-24 22:38:33 +02:00
|
|
|
* Tue Apr 24 2007 - tiwai@suse.de
|
|
|
|
- updated to snapshot 20070421 and elfutils-0.127:
|
|
|
|
* minor compile warning fixes
|
|
|
|
* add interruptible parameter
|
|
|
|
* improvement on documents
|
|
|
|
* fix for debugfs and relayfs mounts
|
|
|
|
* see ChangeLog for other changes
|
2007-03-20 01:19:02 +01:00
|
|
|
* Mon Mar 19 2007 - tiwai@suse.de
|
|
|
|
- updated to snapshot 20070317:
|
|
|
|
including all fix patches
|
2007-03-09 01:51:26 +01:00
|
|
|
* Thu Mar 08 2007 - tiwai@suse.de
|
|
|
|
- fix the handling of function arguments in more generic way
|
|
|
|
(#245310, #252311)
|
|
|
|
added a new option -P to switch the prologue-search behavior
|
2007-03-07 22:50:43 +01:00
|
|
|
* Wed Mar 07 2007 - tiwai@suse.de
|
|
|
|
- fix misalignment of exception table entry on s390x (#249576)
|
2007-02-26 13:25:47 +01:00
|
|
|
* Mon Feb 26 2007 - tiwai@suse.de
|
|
|
|
- fix crash with large H value in hist_linear() (#248430)
|
2007-02-25 23:39:54 +01:00
|
|
|
* Fri Feb 23 2007 - tiwai@suse.de
|
|
|
|
- fix mmap syscall on s390x (#248110)
|
2007-02-15 18:08:01 +01:00
|
|
|
* Thu Feb 15 2007 - tiwai@suse.de
|
|
|
|
- fix a wrong name of store_deref definition (#245544)
|
|
|
|
* Wed Feb 14 2007 - tiwai@suse.de
|
|
|
|
- fix the handling of function arguments on s390x (#245310)
|
2007-02-07 00:34:56 +01:00
|
|
|
* Tue Feb 06 2007 - tiwai@suse.de
|
|
|
|
- update to snapshot 20070203, bugfixes including:
|
|
|
|
* add missing sockets tapset support (#239346)
|
|
|
|
* fix the array membership (#242481)
|
2007-02-02 15:47:32 +01:00
|
|
|
* Wed Jan 31 2007 - tiwai@suse.de
|
|
|
|
- turn on Autoprov again to fix broken dependency.
|
2007-01-30 18:08:10 +01:00
|
|
|
* Tue Jan 30 2007 - tiwai@suse.de
|
|
|
|
- update to snapshot 20070120 and elfutils-0.125 to fix major
|
|
|
|
bugs (#238710):
|
|
|
|
* fixed libdw known bugs in elfutils 0.124
|
|
|
|
* add the missing support of tapsetr/errno.stp for s390x
|
|
|
|
* fix conditionals in syscall tapset for s390x
|
|
|
|
* new macros to safely read/write values from kernel pointers
|
|
|
|
* fix the non-standard C behavior to handle NULL in an array
|
|
|
|
* fixed support for benchmarking mode with off-line code
|
|
|
|
* added support to allow user to use array size declarations
|
|
|
|
* reduce number of calls to stp_module_relocate within $tvar
|
|
|
|
functions
|
2007-01-10 01:58:04 +01:00
|
|
|
* Tue Jan 09 2007 - tiwai@suse.de
|
|
|
|
- updated to the recent snapshot version (FATE 301670).
|
|
|
|
* fix cache bugs
|
|
|
|
* auto-tools fixes
|
|
|
|
* probe registartion rework
|
|
|
|
* allow negative numeric literals
|
|
|
|
* bugfixes/optmizations
|
|
|
|
- elfutls 1.2.4
|
|
|
|
removed codes with problematic license in elfutils (#232894)
|
|
|
|
* Thu Aug 24 2006 - tiwai@suse.de
|
|
|
|
- update elfutils to 1.2.3, including vmlinux.debuginfo fix.
|
|
|
|
* Thu Aug 24 2006 - tiwai@suse.de
|
|
|
|
- fix the auto-lookup of vmlinux debuginfo for SUSE systems
|
|
|
|
- fix the stp compilation with 2.6.18 kernel
|
|
|
|
* Wed Aug 09 2006 - tiwai@suse.de
|
|
|
|
- updated to latest snapshot (version 0.5.8)
|
|
|
|
with elfutils-1.2.2.
|
|
|
|
* Tue Apr 18 2006 - mason@suse.de
|
|
|
|
- Update to latest snapshot
|
|
|
|
* Sun Apr 09 2006 - mason@suse.de
|
|
|
|
- created package
|