summaryrefslogtreecommitdiffstats
path: root/systemtap.spec.in
diff options
context:
space:
mode:
authorwcohen <wcohen>2007-12-05 22:23:50 +0000
committerwcohen <wcohen>2007-12-05 22:23:50 +0000
commit47b0655b4b8e156eb20127f8c405617a165f3882 (patch)
tree456a3df204cd4f7afacdf6bc7efd11fde95110c9 /systemtap.spec.in
parentdfd11cc3ea340096a2829f5ecda29998c73a0acb (diff)
downloadsystemtap-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.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r--systemtap.spec.in7
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.