From b2cb9b9ec2363b8d5943840b4435b19f81c85d88 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Tue, 30 Sep 2014 20:02:18 -0700 Subject: [PATCH] zeromq.spec.in: Missing build dependencies in specfile: asciidoc, xmlto Signed-off-by: Dan Mick --- builds/redhat/zeromq.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/redhat/zeromq.spec.in b/builds/redhat/zeromq.spec.in index 49f2b703..16f523b4 100644 --- a/builds/redhat/zeromq.spec.in +++ b/builds/redhat/zeromq.spec.in @@ -8,7 +8,7 @@ URL: http://www.zeromq.org/ Source: http://download.zeromq.org/%{name}-%{version}.tar.gz Prefix: %{_prefix} Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: gcc, make, gcc-c++, libstdc++-devel +BuildRequires: gcc, make, gcc-c++, libstdc++-devel, asciidoc, xmlto Requires: libstdc++ %if 0%{?rhel}