[systemtap/f18] release 2.2.1; with docs but sans java

fche fche at fedoraproject.org
Thu May 16 14:43:09 UTC 2013


commit e9cdd212990d5966a0ad92ab82892411e28d2d94
Author: Frank Ch. Eigler <fche at redhat.com>
Date:   Thu May 16 10:42:54 2013 -0400

    release 2.2.1; with docs but sans java

 non-java.patch |   24 ------------------------
 sources        |    2 +-
 systemtap.spec |   14 ++++++--------
 3 files changed, 7 insertions(+), 33 deletions(-)
---
diff --git a/sources b/sources
index 610df7e..fe0e2f4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e52c71d1736a1ccc2fe6367305d83d44  systemtap-2.2.tar.gz
+5be8b55864c5b1b50fc361991bb9a4dd  systemtap-2.2.1.tar.gz
diff --git a/systemtap.spec b/systemtap.spec
index f12a65d..b5027e4 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -1,5 +1,5 @@
 %{!?with_sqlite: %global with_sqlite 1}
-%{!?with_docs: %global with_docs 0}
+%{!?with_docs: %global with_docs 1}
 # crash is not available
 %ifarch ppc ppc64 %{sparc}
 %{!?with_crash: %global with_crash 0}
@@ -14,7 +14,7 @@
 %ifarch ppc ppc64 %{sparc}
 %{!?with_publican: %global with_publican 0}
 %else
-%{!?with_publican: %global with_publican 0}
+%{!?with_publican: %global with_publican 1}
 %endif
 %if 0%{?rhel}
 %{!?publican_brand: %global publican_brand RedHat}
@@ -31,7 +31,7 @@
 %{!?with_java: %global with_java 0}
 
 Name: systemtap
-Version: 2.2
+Version: 2.2.1
 Release: 1%{?dist}
 # for version, see also configure.ac
 
@@ -109,7 +109,6 @@ BuildRequires: publican
 BuildRequires: /usr/share/publican/Common_Content/%{publican_brand}/defaults.cfg
 %endif
 %endif
-
 %if %{with_emacsvim}
 BuildRequires: emacs
 %endif
@@ -117,8 +116,6 @@ BuildRequires: emacs
 BuildRequires: jpackage-utils java-devel
 %endif
 
-Patch2: non-java.patch
-
 # Install requirements
 Requires: systemtap-client = %{version}-%{release}
 Requires: systemtap-devel = %{version}-%{release}
@@ -299,8 +296,6 @@ find . \( -name configure -o -name config.h.in \) -print | xargs touch
 cd ..
 %endif
 
-%patch2 -p1
-
 %build
 
 %if %{with_bundled_elfutils}
@@ -776,6 +771,9 @@ done
 # ------------------------------------------------------------------------
 
 %changelog
+* Thu May 16 2013 Frank Ch. Eigler <fche at redhat.com> - 2.2.1-1
+- Upstream release.
+
 * Tue May 14 2013 Frank Ch. Eigler <fche at redhat.com> - 2.2-1
 - Upstream release.
 


More information about the scm-commits mailing list