This commit is contained in:
parent
d3d86ab787
commit
318b6d25d6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d6a22dbc652a598fdc5d04fd89313ced4e187bad243852878ae37cbc4e9b85e
|
||||
size 739767
|
3
systemtap-20071020.tar.bz2
Normal file
3
systemtap-20071020.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c20ff3eeb97e2cab870f231ab745ec6da45b516660667f4d18d9f3103277e265
|
||||
size 773425
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 22 15:23:15 CEST 2007 - tiwai@suse.de
|
||||
|
||||
- updated to snapshot 20071020:
|
||||
* bump up version 0.6
|
||||
* bunch of updates and fixes, see ChangeLog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 14 16:53:57 CEST 2007 - tiwai@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package systemtap (Version 0.5.14.20070811)
|
||||
# spec file for package systemtap (Version 0.6)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,17 +11,17 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: systemtap
|
||||
BuildRequires: gcc-c++ glib2-devel libebl-devel pkg-config sqlite-devel
|
||||
%define package_version 20070811
|
||||
BuildRequires: gcc-c++ glib2-devel libcap-devel libebl-devel pkg-config sqlite-devel
|
||||
%define package_version 20071020
|
||||
License: GPL v2 or later
|
||||
Version: 0.5.14.20070811
|
||||
Version: 0.6
|
||||
Release: 1
|
||||
Summary: Instrumentation System
|
||||
Group: Development/Tools/Debuggers
|
||||
URL: http://sourceware.org/systemtap/
|
||||
Url: http://sourceware.org/systemtap/
|
||||
# Requires: kernel-source gcc make
|
||||
# Suggest: kernel-smp-debuginfo
|
||||
Source: systemtap-%{package_version}.tar.bz2
|
||||
Source: ftp://sources.redhat.com/pub/systemtap/snapshots/systemtap-%{package_version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -61,8 +61,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/systemtap
|
||||
%{_datadir}/systemtap
|
||||
%dir %attr(0755,root,root) /var/cache/systemtap
|
||||
|
||||
%changelog
|
||||
* Mon Oct 22 2007 - tiwai@suse.de
|
||||
- updated to snapshot 20071020:
|
||||
* bump up version 0.6
|
||||
* bunch of updates and fixes, see ChangeLog
|
||||
* Tue Aug 14 2007 - tiwai@suse.de
|
||||
- updated to snapshot 20070811:
|
||||
* Updated -m MODNAME usage
|
||||
|
Loading…
Reference in New Issue
Block a user