diff options
author | dsmith <dsmith> | 2007-02-28 15:10:26 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2007-02-28 15:10:26 +0000 |
commit | 906cf40a75fa53baa46abe1e4996e3ddd3925692 (patch) | |
tree | e463e54dd76d29c1cef4e40ce6d0eb365aa6136e | |
parent | dedfb0242424555ee4309df0c0623a7f7ca84ab5 (diff) | |
download | systemtap-steved-906cf40a75fa53baa46abe1e4996e3ddd3925692.tar.gz systemtap-steved-906cf40a75fa53baa46abe1e4996e3ddd3925692.tar.xz systemtap-steved-906cf40a75fa53baa46abe1e4996e3ddd3925692.zip |
2007-02-28 David Smith <dsmith@redhat.com>
* systemtap.spec.in: Fixed %{_libexecdir}/systemtap path in
systemtap-runtime %files section.
-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 |