This commit is contained in:
parent
0c9cabfc8b
commit
a0c763a6fc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cd5d1e900f27d8406574ea86f70cc1fa7f650e92b05ea30f82297ec8f5e6c6c
|
||||
size 1091497
|
3
systemtap-0.9.8.tar.bz2
Normal file
3
systemtap-0.9.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f09abe328dc580dece820530c876a22f343168882d9f1c4eea2244325dbf5e5
|
||||
size 1124819
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:46:08 CEST 2009 - tiwai@suse.de
|
||||
|
||||
- change to noarch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 16:26:52 CEST 2009 - tiwai@suse.de
|
||||
|
||||
- updated to version 0.9.8:
|
||||
* Module signing support
|
||||
* Debuginfo suggestions when a script fails
|
||||
* Using %M in print formats for hex dumps can now print entire
|
||||
buffers
|
||||
* Dwarfless syscalls: The nd_syscalls tapset is now available to
|
||||
probe system calls without requiring kernel debug info.
|
||||
* sid() returns the session ID of the current process
|
||||
* stringat() indexes a single character from a string.
|
||||
* New script examples
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 22 09:38:19 CEST 2009 - tiwai@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package systemtap-docs (Version 0.9.7)
|
||||
# spec file for package systemtap-docs (Version 0.9.8)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -28,8 +28,8 @@ BuildRequires: latex2html
|
||||
%endif
|
||||
%define use_snapshot 0
|
||||
License: GPL v2 or later
|
||||
Version: 0.9.7
|
||||
Release: 2
|
||||
Version: 0.9.8
|
||||
Release: 1
|
||||
Summary: Instrumentation System
|
||||
Group: Development/Tools/Debuggers
|
||||
Url: http://sourceware.org/systemtap/
|
||||
@ -43,6 +43,7 @@ Patch: systemtap-docdir-fix.diff
|
||||
# Patch2: systemtap-ioblock-suse-kernel-fix.diff
|
||||
Patch3: systemtap-xmlto-fop.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
SystemTap is an instrumentation system for systems running Linux 2.6.
|
||||
@ -100,6 +101,19 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 18 2009 tiwai@suse.de
|
||||
- change to noarch
|
||||
* Tue Jun 16 2009 tiwai@suse.de
|
||||
- updated to version 0.9.8:
|
||||
* Module signing support
|
||||
* Debuginfo suggestions when a script fails
|
||||
* Using %%M in print formats for hex dumps can now print entire
|
||||
buffers
|
||||
* Dwarfless syscalls: The nd_syscalls tapset is now available to
|
||||
probe system calls without requiring kernel debug info.
|
||||
* sid() returns the session ID of the current process
|
||||
* stringat() indexes a single character from a string.
|
||||
* New script examples
|
||||
* Fri May 22 2009 tiwai@suse.de
|
||||
- add missing examples installation in docs subpackage
|
||||
* Wed May 20 2009 tiwai@suse.de
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 16:24:28 CEST 2009 - tiwai@suse.de
|
||||
|
||||
- updated to version 0.9.8:
|
||||
* Module signing support
|
||||
* Debuginfo suggestions when a script fails
|
||||
* Using %M in print formats for hex dumps can now print entire
|
||||
buffers
|
||||
* Dwarfless syscalls: The nd_syscalls tapset is now available to
|
||||
probe system calls without requiring kernel debug info.
|
||||
* sid() returns the session ID of the current process
|
||||
* stringat() indexes a single character from a string.
|
||||
* New script examples
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 13:02:00 CEST 2009 - tiwai@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package systemtap (Version 0.9.7)
|
||||
# spec file for package systemtap (Version 0.9.8)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,11 +20,11 @@
|
||||
|
||||
Name: systemtap
|
||||
BuildRequires: gcc-c++ glib2-devel libcap-devel libebl-devel pkg-config sqlite-devel
|
||||
BuildRequires: mozilla-nspr-devel mozilla-nss-devel
|
||||
BuildRequires: mozilla-nspr-devel mozilla-nss-devel mozilla-nss-tools
|
||||
%define use_snapshot 0
|
||||
License: GPL v2 or later
|
||||
Version: 0.9.7
|
||||
Release: 4
|
||||
Version: 0.9.8
|
||||
Release: 1
|
||||
Summary: Documents and examples for systemtap
|
||||
Group: Development/Tools/Debuggers
|
||||
Url: http://sourceware.org/systemtap/
|
||||
@ -166,8 +166,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/stap
|
||||
%{_datadir}/systemtap
|
||||
%{_mandir}/man1/*
|
||||
%{_datadir}/systemtap
|
||||
%dir %attr(0755,root,root) /var/cache/systemtap
|
||||
|
||||
%files runtime
|
||||
@ -182,8 +182,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_bindir}/stap-client
|
||||
%{_bindir}/stap-find-servers
|
||||
%{_bindir}/stap-find-or-start-server
|
||||
%{_bindir}/stap-add-server-cert
|
||||
%{_bindir}/stap-start-server
|
||||
%{_bindir}/stap-client-connect
|
||||
%{_bindir}/stap-env
|
||||
|
||||
%files server
|
||||
%defattr(-,root,root)
|
||||
@ -191,8 +192,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_bindir}/stap-serverd
|
||||
%{_bindir}/stap-start-server
|
||||
%{_bindir}/stap-stop-server
|
||||
%{_bindir}/stap-gen-server-cert
|
||||
%{_bindir}/stap-server-connect
|
||||
%{_bindir}/stap-authorize*
|
||||
%{_bindir}/stap-env
|
||||
%{_bindir}/stap-gen-cert
|
||||
%{_mandir}/man8/stap-server.*
|
||||
|
||||
%files sdt-devel
|
||||
@ -201,6 +204,17 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_includedir}/sys/*.h
|
||||
|
||||
%changelog
|
||||
* Tue Jun 16 2009 tiwai@suse.de
|
||||
- updated to version 0.9.8:
|
||||
* Module signing support
|
||||
* Debuginfo suggestions when a script fails
|
||||
* Using %%M in print formats for hex dumps can now print entire
|
||||
buffers
|
||||
* Dwarfless syscalls: The nd_syscalls tapset is now available to
|
||||
probe system calls without requiring kernel debug info.
|
||||
* sid() returns the session ID of the current process
|
||||
* stringat() indexes a single character from a string.
|
||||
* New script examples
|
||||
* Wed May 20 2009 tiwai@suse.de
|
||||
- split docs and examples to docs subpackage and generate from its
|
||||
own spec file to cut off the dependency loop
|
||||
|
Loading…
Reference in New Issue
Block a user