diff options
author | David Smith <dsmith@redhat.com> | 2009-01-22 15:40:44 -0600 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-01-22 15:40:44 -0600 |
commit | 6275c8d707229558487e2927f1f9940a9d237fbe (patch) | |
tree | e3004384e8682f67ffdcec69faa3929600ebfc7c /systemtap.spec | |
parent | c1008fd01d322bb12e66cb8dc513d488082777a4 (diff) | |
download | systemtap-steved-6275c8d707229558487e2927f1f9940a9d237fbe.tar.gz systemtap-steved-6275c8d707229558487e2927f1f9940a9d237fbe.tar.xz systemtap-steved-6275c8d707229558487e2927f1f9940a9d237fbe.zip |
2009-01-22 David Smith <dsmith@redhat.com>
* 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.
Diffstat (limited to 'systemtap.spec')
-rw-r--r-- | systemtap.spec | 6 |
1 files changed, 5 insertions, 1 deletions
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 |