Commit 80e9e0cb authored by Lasse Karstensen's avatar Lasse Karstensen

Add version requirement for docutils.

The rst2man utility exists only in "newer" versions of python-docutils.

Require at least 0.7, released July 2010.
parent e51f32d1
......@@ -17,7 +17,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# To build from git, start with a make dist, see redhat/README.redhat
# You will need at least automake autoconf libtool
#BuildRequires: automake autoconf libtool
BuildRequires: ncurses-devel groff pcre-devel pkgconfig python-docutils libedit-devel jemalloc-devel
BuildRequires: ncurses-devel groff pcre-devel pkgconfig libedit-devel jemalloc-devel
BuildRequires: python-docutils <= 0.7
Requires: varnish-libs = %{version}-%{release}
Requires: logrotate
Requires: ncurses
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment