diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2007-12-14 11:08:51 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2007-12-14 11:08:51 -0500 |
commit | 06e0853b32f53f33d791a99d21e630800642a442 (patch) | |
tree | d94038318e93302e360e2f855f77dc6b8eec1f3f /systemtap.spec.in | |
parent | e9369426e1146a2373ac47c11647bdd70d41f7be (diff) | |
parent | 149eaccd1d42882b20471c4fdae07c32024cc654 (diff) | |
download | systemtap-steved-06e0853b32f53f33d791a99d21e630800642a442.tar.gz systemtap-steved-06e0853b32f53f33d791a99d21e630800642a442.tar.xz systemtap-steved-06e0853b32f53f33d791a99d21e630800642a442.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index 3fc6dfdc..576626d7 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -1,5 +1,5 @@ # Release number for rpm build. Stays at 1 for new PACKAGE_VERSION increases. -%define release 1 +%define release 2 # Version number of oldest elfutils release that works with systemtap. %define elfutils_version 0.127 @@ -41,7 +41,7 @@ Summary: Instrumentation System Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: ftp://sourceware.org/pub/%{name}/%{name}-%{version}.tar.gz +Source: ftp://sourceware.org/pub/%{name}/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -199,6 +199,9 @@ exit 0 %changelog +* Wed Dec 5 2007 Will Cohen <wcohen@redhat.com> - 0.6-2 +- Correct Source to point to location contain code. + * Thu Aug 9 2007 David Smith <dsmith@redhat.com> - 0.6-1 - Bumped version, added libcap-devel BuildRequires. |