[systemtap] Automated weekly systemtap rawhide release: 0.54.gb87b0305be62

lukas berk lberk at fedoraproject.org
Thu May 15 19:21:40 UTC 2014


commit bc52e33f1068f84d0250e1a4992adc599cba6672
Author: Lukas Berk <lberk at redhat.com>
Date:   Thu May 15 15:21:25 2014 -0400

    Automated weekly systemtap rawhide release: 0.54.gb87b0305be62

 .gitignore     |    1 +
 sources        |    2 +-
 systemtap.spec |   12 ++++++++++--
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d1a019a..a620ea8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -100,3 +100,4 @@ systemtap-1.3.tar.gz
 /systemtap-2.6-0.11.gbe329745a929.tar.gz
 /systemtap-2.6-0.50.g684fe5014906.tar.gz
 /systemtap-2.6-0.52.ge0da6e752b05.tar.gz
+/systemtap-2.6-0.54.gb87b0305be62.tar.gz
diff --git a/sources b/sources
index 3506955..74fb619 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa7a65491ddc2f04e3f9f3da23f71608  systemtap-2.6-0.52.ge0da6e752b05.tar.gz
+07002f13bec0c4aa6955246cb3a59d37  systemtap-2.6-0.54.gb87b0305be62.tar.gz
diff --git a/systemtap.spec b/systemtap.spec
index 89e8ad2..9f4ddb3 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -39,6 +39,7 @@
 %{!?with_mokutil: %global with_mokutil 0}
 %{!?with_openssl: %global with_openssl 0}
 %endif
+%{!?with_pyparsing: %global with_pyparsing 0%{?fedora} >= 18 || 0%{?rhel} >= 7}
 
 %ifarch ppc64le
 %global with_virthost 0
@@ -67,7 +68,7 @@
 
 Name: systemtap
 Version: 2.6
-Release: 0.52.ge0da6e752b05%{?dist}
+Release: 0.54.gb87b0305be62%{?dist}
 # for version, see also configure.ac
 
 
@@ -100,7 +101,7 @@ Summary: Programmable system-wide instrumentation system
 Group: Development/System
 License: GPLv2+
 URL: http://sourceware.org/systemtap/
-Source: %{name}-%{version}-0.52.ge0da6e752b05.tar.gz
+Source: %{name}-%{version}-0.54.gb87b0305be62.tar.gz
 
 # Build*
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -277,6 +278,9 @@ Summary: Static probe support tools
 Group: Development/System
 License: GPLv2+ and Public Domain
 URL: http://sourceware.org/systemtap/
+%if %{with_pyparsing}
+Requires: pyparsing
+%endif
 
 %description sdt-devel
 This package includes the <sys/sdt.h> header file used for static
@@ -1016,6 +1020,10 @@ done
 #   http://sourceware.org/systemtap/wiki/SystemTapReleases
 
 %changelog
+* Thu May 15 2014 Lukas Berk <lberk at redhat.com> - 2.6-0.54.gb87b0305be62
+- Automated weekly rawhide release
+- Applied spec changes from upstream git
+
 * Thu May 15 2014 Lukas Berk <lberk at redhat.com> - 2.6-0.52.ge0da6e752b05
 - Automated weekly rawhide release
 - Applied spec changes from upstream git


More information about the scm-commits mailing list