OBS User unknown 2007-10-22 15:52:18 +00:00 committed by Git OBS Bridge
parent d3d86ab787
commit 318b6d25d6
4 changed files with 20 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d6a22dbc652a598fdc5d04fd89313ced4e187bad243852878ae37cbc4e9b85e
size 739767

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c20ff3eeb97e2cab870f231ab745ec6da45b516660667f4d18d9f3103277e265
size 773425

View File

@ -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 Tue Aug 14 16:53:57 CEST 2007 - tiwai@suse.de

View File

@ -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. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -11,17 +11,17 @@
# norootforbuild # norootforbuild
Name: systemtap Name: systemtap
BuildRequires: gcc-c++ glib2-devel libebl-devel pkg-config sqlite-devel BuildRequires: gcc-c++ glib2-devel libcap-devel libebl-devel pkg-config sqlite-devel
%define package_version 20070811 %define package_version 20071020
License: GPL v2 or later License: GPL v2 or later
Version: 0.5.14.20070811 Version: 0.6
Release: 1 Release: 1
Summary: Instrumentation System Summary: Instrumentation System
Group: Development/Tools/Debuggers Group: Development/Tools/Debuggers
URL: http://sourceware.org/systemtap/ Url: http://sourceware.org/systemtap/
# Requires: kernel-source gcc make # Requires: kernel-source gcc make
# Suggest: kernel-smp-debuginfo # 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -61,8 +61,11 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/systemtap %{_libdir}/systemtap
%{_datadir}/systemtap %{_datadir}/systemtap
%dir %attr(0755,root,root) /var/cache/systemtap %dir %attr(0755,root,root) /var/cache/systemtap
%changelog %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 * Tue Aug 14 2007 - tiwai@suse.de
- updated to snapshot 20070811: - updated to snapshot 20070811:
* Updated -m MODNAME usage * Updated -m MODNAME usage