[systemtap] Automated weekly systemtap rawhide release: 0.294.g09c16468eb17

lukas berk lberk at fedoraproject.org
Mon Mar 3 14:07:45 UTC 2014


commit cce4128cb39de4da0a6bdaa02e810b248dc4a812
Author: Lukas Berk <lberk at redhat.com>
Date:   Mon Mar 3 09:08:38 2014 -0500

    Automated weekly systemtap rawhide release: 0.294.g09c16468eb17

 .gitignore     |    1 +
 sources        |    2 +-
 systemtap.spec |   13 +++++++++++--
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25a2b73..112da72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -86,3 +86,4 @@ systemtap-1.3.tar.gz
 /systemtap-2.5-0.191.g651a87924c22.tar.gz
 /systemtap-2.5-0.239.g873c6f49b639.tar.gz
 /systemtap-2.5-0.274.gde6aa5194bf4.tar.gz
+/systemtap-2.5-0.294.g09c16468eb17.tar.gz
diff --git a/sources b/sources
index 8399fac..084f5ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c6f6498d1f75267be4e4a76eeeed7e6  systemtap-2.5-0.274.gde6aa5194bf4.tar.gz
+a097b8ead259170047304b8a1a7e6fee  systemtap-2.5-0.294.g09c16468eb17.tar.gz
diff --git a/systemtap.spec b/systemtap.spec
index ff5b9c0..0676d7b 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -35,8 +35,10 @@
 %{!?with_dracut: %global with_dracut 0%{?fedora} >= 19 || 0%{?rhel} >= 7}
 %ifarch x86_64
 %{!?with_mokutil: %global with_mokutil 0%{?fedora} >= 18 || 0%{?rhel} >= 7}
+%{!?with_openssl: %global with_openssl 0%{?fedora} >= 18 || 0%{?rhel} >= 7}
 %else
 %{!?with_mokutil: %global with_mokutil 0}
+%{!?with_openssl: %global with_openssl 0}
 %endif
 
 %if 0%{?fedora} >= 18 || 0%{?rhel} >= 6
@@ -62,7 +64,7 @@
 
 Name: systemtap
 Version: 2.5
-Release: 0.274.gde6aa5194bf4%{?dist}
+Release: 0.294.g09c16468eb17%{?dist}
 # for version, see also configure.ac
 
 
@@ -95,7 +97,7 @@ Summary: Programmable system-wide instrumentation system
 Group: Development/System
 License: GPLv2+
 URL: http://sourceware.org/systemtap/
-Source: %{name}-%{version}-0.274.gde6aa5194bf4.tar.gz
+Source: %{name}-%{version}-0.294.g09c16468eb17.tar.gz
 
 # Build*
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -185,6 +187,9 @@ Requires(preun): chkconfig
 Requires(preun): initscripts
 Requires(postun): initscripts
 BuildRequires: nss-devel avahi-devel
+%if %{with_openssl}
+Requires: openssl
+%endif
 
 %description server
 This is the remote script compilation server component of systemtap.
@@ -1009,6 +1014,10 @@ done
 #   http://sourceware.org/systemtap/wiki/SystemTapReleases
 
 %changelog
+* Mon Mar 03 2014 Lukas Berk <lberk at redhat.com> - 2.5-0.294.g09c16468eb17
+- Automated weekly rawhide release
+- Applied spec changes from upstream git
+
 * Mon Feb 24 2014 Lukas Berk <lberk at redhat.com> - 2.5-0.274.gde6aa5194bf4
 - Automated weekly rawhide release
 - Applied spec changes from upstream git


More information about the scm-commits mailing list