From 7e4e4d3f82cbccc6d43479026a03721f1bd1f20e Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Sep 23 2009 02:26:03 +0000 Subject: upstream release 1.0 --- diff --git a/.cvsignore b/.cvsignore index 5b967c4..5e9d38a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -systemtap-0.9.9.tar.gz +systemtap-1.0.tar.gz diff --git a/sources b/sources index 37e08a2..c9f92fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4625fab536d4eddf85f0da985c5f6caa systemtap-0.9.9.tar.gz +e11c9ec18f3b269b846054e9ca33011a systemtap-1.0.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 9b385bf..960d2e1 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -8,8 +8,8 @@ %{!?with_grapher: %define with_grapher 1} Name: systemtap -Version: 0.9.9 -Release: 3%{?dist} +Version: 1.0 +Release: 1%{?dist} # for version, see also configure.ac Summary: Instrumentation System Group: Development/System @@ -84,7 +84,7 @@ Summary: Instrumentation System Testsuite Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Requires: systemtap systemtap-sdt-devel dejagnu +Requires: systemtap systemtap-sdt-devel dejagnu which %description testsuite The testsuite allows testing of the entire SystemTap toolchain @@ -97,11 +97,13 @@ License: GPLv2+ URL: http://sourceware.org/systemtap/ Requires: systemtap-runtime = %{version}-%{release} Requires: avahi avahi-tools nss nss-tools mktemp +Requires: zip unzip %description client -SystemTap client is the client component of an instrumentation -system for systems running Linux 2.6. Developers can write -instrumentation to collect data on the operation of the system. +This is the remote script compilation client component of systemtap. +It relies on a nearby compilation server to translate systemtap +scripts to kernel objects, so a client workstation only needs the +runtime, and not the compiler/etc toolchain. %package server Summary: Instrumentation System Server @@ -110,11 +112,12 @@ License: GPLv2+ URL: http://sourceware.org/systemtap/ Requires: systemtap Requires: avahi avahi-tools nss nss-tools mktemp +Requires: zip unzip %description server -SystemTap server is the server component of an instrumentation -system for systems running Linux 2.6. Developers can write -instrumentation to collect data on the operation of the system. +This is the remote script compilation server component of systemtap. +It announces itself to local clients with avahi, and compiles systemtap +scripts to kernel objects on their demand. %package sdt-devel Summary: Static probe support tools @@ -339,6 +342,8 @@ exit 0 %{_bindir}/stap-client %{_bindir}/stap-env %{_bindir}/stap-find-servers +%{_bindir}/stap-authorize-cert +%{_bindir}/stap-authorize-server-cert %{_bindir}/stap-client-connect %{_mandir}/man8/stap-server.8* @@ -355,6 +360,7 @@ exit 0 %{_bindir}/stap-authorize-cert %{_bindir}/stap-authorize-server-cert %{_bindir}/stap-server-connect +%{_bindir}/stap-sign-module %{_mandir}/man8/stap-server.8* %files sdt-devel @@ -381,12 +387,8 @@ exit 0 %changelog -* Wed Aug 12 2009 Josh Stone - 0.9.9-3 -- Fix uprobes error suppression in %post and %preun (#515870) - (upstream commit 70f2bd1fc3db8e2b555234d45e6bc3856d8afee5) - -* Tue Aug 4 2009 Josh Stone - 0.9.9-2 -- Rebuild with correct sources. +* Tue Sep 22 2009 Josh Stone - 1.0-1 +- Upstream release. * Tue Aug 4 2009 Josh Stone - 0.9.9-1 - Upstream release.