summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2013-02-26 20:35:33 -0500
committerChristophe Fergeau <cfergeau@redhat.com>2013-03-05 17:13:10 +0100
commit56eb7986520cae806159a6ada4652b93307a83d3 (patch)
treedd865ce8851b135c8fe8a9933661bb031c9b101c
parent5236c265e34261be153b099d046ae6b679a2cb26 (diff)
spec: Add explicit dep on pod2man
pod2man used to be in the default Fedora build root, but that's changed in current rawhide. The containing package is perl-podlators, but since that package doesn't exist on F18 and earlier, it's easiest just to depend on the needed binary.
-rw-r--r--libosinfo.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libosinfo.spec.in b/libosinfo.spec.in
index 4e59504..75de896 100644
--- a/libosinfo.spec.in
+++ b/libosinfo.spec.in
@@ -32,6 +32,7 @@ BuildRequires: libxslt-devel >= 1.0.0
BuildRequires: vala
BuildRequires: vala-tools
BuildRequires: libsoup-devel
+BuildRequires: /usr/bin/pod2man
%if %{with_gir}
BuildRequires: gobject-introspection-devel
%endif