Version 0.5.9
This commit is contained in:
parent
2cbbd71efa
commit
8b061be664
@ -1,2 +1,2 @@
|
|||||||
elfutils-0.111.tar.gz
|
systemtap-0.5.9.tar.gz
|
||||||
systemtap-0.2.2.tar.gz
|
elfutils-0.122.tar.gz
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
9f06c069faf89454b65a0faf9b544975 systemtap-0.5.8.tar.gz
|
35ed51e45bbd9db9a0aa132a442382d7 systemtap-0.5.9.tar.gz
|
||||||
5f6372f28b5ca98403b4d1b154b843ad elfutils-0.121.tar.gz
|
d83e9022eb342eede549dd6d6a537b59 elfutils-0.122.tar.gz
|
||||||
|
@ -1,10 +1,32 @@
|
|||||||
# Yo! DO NOT THE FOLLOWING LINE.
|
# Release number for rpm build. Stays at 1 for new PACKAGE_VERSION increases.
|
||||||
|
%define release 1
|
||||||
|
# Version number of oldest elfutils release that works with systemtap.
|
||||||
|
%define elfutils_version 0.122
|
||||||
|
|
||||||
|
# Set bundled_elfutils to 0 on systems that have %{elfutils_version} or newer.
|
||||||
|
%if 0%{?fedora}
|
||||||
|
%define bundled_elfutils 1
|
||||||
|
%if "%fedora" >= "6"
|
||||||
%define bundled_elfutils 0
|
%define bundled_elfutils 0
|
||||||
%define elfutils_version 0.121
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?rhel}
|
||||||
|
%define bundled_elfutils 1
|
||||||
|
%if "%rhel" >= "5"
|
||||||
|
%define bundled_elfutils 0
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if 0%{!?bundled_elfutils:1}
|
||||||
|
# Yo! DO NOT TOUCH THE FOLLOWING LINE.
|
||||||
|
# You can use rpmbuild --define "bundled_elfutils 0" for a build of your own.
|
||||||
|
%define bundled_elfutils 1
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
Version: 0.5.8
|
Version: 0.5.9
|
||||||
Release: 2.1
|
Release: %{release}%{?dist}
|
||||||
Summary: Instrumentation System
|
Summary: Instrumentation System
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -104,11 +126,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.5.8-2.1
|
* Wed Jul 19 2006 Roland McGrath <roland@redhat.com> - 0.5.9-1
|
||||||
- rebuild
|
- PRs 2669, 2913
|
||||||
|
|
||||||
* Fri Jun 16 2006 Roland McGrath <roland@redhat.com> - 0.5.8-2
|
|
||||||
- Rebuilt for devel
|
|
||||||
|
|
||||||
* Fri Jun 16 2006 Roland McGrath <roland@redhat.com> - 0.5.8-1
|
* Fri Jun 16 2006 Roland McGrath <roland@redhat.com> - 0.5.8-1
|
||||||
- PRs 2627, 2520, 2228, 2645
|
- PRs 2627, 2520, 2228, 2645
|
||||||
|
Loading…
Reference in New Issue
Block a user