diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | stapprobes.5.in | 4 | ||||
-rw-r--r-- | systemtap.spec.in | 3 |
3 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-05-29 Li Guanglei <guanglei@cn.ibm.com> + + * systemtap.spec.in: include lket-b2a in the rpm package + 2006-05-27 Li Guanglei <guanglei@cn.ibm.com> * configure.ac: add conditional build of lket-b2a diff --git a/stapprobes.5.in b/stapprobes.5.in index 26511529..d05d35c0 100644 --- a/stapprobes.5.in +++ b/stapprobes.5.in @@ -251,4 +251,6 @@ kernel.syscall.*.return refers to the group of probe aliases with any name in the third position .SH SEE ALSO -.IR stap (1) lket (5) +.IR stap (1), +.IR lket (5) + diff --git a/systemtap.spec.in b/systemtap.spec.in index 00895b43..706bb31b 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -13,6 +13,8 @@ Source: ftp://sourceware.org/pub/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root Requires: kernel >= 2.6.9-11 +BuildRequires: glib2-devel >= 2.0.0 +Requires: glib2 >= 2.0.0 # Requires: kernel-devel # or is that kernel-smp-devel? kernel-hugemem-devel? Requires: gcc make @@ -83,6 +85,7 @@ rm -rf ${RPM_BUILD_ROOT} %doc README AUTHORS NEWS COPYING %{_bindir}/stap +%{_bindir}/lket-b2a %{_mandir}/man1/* %{_mandir}/man5/* %{_libexecdir}/systemtap/* |