From b785d8f96e9ddc13dbd903f3ceb0c099b2dc4a62 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 16 Jan 2013 12:54:41 -0800 Subject: [PATCH] Set the docs override only for Fedora 18+ --- systemtap.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index 32a5f59..25ee26f 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,7 +1,9 @@ +%if 0%{?fedora} >= 18 # XXX docs override, bz864730 %{!?with_docs: %global with_docs 0} %{!?with_publican: %global with_publican 0} # XXX end docs override +%endif %{!?with_sqlite: %global with_sqlite 1} %{!?with_docs: %global with_docs 1} # crash is not available @@ -33,7 +35,7 @@ Name: systemtap Version: 2.0 -Release: 5%{?dist} +Release: 6%{?dist} # for version, see also configure.ac @@ -628,6 +630,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Wed Jan 16 2013 Josh Stone 2.0-6 +- Set the docs override only for Fedora 18+ + * Wed Jan 16 2013 Josh Stone 2.0-5 - Backport fixes to work with kernel 3.7