From 2205d1152e6e9ff34908bf83c3964fb5883adff1 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 3 Aug 2005 20:32:01 +0000 Subject: 2005-08-03 Martin Hunt * stp_check.in : Copy sources to /var/cache/systemtap. * systemtap.spec.in: Install stp_check. Create /var/cache/systemtap * Makefile.am (install-exec-local): Install stp_check. * configure.ac, systemtap.spec.in: Version 0.2.2. * Makefile.in, aclocal.m4, configure: Regenerated. --- systemtap.spec.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'systemtap.spec.in') diff --git a/systemtap.spec.in b/systemtap.spec.in index 7d619b40..eb282db2 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -98,6 +98,8 @@ mkdir -p ${installed_elfutils} cp -P lib-elfutils/*.so* lib-elfutils/%{name}/*.so* ${installed_elfutils}/ %endif +mkdir -p $RPM_BUILD_ROOT/var/cache/systemtap + %check make check %{?elfutils_mflags} || : @@ -111,12 +113,14 @@ rm -rf ${RPM_BUILD_ROOT} %{_bindir}/stap %{_mandir}/man1/* -%{_libexecdir}/systemtap/stpd +%{_libexecdir}/systemtap/* %dir %{_datadir}/systemtap %{_datadir}/systemtap/runtime %{_datadir}/systemtap/tapset +%dir %attr(0755,root,root) /var/cache/systemtap + %if %{bundled_elfutils} %dir %{_libdir}/%{name} %{_libdir}/%{name}/lib*.so* @@ -124,6 +128,10 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed Aug 3 2005 Martin Hunt - 0.2.2-1 +- Add directory /var/cache/systemtap +- Add stp_check to /usr/libexec/systemtap + * Wed Aug 3 2005 Roland McGrath - 0.2.1-1 - New version 0.2.1, various fixes. -- cgit