diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | systemtap.spec.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-02-28 David Smith <dsmith@redhat.com> + + * systemtap.spec.in: Fixed %{_libexecdir}/systemtap path in + systemtap-runtime %files section. + 2007-02-27 Frank Ch. Eigler <fche@elastic.org> * systemtap.spec.in (/var/cache/systemtap): Forget it. diff --git a/systemtap.spec.in b/systemtap.spec.in index 0faa8dd4..a4e85730 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -140,7 +140,7 @@ rm -rf ${RPM_BUILD_ROOT} %files runtime %defattr(-,root,root) %{_bindir}/staprun -%{_libexecdir}/stp_check +%{_libexecdir}/systemtap %{_mandir}/man8/* %doc README AUTHORS NEWS COPYING |