From 78db65bdd61c837e730d5eecf00e3b4ff8da9d5b Mon Sep 17 00:00:00 2001 From: guanglei Date: Mon, 29 May 2006 07:36:56 +0000 Subject: modify systemtap.spec.in to include lket-b2a in rpm package --- systemtap.spec.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systemtap.spec.in') 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/* -- cgit