New version 0.2.2

This commit is contained in:
roland 2005-08-04 10:23:41 +00:00
parent 316d91e519
commit 8aa81e860d
3 changed files with 13 additions and 5 deletions

View File

@ -1,2 +1,2 @@
systemtap-0.2.tar.gz
elfutils-0.111.tar.gz
systemtap-0.2.2.tar.gz

View File

@ -1,2 +1,2 @@
22bf6c073290d0540cf598135f6b9f7d elfutils-0.111.tar.gz
a44a14d7195715c70616164ca5118c11 systemtap-0.2.1.tar.gz
3575739207cb38c5593c291c4d441535 systemtap-0.2.2.tar.gz

View File

@ -2,7 +2,7 @@
%define elfutils_version 0.111
Name: systemtap
Version: 0.2.1
Version: 0.2.2
Release: 2
Summary: Instrumentation System
Group: Development/System
@ -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,9 +128,13 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog
* Wed Aug 3 2005 Roland McGrath <roland@redhat.com> - 0.2.1-2
* Thu Aug 4 2005 Roland McGrath <roland@redhat.com> - 0.2.2-2
- Rebuilt for FC5.
* 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.