diff --git a/README.md b/README.md index e017991..9efd311 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # systemtap -SystemTap is an instrumentation system for systems running Linux 2.6. +SystemTap is an instrumentation system for Linux systems. Developers can write instrumentation to collect data on the operation of the system. diff --git a/systemtap.spec b/systemtap.spec index 6059137..743799b 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -18,13 +18,13 @@ %endif Name: systemtap -Version: 2.7 +Version: 3.0 Release: 1mamba -Summary: instrumentation system +Summary: An instrumentation system for Linux systems Group: System/Tools Vendor: openmamba Distribution: openmamba -Packager: Automatic Build System +Packager: Silvan Calarco URL: http://sourceware.org/systemtap/ Source0: http://sourceware.org/systemtap/ftp/releases/systemtap-%{version}.tar.gz License: GPL @@ -80,7 +80,7 @@ Requires: %{name}-runtime = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -SystemTap is an instrumentation system for systems running Linux 2.6. +SystemTap is an instrumentation system for Linux systems. Developers can write instrumentation to collect data on the operation of the system. %package client @@ -353,16 +353,13 @@ exit 0 %dir %{_datadir}/systemtap/runtime/linux/uprobes2 %{_datadir}/systemtap/runtime/linux/uprobes2/* %{_datadir}/systemtap/tapset -%{_mandir}/man1/stap.1* -%{_mandir}/man1/stapvirt.1.* -%{_mandir}/man1/stap-merge.1* -%{_mandir}/man1/stap-prep.1* -%{_mandir}/man1/stap-report.1* +%{_mandir}/man1/stap*.1* %{_mandir}/man3/stap*.3stap* %{_mandir}/man7/warning::symbols.7stap* %{_mandir}/man7/stappaths.7* %{_mandir}/man8/stapsh.8* %{_mandir}/man8/systemtap.8* +%lang(cs) %{_mandir}/cs/man*/ %doc AUTHORS COPYING #%files client @@ -447,6 +444,9 @@ exit 0 %{_datadir}/systemtap/testsuite %changelog +* Wed Jul 27 2016 Silvan Calarco 3.0-1mamba +- update to 3.0 + * Sat Mar 07 2015 Automatic Build System 2.7-1mamba - automatic update by autodist