From 6275c8d707229558487e2927f1f9940a9d237fbe Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 22 Jan 2009 15:40:44 -0600 Subject: 2009-01-22 David Smith * systemtap.spec: Added 'nss-devel' buildreq so that the 'client' subpackage could be built correctly. Added file-based buildreq for xmlto's pdf support, which works on f8, f9, f9, and rhel5. * configure.ac: Fixed typo. * configure: Regenerated. --- systemtap.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'systemtap.spec') diff --git a/systemtap.spec b/systemtap.spec index 75274d24..2586b85a 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -30,6 +30,7 @@ Requires: kernel-devel Requires: gcc make # Suggest: kernel-debuginfo Requires: systemtap-runtime = %{version}-%{release} +BuildRequires: nss-devel %if %{with_bundled_elfutils} Source1: elfutils-%{elfutils_version}.tar.gz @@ -44,7 +45,10 @@ Requires: crash %if %{with_docs} BuildRequires: /usr/bin/latex /usr/bin/dvips /usr/bin/ps2pdf latex2html -BuildRequires: xmlto +# On F10, xmlto's pdf support was broken off into a sub-package, +# called 'xmlto-tex'. To avoid a specific F10 BuildReq, we'll do a +# file-based buildreq on '/usr/share/xmlto/format/fo/pdf'. +BuildRequires: xmlto /usr/share/xmlto/format/fo/pdf %endif %description -- cgit