[Libosinfo] [PATCH] spec: Add explicit dep on pod2man
Cole Robinson
crobinso at redhat.com
Wed Feb 27 01:35:33 UTC 2013
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.
---
libosinfo.spec.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/libosinfo.spec.in b/libosinfo.spec.in
index 0c49950..7fe3fc5 100644
--- a/libosinfo.spec.in
+++ b/libosinfo.spec.in
@@ -27,6 +27,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
--
1.8.1.2
More information about the Libosinfo
mailing list