diff options
author | wcohen <wcohen> | 2007-12-05 22:23:50 +0000 |
---|---|---|
committer | wcohen <wcohen> | 2007-12-05 22:23:50 +0000 |
commit | 47b0655b4b8e156eb20127f8c405617a165f3882 (patch) | |
tree | 456a3df204cd4f7afacdf6bc7efd11fde95110c9 | |
parent | dfd11cc3ea340096a2829f5ecda29998c73a0acb (diff) | |
download | systemtap-steved-47b0655b4b8e156eb20127f8c405617a165f3882.tar.gz systemtap-steved-47b0655b4b8e156eb20127f8c405617a165f3882.tar.xz systemtap-steved-47b0655b4b8e156eb20127f8c405617a165f3882.zip |
2007-12-05 William Cohen <wcohen@redhat.com>
* systemtap.spec.in: Correct Source to point to location contain code.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | systemtap.spec.in | 7 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2007-12-05 William Cohen <wcohen@redhat.com> + + * systemtap.spec.in: Correct Source to point to location contain code. + 2007-12-05 Masami Hiramatsu <mhiramat@redhat.com> PR 4935 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. |