From 95c5ee58b7d6223c3bcad137dd12d602fef7d960 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Thu, 19 Apr 2012 17:32:57 +0200 Subject: [PATCH] rebuild on PPC(64) without crash, publican --- systemtap.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index 39bc18b..7718ffb 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,6 +1,6 @@ %{!?with_sqlite: %global with_sqlite 1} %{!?with_docs: %global with_docs 1} -%ifarch ppc %{sparc} %{arm} # crash is not available +%ifarch ppc ppc64 %{sparc} %{arm} # crash is not available %{!?with_crash: %global with_crash 0} %else %{!?with_crash: %global with_crash 1} @@ -16,7 +16,7 @@ Name: systemtap Version: 1.7 -Release: 6%{?dist} +Release: 6.1%{?dist} # for version, see also configure.ac @@ -51,6 +51,9 @@ Source: ftp://sourceware.org/pub/%{name}/releases/%{name}-%{version}.tar.gz Patch10: CVE-2012-0875.patch +%ifarch ppc ppc64 +%define with_publican 0 +%endif # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext @@ -603,6 +606,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Thu Apr 19 2012 Karsten Hopp - 1.7-6.1 +- rebuild on PPC(64) without crash, publican + * Thu Mar 29 2012 Richard W.M. Jones - 1.7-6 - Rebuild for rpm soname bump.