summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--systemtap.spec.in7
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d3e081c7..d446c63b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.