[systemtap] Automated weekly systemtap rawhide release: 0.274.gde6aa5194bf4

lukas berk lberk at fedoraproject.org
Mon Feb 24 14:42:23 UTC 2014


commit 979cf825bfa7cb3a4ffc75b3ba2b0500544a5624
Author: Lukas Berk <lberk at redhat.com>
Date:   Mon Feb 24 09:43:05 2014 -0500

    Automated weekly systemtap rawhide release: 0.274.gde6aa5194bf4

 .gitignore     |    1 +
 sources        |    2 +-
 systemtap.spec |   16 ++++++++++++++--
 3 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b15bdc..25a2b73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -85,3 +85,4 @@ systemtap-1.3.tar.gz
 /systemtap-2.5-0.186.gf1753911ada8.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
diff --git a/sources b/sources
index da30847..8399fac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bfa88492177fd90cdb93af6da7726f6f  systemtap-2.5-0.239.g873c6f49b639.tar.gz
+9c6f6498d1f75267be4e4a76eeeed7e6  systemtap-2.5-0.274.gde6aa5194bf4.tar.gz
diff --git a/systemtap.spec b/systemtap.spec
index c15fd86..ff5b9c0 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -33,6 +33,11 @@
 %{!?with_virthost: %global with_virthost 0%{?fedora} >= 19 || 0%{?rhel} >= 7}
 %{!?with_virtguest: %global with_virtguest 1}
 %{!?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}
+%else
+%{!?with_mokutil: %global with_mokutil 0}
+%endif
 
 %if 0%{?fedora} >= 18 || 0%{?rhel} >= 6
    %define initdir %{_initddir}
@@ -57,7 +62,7 @@
 
 Name: systemtap
 Version: 2.5
-Release: 0.239.g873c6f49b639%{?dist}
+Release: 0.274.gde6aa5194bf4%{?dist}
 # for version, see also configure.ac
 
 
@@ -90,7 +95,7 @@ Summary: Programmable system-wide instrumentation system
 Group: Development/System
 License: GPLv2+
 URL: http://sourceware.org/systemtap/
-Source: %{name}-%{version}-0.239.g873c6f49b639.tar.gz
+Source: %{name}-%{version}-0.274.gde6aa5194bf4.tar.gz
 
 # Build*
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -232,6 +237,9 @@ Requires: zip unzip
 Requires: systemtap-runtime = %{version}-%{release}
 Requires: coreutils grep sed unzip zip
 Requires: openssh-clients
+%if %{with_mokutil}
+Requires: mokutil
+%endif
 
 %description client
 This package contains/requires the components needed to develop
@@ -1001,6 +1009,10 @@ done
 #   http://sourceware.org/systemtap/wiki/SystemTapReleases
 
 %changelog
+* 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
+
 * Tue Feb 18 2014 Lukas Berk <lberk at redhat.com> - 2.5-0.239.g873c6f49b639
 - Automated weekly rawhide release
 - Applied spec changes from upstream git


More information about the scm-commits mailing list