diff options
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 10 |
1 files changed, 9 insertions, 1 deletions
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 <hunt@redhat.com> - 0.2.2-1 +- Add directory /var/cache/systemtap +- Add stp_check to /usr/libexec/systemtap + * Wed Aug 3 2005 Roland McGrath <roland@redhat.com> - 0.2.1-1 - New version 0.2.1, various fixes. |