From fa019a48575d43eff35a1d5b68b8b5854a018863 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 29 Jul 2013 10:15:07 -0400 Subject: [PATCH] Automated weekly systmtap rawhide release: 0.9.geada930 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 18 +++++++++++------- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 164312c..40c4127 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ systemtap-1.3.tar.gz /systemtap-2.3-0.234.g54cbada.tar.gz /systemtap-2.3-0.244.gca49ae2.tar.gz /systemtap-2.3.tar.gz +/systemtap-2.4-0.9.geada930.tar.gz diff --git a/sources b/sources index 306a562..ca6a56f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -73ba7a181e8d1d91b065f9ffca02acdd systemtap-2.3.tar.gz +c8fc45e782fbce073daaf50606f2bdad systemtap-2.4-0.9.geada930.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 46ab382..a3fa6c0 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -26,13 +26,13 @@ %else %{!?with_dyninst: %global with_dyninst 0} %endif -%{!?with_systemd: %global with_systemd 0%{?fedora} >= 19} +%{!?with_systemd: %global with_systemd 0%{?fedora} >= 19 || 0%{?rhel} >= 7} %{!?with_emacsvim: %global with_emacsvim 1} %{!?with_java: %global with_java 1} Name: systemtap -Version: 2.3 -Release: 1%{?dist} +Version: 2.4 +Release: 0.9.geada930%{?dist} # for version, see also configure.ac @@ -55,7 +55,7 @@ Release: 1%{?dist} # local user: systemtap # # Unusual scenarios: -# +# # intermediary stap-client for --remote: systemtap-client (-runtime unused) # intermediary stap-server for --use-server: systemtap-server (-devel unused) @@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: ftp://sourceware.org/pub/systemtap/releases/systemtap-%{version}.tar.gz +Source: %{name}-%{version}-0.9.geada930.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -201,8 +201,8 @@ Requires: coreutils grep sed unzip zip Requires: openssh-clients %description client -This package contains/requires the components needed to develop -systemtap scripts, and compile them using a local systemtap-devel +This package contains/requires the components needed to develop +systemtap scripts, and compile them using a local systemtap-devel or a remote systemtap-server installation, then run them using a local or remote systemtap-runtime. It includes script samples and documentation, and a copy of the tapset library for reference. @@ -783,6 +783,10 @@ done # ------------------------------------------------------------------------ %changelog +* Mon Jul 29 2013 Lukas Berk - 2.4-0.9.geada930 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Thu Jul 25 2013 David Smith - 2.3 - Upstream release.